Skip to content

Commit

Permalink
[ compat ] adjust to upstream changes (#33)
Browse files Browse the repository at this point in the history
* [ compat ] adjust to upstream changes

* [ compat ] adjust to upstream changes
  • Loading branch information
stefan-hoeck authored Dec 3, 2024
1 parent b8b0c2e commit a739e83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Text/Show/PrettyVal/Derive.idr
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ PrettyVal nms p =

%runElab derive "Language.Reflection.TT.FC" [PrettyVal]

%runElab derive "WithFC" [PrettyVal]

%runElab derive "NameType" [PrettyVal]

%runElab derive "PrimType" [PrettyVal]
Expand Down Expand Up @@ -243,4 +245,5 @@ PrettyVal nms p =
, "Record"
, "Clause"
, "Decl"
, "IClaimData"
] [PrettyVal]

0 comments on commit a739e83

Please sign in to comment.