]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/NoInstance2.scl
Added info on backup location to documentation backup.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / NoInstance2.scl
1 \r
2 class Foo a where\r
3     foo :: a\r
4 \r
5 y :: Double\r
6 y = y\r
7     \r
8 x = if True then foo else y\r
9 --\r
10 8:18-8:21: There is no instance for <Foo Double>.