Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. module Bluefin.Pipes.Prelude

    Reimplementation of the pipes prelude (Pipes.Prelude) in Bluefin. It primarily serves as an example of what you can do with Bluefin and you probably won't want to use it directly. Instead you are recommended to use

    See also Bluefin.Pipes.
    >>> runEff_ $ \io -> runEffect $ do
    stdinLn io >-> takeWhile' (/= "quit") >-> stdoutLn io
    Test
    Test
    ABC
    ABC
    quit
    "quit"
    

  2. package clash-prelude-hedgehog

    Hedgehog Generators for clash-prelude Hedgehog Generators for clash-prelude

  3. package classy-prelude-yesod

    Provide a classy prelude including common Yesod functionality. See docs and README at http://www.stackage.org/package/classy-prelude-yesod

  4. package composition-prelude

    Higher-order function combinators Replacement for composition or composition-extra, exporting everything in one module.

  5. module Control.Category.Constrained.Prelude

    No documentation available.

  6. module Copilot.Language.Prelude

    Reexports Prelude from package "base" hiding identifiers redefined by Copilot.

  7. module Prelude_LHAssumptions

    No documentation available.

  8. package prelude-safeenum

    A redefinition of the Prelude's Enum class in order to render it safe. A redefinition of the Prelude's Enum class in order to render it safe. That is, the Haskell Language Report defines pred, succ, fromEnum, and toEnum to be partial functions when the type is Bounded, but this is unacceptable. We define a new type-class hierarchy for enumeration which is safe and also generalizes to cover types which can only be enumerated in one direction.

  9. noPreludeREOptions :: REOptions

    regex-with-pcre Text.RE.PCRE

    the default REOptions but with no RE macros defined

  10. prelude :: Macros RE

    regex-with-pcre Text.RE.PCRE

    the standard table of Macros used to compile REs (which can be extended or replace: see Text.RE.TestBench)

Page 14 of many | Previous | Next