]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/TypeAlias2.scl
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / 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]>.