chore: fix typo
This commit is contained in:
parent
b44ab93c58
commit
3478579dce
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ inductive Exception
|
|||
| kernel (ex : KernelException) (opts : Options)
|
||||
| error (ref : Syntax) (msg : MessageData)
|
||||
|
||||
abbrev ECoreM (ε : Type) := ReaderT Context $ StateT State $ EIO ε
|
||||
abbrev ECoreM (ε : Type) := ReaderT Context $ StateRefT State $ EIO ε
|
||||
|
||||
abbrev CoreM := ECoreM Exception
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue