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 = \\x. Unit"
, "\n"
, "flipConst : a -> b -> a"
, "flipConst : a -> b -> b"
, "flipConst x y = y"
, "\n"
, "printStr : List Char -> Unit"