]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Forall1.scl
Merge commit '145a2884933f2ffdd48d6835729e58f1152d274e'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Forall1.scl
1      \r
2 id :: forall a. a -> a\r
3    // ^ not usually needed, but we test just that this is possible\r
4 id x = x\r
5 \r
6 main = id (3 :: Integer)\r
7 --\r
8 3