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.

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

  2. showPatternsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

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

  4. showTestsI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

  5. showTheory :: Ingredient

    code-conjure Conjure.Settings

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

  6. showTheoryI :: [Ingredient] -> Bool

    code-conjure Conjure.Settings

    No documentation available.

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

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  8. showColoredM :: (Monad f, Monoid o) => (a -> f o) -> (SGRCode -> f o) -> Term -> Colored a -> f o

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  9. showColoredS :: Term -> Colored String -> ShowS

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

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

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

Page 173 of many | Previous | Next