Skip to content

Commit

Permalink
✨ Fix some exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrcz committed Dec 29, 2024
1 parent 082c906 commit 5635565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Grisette/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
-- Portability : GHC only
module Grisette.TH
( -- * Convenient derivation of all instances relating to Grisette
EvalModeConfig (..),
DeriveConfig (..),
deriveGADT,
deriveGADTWith,
allClasses0,
Expand Down Expand Up @@ -67,3 +69,4 @@ import Grisette.Internal.TH.GADT.DeriveGADT
ordClasses1,
ordClasses2,
)
import Grisette.Internal.TH.GADT.Common (EvalModeConfig (..), DeriveConfig (..))

0 comments on commit 5635565

Please sign in to comment.