]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/TypingError2.scl
List the unsatisfied dependencies in CanvasContext
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / TypingError2.scl
1 a :: Integer\r
2 a = a\r
3 \r
4 id :: Integer -> Integer\r
5 id x = x\r
6 \r
7 b = id a a\r
8 --\r
9 7:5-7:11: Function of arity 1 is applied with 2 parameters.