Skip to content

Commit

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

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

0 comments on commit 880c0b9

Please sign in to comment.