Skip to content

Commit

Permalink
Merge pull request #472 from IntersectMBO/mgalazyn/fix/add-typeable-t…
Browse files Browse the repository at this point in the history
…o-eraineon

Revert "Remove unused constraint"
  • Loading branch information
newhoggy authored Mar 11, 2024
2 parents 6065d17 + 64afdae commit a286692
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 a286692

Please sign in to comment.