Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showDeconstructionsI :: [Ingredient] -> Boolcode-conjure Conjure.Settings No documentation available.
-
code-conjure Conjure.Settings (Debug option) When this option is provided in the ingredients list, conjure will print the enumrated LHS patterns. (cf. maxPatternSize, maxPatternDepth)
showPatternsI :: [Ingredient] -> Boolcode-conjure Conjure.Settings No documentation available.
-
code-conjure Conjure.Settings (Debug option) When provided in the ingredients list, conjure will print the tests reified from the partial definition. (cf. maxTests, maxSearchTests)
showTestsI :: [Ingredient] -> Boolcode-conjure Conjure.Settings No documentation available.
-
code-conjure Conjure.Settings (Debug option). Shows the underlying theory used in pruning when this is provided in the ingredient list.
showTheoryI :: [Ingredient] -> Boolcode-conjure Conjure.Settings No documentation available.
showColored :: Monoid o => (a -> o) -> (SGRCode -> o) -> Term -> Colored a -> ocolorful-monoids Data.Monoid.Colorful No documentation available.
showColoredM :: (Monad f, Monoid o) => (a -> f o) -> (SGRCode -> f o) -> Term -> Colored a -> f ocolorful-monoids Data.Monoid.Colorful No documentation available.
showColoredS :: Term -> Colored String -> ShowScolorful-monoids Data.Monoid.Colorful No documentation available.