]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Sections.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Sections.scl
1 import "Prelude"
2
3 main = map (1/) $ map (*3) [1,2,3]
4 --
5 [0.3333333333333333, 0.16666666666666666, 0.1111111111111111]