]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Hashable1.scl
Added missing parts from SVN org.simantics.root project.
[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