]> gerrit.simantics Code Review - simantics/platform.git/blob - Sections.scl
3454cd96a6d43d2ae3f5edfab15d3404006955ca
[simantics/platform.git] / Sections.scl
1 import "Prelude"
2
3 main = map (1/) $ map (*3) [1,2,3]
4 --
5 [0.3333333333333333, 0.16666666666666666, 0.1111111111111111]