Skip to content

Commit

Permalink
Revert "Parameterize EquationVs eqName field type"
Browse files Browse the repository at this point in the history
This reverts commit cdff999.
  • Loading branch information
facundominguez committed Dec 1, 2024
1 parent f94832b commit 2acb214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/Fixpoint/Types/Constraints.hs
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ instance PPrint AxiomEnv where

type Equation = EquationV Symbol
data EquationV v = Equ
{ eqName :: !v -- ^ name of reflected function
{ eqName :: !Symbol -- ^ name of reflected function
, eqArgs :: [(Symbol, Sort)] -- ^ names of parameters
, eqBody :: !(ExprV v) -- ^ definition of body
, eqSort :: !Sort -- ^ sort of body
Expand Down

0 comments on commit 2acb214

Please sign in to comment.