chore: fix tests

This commit is contained in:
tydeu 2021-12-12 14:12:23 -05:00 committed by Sebastian Ullrich
parent d518ba7f08
commit 26a225e230
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
doErrorMsg.lean:3:2-3:13: error: type mismatch
IO.getStdin
has type
IO IO.FS.Stream : Type
BaseIO IO.FS.Stream : Type
but is expected to have type
IO PUnit : Type
doErrorMsg.lean:15:19-15:21: error: type mismatch

View file

@ -25,7 +25,7 @@ fun x => IO.println x
doNotation1.lean:51:0-51:13: error: type mismatch
IO.mkRef true
has type
IO (IO.Ref Bool) : Type
BaseIO (IO.Ref Bool) : Type
but is expected to have type
IO Unit : Type
doNotation1.lean:58:2-58:20: error: type mismatch, result value has type