]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoInstance.scl
Merge commit 'e87f096'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NoInstance.scl
1 \r
2 class Foo a where\r
3     foo :: a\r
4 \r
5 x :: Double\r
6 x = foo\r
7 \r
8 --\r
9 6:5-6:8: Constraint <Foo Double> is not given and cannot be derived.