Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showPrecExpr :: Int -> Expr -> Stringcode-conjure Conjure.Expr O(n). Like showExpr but allows specifying the surrounding precedence.
> showPrecExpr 6 (one -+- two) "1 + 2"
> showPrecExpr 7 (one -+- two) "(1 + 2)"
-
code-conjure Conjure.Settings (Debug option) When provided in the ingredients list, this enables showing enumerated candidates.
conjure ... ... [ ... , showCandidates , ... ]
Warning: activating this will likely produce a humongous wall-of-text. showCandidatesI :: [Ingredient] -> Boolcode-conjure Conjure.Settings No documentation available.
showDeconstructions :: Ingredientcode-conjure Conjure.Settings (Debug option) Makes conjure print enumerated deconstructions when provided in its ingredient list.
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.