]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypeAlias3.scl
TransferableGraphUtils.getObjects2 for fixing not-found handling
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / TypeAlias3.scl
1 type IntegerList = [Integer]
2 type DoubleList = [Double]
3
4 convert :: IntegerList -> DoubleList
5 convert v = v
6
7 main = "Not to be executed."
8 --
9 5:13-5:14: Expected <[Double]> got <[Integer]>.