Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
JobPetrovcic committed Apr 10, 2024
1 parent cdd10b3 commit 1bfb3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/full/Agda/Interaction/Highlighting/Sexp/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ instance Sexpable Origin where
toSexp Reflected = constr "reflected" []
toSexp CaseSplit = constr "case-split" []
toSexp Substitution = constr "substitution" []
toSexp ExpandedPun = constr "expanded-pun" []

instance Sexpable ProjOrigin where
toSexp ProjPrefix = constr "user-written" []
Expand Down

0 comments on commit 1bfb3fe

Please sign in to comment.