]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/TypeOf1.scl
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / TypeOf1.scl
1 import "Prelude"\r
2 \r
3 main = typeOf (\(a,b) -> a+b :: Double)\r
4 --\r
5 (Double, Double) -> Double