Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showCandidates :: Ingredient

    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.

  2. showCandidatesI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  3. showDeconstructions :: Ingredient

    code-conjure Conjure.Settings

    (Debug option) Makes conjure print enumerated deconstructions when provided in its ingredient list.

  4. showDeconstructionsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  5. showPatterns :: Ingredient

    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)

  6. showPatternsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  7. showTests :: Ingredient

    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)

  8. showTestsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  9. showTheory :: Ingredient

    code-conjure Conjure.Settings

    (Debug option). Shows the underlying theory used in pruning when this is provided in the ingredient list.

  10. showTheoryI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

Page 140 of many | Previous | Next