fix: we cannot export constants
This commit is contained in:
parent
4296e1d83e
commit
918256ff1f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ IO.Error.userError s
|
|||
namespace IO.Error
|
||||
|
||||
@[export lean_mk_io_error_eof]
|
||||
def mkEofError : IO.Error := unexpectedEof
|
||||
def mkEofError : Unit → IO.Error := fun _ => unexpectedEof
|
||||
|
||||
@[export lean_mk_io_error_inappropriate_type_file]
|
||||
def mkInappropriateTypeFile : String → UInt32 → String → IO.Error :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue