Fix signature in prelude

This commit is contained in:
Martin Fredin 2023-05-10 19:45:57 +02:00
parent b277775792
commit 819f32d621

View file

@ -203,7 +203,7 @@ prelude =
, "printChar : Char -> Unit" , "printChar : Char -> Unit"
, "printChar = \\x. Unit" , "printChar = \\x. Unit"
, "\n" , "\n"
, "flipConst : a -> b -> a" , "flipConst : a -> b -> b"
, "flipConst x y = y" , "flipConst x y = y"
, "\n" , "\n"
, "printStr : List Char -> Unit" , "printStr : List Char -> Unit"