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.
-
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
- Stream, yield
- Consume, await
- consumeStream
- For advanced cases only, Coroutine, yieldCoroutine and connectCoroutines
>>> runEff_ $ \io -> runEffect $ do stdinLn io >-> takeWhile' (/= "quit") >-> stdoutLn io Test Test ABC ABC quit "quit"
package
clash-prelude-hedgehog Hedgehog Generators for clash-prelude Hedgehog Generators for clash-prelude
-
Provide a classy prelude including common Yesod functionality. See docs and README at http://www.stackage.org/package/classy-prelude-yesod
-
Higher-order function combinators Replacement for composition or composition-extra, exporting everything in one module.
module Control.Category.Constrained.
Prelude No documentation available.
module Copilot.Language.
Prelude Reexports Prelude from package "base" hiding identifiers redefined by Copilot.
-
No documentation available.
-
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.
noPreludeREOptions :: REOptionsregex-with-pcre Text.RE.PCRE the default REOptions but with no RE macros defined
-
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)