]> gerrit.simantics Code Review - simantics/platform.git/blob - BigFunction.scl
d57dae6f675a2b44aff037a6be6e188f0613f57c
[simantics/platform.git] / BigFunction.scl
1 import "Prelude"
2
3 f a b c d e f g h = a + b + c + d + e + f + g + h
4
5 main = (id f) 1 2 3 4 5 6 7 8
6 --
7 36