Idris2/tests/chez/chez009/uni.idr
Edwin Brady a972778eab Add test script
They don't all pass yet, for minor reasons. Coming shortly...
Unfortunately the startup overhead for chez is really noticeable here!
2020-05-19 18:25:18 +01:00

10 lines
116 B
Idris

foo : String
foo = "ällo"
ällo : Int
ällo = 42
main : IO ()
main = do printLn ällo
putStrLn "ällo"