chore: fix tests
This commit is contained in:
parent
d518ba7f08
commit
26a225e230
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue