Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pprint :: PPrint a => a -> IO ()grisette Grisette.Internal.Core.Data.Class.PPrint Pretty print a value to the standard output.
prettyPrintTerm :: Term t -> Doc anngrisette Grisette.Internal.SymPrim.Prim.Internal.Term Pretty-print a term, possibly eliding parts of it.
-
grisette Grisette.Internal.TH.Derivation.Derive PPrint classes that can be derived for GADTs. This includes:
module Grisette.Internal.TH.Derivation.
DerivePPrint No documentation available.
derivePPrint :: DeriveConfig -> Name -> Q [Dec]grisette Grisette.Internal.TH.Derivation.DerivePPrint Derive PPrint instance for a data type.
derivePPrint1 :: DeriveConfig -> Name -> Q [Dec]grisette Grisette.Internal.TH.Derivation.DerivePPrint Derive PPrint1 instance for a data type.
derivePPrint2 :: DeriveConfig -> Name -> Q [Dec]grisette Grisette.Internal.TH.Derivation.DerivePPrint Derive PPrint2 instance for a data type.
module Grisette.Internal.TH.Derivation.
ShowPPrintCommon No documentation available.
showPrintFieldFunExp :: [Name] -> [Name] -> FieldFunExpgrisette Grisette.Internal.TH.Derivation.ShowPPrintCommon Common FieldFunExp for Show and PPrint on a GADT.
-
grisette Grisette.TH PPrint classes that can be derived for GADTs. This includes: