Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. showCandidatesI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  2. showDeconstructions :: Ingredient

    code-conjure Conjure.Settings

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

  3. showDeconstructionsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  4. 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)

  5. showPatternsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  6. 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)

  7. showTestsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  8. showTheory :: Ingredient

    code-conjure Conjure.Settings

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

  9. showTheoryI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  10. showColored :: Monoid o => (a -> o) -> (SGRCode -> o) -> Term -> Colored a -> o

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

Page 173 of many | Previous | Next