Skip to content

Commit

Permalink
Merge pull request #316 from IntersectMBO/newhoggy/simplify-EraInEon
Browse files Browse the repository at this point in the history
Simplify `EraInEon` to take fewer constraints
  • Loading branch information
carbolymer authored Mar 4, 2024
2 parents 86e4ba9 + 880c0b9 commit 0453c31
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 0453c31

Please sign in to comment.