Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. module Graphics.GL.Ext.OES.Mapbuffer

    No documentation available.

  2. data MapTask

    gogol-dataflow Gogol.Dataflow

    MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem. Each instruction must appear in the list before any instructions which depends on its output. See: newMapTask smart constructor.

  3. MapTask :: Maybe Text -> Maybe [ParallelInstruction] -> Maybe Text -> Maybe Text -> MapTask

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  4. data MapTask

    gogol-dataflow Gogol.Dataflow.Types

    MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem. Each instruction must appear in the list before any instructions which depends on its output. See: newMapTask smart constructor.

  5. MapTask :: Maybe Text -> Maybe [ParallelInstruction] -> Maybe Text -> Maybe Text -> MapTask

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  6. newtype MapValue

    gogol-fitness Gogol.Fitness

    Holder object for the value of an entry in a map field of a data point. A map value supports a subset of the formats that the regular Value supports. See: newMapValue smart constructor.

  7. MapValue :: Maybe Double -> MapValue

    gogol-fitness Gogol.Fitness

    No documentation available.

  8. newtype MapValue

    gogol-fitness Gogol.Fitness.Types

    Holder object for the value of an entry in a map field of a data point. A map value supports a subset of the formats that the regular Value supports. See: newMapValue smart constructor.

  9. MapValue :: Maybe Double -> MapValue

    gogol-fitness Gogol.Fitness.Types

    No documentation available.

  10. MapField :: FieldType -> FieldType -> FieldName -> FieldNumber -> [Option] -> MessageField

    language-protobuf Language.ProtocolBuffers.Types

    No documentation available.

Page 393 of many | Previous | Next