Fix signature in prelude
This commit is contained in:
parent
b277775792
commit
819f32d621
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue