Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module Data.Numbers.Primes

    This Haskell library provides an efficient lazy wheel sieve for prime generation inspired by Lazy wheel sieves and spirals of primes by Colin Runciman (http://www.cs.york.ac.uk/ftpdir/pub/colin/jfp97lw.ps.gz) and The Genuine Sieve of Eratosthenes by Melissa O'Neil (http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf).

  2. module Data.ProtoLens

    The proto-lens package is a new implementation of protocol buffers in Haskell.

  3. data Parser a

    proto-lens Data.ProtoLens.Encoding.Bytes

    A monad for parsing an input buffer.

  4. module Data.ProtoLens.Encoding.Parser

    A custom parsing monad, optimized for speed.

  5. data Parser a

    proto-lens Data.ProtoLens.Encoding.Parser

    A monad for parsing an input buffer.

  6. Packed :: Packing

    proto-lens Data.ProtoLens.Message

    No documentation available.

  7. data Packing

    proto-lens Data.ProtoLens.Message

    How a given repeated field is transmitted on the wire format.

  8. PlainField :: forall value msg . WireDefault value -> Lens' msg value -> FieldAccessor msg value

    proto-lens Data.ProtoLens.Message

    No documentation available.

  9. module Data.ProtoLens.Prism

    This module defines the Prism type and combinators. Used for building Prisms for oneof fields.

  10. type Prism s t a b = forall (p :: Type -> Type -> Type) (f :: Type -> Type) . (Choice p, Applicative f) => p a f b -> p s f t

    proto-lens Data.ProtoLens.Prism

    No documentation available.

Page 466 of many | Previous | Next