Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. module Graphics.GL.Ext.EXT.MapBufferRange

    No documentation available.

  2. module Graphics.GL.Ext.INTEL.MapTexture

    No documentation available.

  3. module Graphics.GL.Ext.OES.Mapbuffer

    No documentation available.

  4. 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.

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

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  6. 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.

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

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  8. 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.

  9. MapValue :: Maybe Double -> MapValue

    gogol-fitness Gogol.Fitness

    No documentation available.

  10. 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.

Page 84 of many | Previous | Next