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.
-
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).
-
The proto-lens package is a new implementation of protocol buffers in Haskell.
-
proto-lens Data.ProtoLens.Encoding.Bytes A monad for parsing an input buffer.
module Data.ProtoLens.Encoding.
Parser A custom parsing monad, optimized for speed.
-
proto-lens Data.ProtoLens.Encoding.Parser A monad for parsing an input buffer.
-
proto-lens Data.ProtoLens.Message No documentation available.
-
proto-lens Data.ProtoLens.Message How a given repeated field is transmitted on the wire format.
PlainField :: forall value msg . WireDefault value -> Lens' msg value -> FieldAccessor msg valueproto-lens Data.ProtoLens.Message No documentation available.
-
This module defines the Prism type and combinators. Used for building Prisms for oneof fields.
-
proto-lens Data.ProtoLens.Prism No documentation available.