]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypingError2.scl
Merge commit 'bf75fd9'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / 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.