Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data ReadException

    sox Sound.Sox.Signal.List

    No documentation available.

  2. class Read0 (sig :: Type -> Type)

    synthesizer-core Synthesizer.Generic.Signal

    No documentation available.

  3. ReadMode :: IOMode

    system-fileio Filesystem

    No documentation available.

  4. ReadWriteMode :: IOMode

    system-fileio Filesystem

    No documentation available.

  5. data ReadOnly s

    apecs Apecs.Stores

    Wrapper that makes a store read-only by hiding its ExplSet and ExplDestroy instances. This is primarily used to protect the EntityCounter from accidental overwrites. Use setReadOnly and destroyReadOnly to override.

  6. module Data.Automaton.Trans.Reader

    An Automaton with a ReaderT layer has an extra input. This module converts between explicit automata inputs and implicit ReaderT inputs.

  7. data ReadSchema

    avro Data.Avro

    This type represents a deconflicted version of a Schema. Schema resolution is described in Avro specification: https://avro.apache.org/docs/current/spec.html#Schema+Resolution This library represents "normal" schema and "deconflicted" schema as different types to avoid confusion between these two usecases (we shouldn't serialise values with such schema) and to be able to accomodate some extra information that links between how data is supposed transformed between what reader wants and what writer has.

  8. module Data.Avro.Schema.ReadSchema

    No documentation available.

  9. data ReadDouble

    avro Data.Avro.Schema.ReadSchema

    How to decode a value of target type Double. This type controls how many bits are needed to be read from the encoded bytestring. The number of bits can be different depending on differences between reader and writer schemas. The rules are described in https://avro.apache.org/docs/current/spec.html#Schema+Resolution

  10. ReadDouble :: ReadDouble

    avro Data.Avro.Schema.ReadSchema

    No documentation available.

Page 399 of many | Previous | Next