fix typo in error
This commit is contained in:
parent
b6c435049d
commit
2f8a2d2cd2
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ parameters {opts : LayoutOpts} (showContext : Bool)
|
|||
!(prettyTerm ctx.dnames ctx.tnames s)
|
||||
|
||||
ExpectedEq _ ctx s =>
|
||||
hangDSingle "expected an enumeration type, but got"
|
||||
hangDSingle "expected an equality type, but got"
|
||||
!(prettyTerm ctx.dnames ctx.tnames s)
|
||||
|
||||
ExpectedNAT _ ctx s =>
|
||||
|
|
Loading…
Reference in a new issue