Skip to content

Commit

Permalink
Revert "Remove unused constraint"
Browse files Browse the repository at this point in the history
This reverts commit 880c0b9.
  • Loading branch information
carbolymer committed Mar 7, 2024
1 parent 443e058 commit 869ecda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cardano-api/internal/Cardano/Api/Eras/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ monoidForEraInEonA sbe = forEraInEon sbe (pure mempty)

data EraInEon eon where
EraInEon
:: ( Typeable (eon era)
:: ( Typeable era
, Typeable (eon era)
, Eon eon
)
=> eon era
Expand Down

0 comments on commit 869ecda

Please sign in to comment.