"WhnfErr" ⇒ "WhnfError"
This commit is contained in:
parent
765c62866a
commit
ecd3be8bda
3 changed files with 8 additions and 10 deletions
|
@ -9,7 +9,7 @@ import Derive.Prelude
|
|||
%language ElabReflection
|
||||
|
||||
|
||||
%runElab derive "WhnfErr" [Show]
|
||||
%runElab derive "Reduce.WhnfError" [Show]
|
||||
|
||||
%runElab deriveIndexed "DimEq" [Show]
|
||||
|
||||
|
@ -22,7 +22,7 @@ showTypingError : (PrettyHL q, Show q) => Show (Error q)
|
|||
showTypingError = deriveShow
|
||||
|
||||
export
|
||||
ToInfo WhnfErr where
|
||||
ToInfo WhnfError where
|
||||
toInfo (MissingEnumArm t ts) =
|
||||
[("type", "MissingEnumArm"),
|
||||
("tag", show t),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue