]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Vector2.scl
Merge commit '5da68e7'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Vector2.scl
1 import "StandardLibrary"\r
2 \r
3 convertDataset :: [Double] -> [Double] -> Vector (Vector Double)\r
4 convertDataset xs ys = vector [vector xs, vector ys]\r
5 \r
6 main = "Foo"\r
7 --\r
8 Foo