]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/ListError1.scl
Added info on backup location to documentation backup.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / ListError1.scl
1 a :: [Integer]\r
2 a = a\r
3 \r
4 main :: [Double]\r
5 main = [x | x <- a]\r
6 --\r
7 5:9-5:10: Expected <Double> got <Integer>.