Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Oct 14, 2023
1 parent c4c7956 commit 3eb911a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cardano-api/internal/Cardano/Api/Eon/ShelleyBasedEra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ anyShelleyBasedEra sbe =
--
data InAnyShelleyBasedEra thing where
InAnyShelleyBasedEra
:: ShelleyBasedEra era
:: IsShelleyBasedEra era
=> ShelleyBasedEra era
-> thing era
-> InAnyShelleyBasedEra thing

Expand Down

0 comments on commit 3eb911a

Please sign in to comment.