Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

    gogol-dataflow Gogol.Dataflow

    No documentation available.

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

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

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

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

  5. MapValue :: Maybe Double -> MapValue

    gogol-fitness Gogol.Fitness

    No documentation available.

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

  7. MapValue :: Maybe Double -> MapValue

    gogol-fitness Gogol.Fitness.Types

    No documentation available.

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

    language-protobuf Language.ProtocolBuffers.Types

    No documentation available.

  9. data MapProof (f :: Flavor) s a b r

    refined-containers Data.HashMap.Refined

    Proof that r is the direct image of s under some mapping f :: a -> b.

  10. MapProof :: (Refined (InSet f s) a -> Refined (InSet f r) b) -> (Refined (InSet f r) b -> Refined (InSet f s) a) -> MapProof (f :: Flavor) s a b r

    refined-containers Data.HashMap.Refined

    No documentation available.

Page 79 of many | Previous | Next