]> gerrit.simantics Code Review - simantics/platform.git/blob - Forall1.scl
32e51a716ec592552eb9e7ed22b8e77b067c689f
[simantics/platform.git] / 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