Skip to content

Commit

Permalink
Work around Haddock bug
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Oct 4, 2023
1 parent 7fe34eb commit 29bdcf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cardano-api/internal/Cardano/Api/Eras/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ forEraMaybeEon :: ()
forEraMaybeEon =
inEonForEra Nothing Just

maybeEon ::
( Eon eon
, IsCardanoEra era -- ^ Era to check
) => Maybe (eon era) -- ^ The eon if supported in the era
maybeEon :: ()
=> Eon eon
=> IsCardanoEra era
=> Maybe (eon era) -- ^ The eon if supported in the era
maybeEon =
inEonForEra Nothing Just cardanoEra

Expand Down

0 comments on commit 29bdcf5

Please sign in to comment.