]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypeAlias2.scl
Merge commit 'bd5bc6e45f700e755b61bd112631796631330ecb'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / TypeAlias2.scl
1 type List a = [a]
2
3 convert :: List Integer -> List Double
4 convert v = v
5
6 main = "Not to be executed."
7 --
8 4:13-4:14: Expected <[Double]> got <[Integer]>.