Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. eILSEQ :: Errno

    unliftio UnliftIO.Foreign

    No documentation available.

  2. doubleQuotes :: Doc -> Doc

    pretty Text.PrettyPrint

    No documentation available.

  3. doubleQuotes :: Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated

    No documentation available.

  4. doubleQuotes :: Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    No documentation available.

  5. maybeDoubleQuotes :: Bool -> Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply doubleQuotes to Doc if boolean is true.

  6. maybeQuotes :: Bool -> Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply quotes to Doc if boolean is true.

  7. doubleQuotes :: Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    No documentation available.

  8. maybeDoubleQuotes :: Bool -> Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Apply doubleQuotes to Doc if boolean is true.

  9. maybeQuotes :: Bool -> Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Apply quotes to Doc if boolean is true.

  10. Require :: (state Symbolic -> input Symbolic -> Bool) -> Callback (input :: (Type -> Type) -> Type) output (state :: (Type -> Type) -> Type)

    hedgehog Hedgehog

    A pre-condition for a command that must be verified before the command can be executed. This is mainly used during shrinking to ensure that it is still OK to run a command despite the fact that some previously executed commands may have been removed from the sequence.

Page 166 of many | Previous | Next