]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Hashable1.scl
dc72fb05c740b882fec2da789c9ff0fd4006b65a
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Hashable1.scl
1 import "Prelude"\r
2 \r
3 l :: [Integer]\r
4 l = [1,2,3,4,5]\r
5 main = hash l - foldl (\c x -> 31*c + x) 0 l\r
6 --\r
7 -1625180697