Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. mapMaybeM :: (IsStream t, MonadAsync m, Functor (t m)) => (a -> m (Maybe b)) -> t m a -> t m b

    streamly Streamly.Prelude

    Like mapMaybe but maps a monadic function. Equivalent to:

    mapMaybeM f = Stream.map fromJust . Stream.filter isJust . Stream.mapM f
    
    Concurrent (do not use with fromParallel on infinite streams)

  2. maps :: StringPrepProfile -> [Map]

    stringprep Text.StringPrep

    No documentation available.

  3. mapNumber :: (Double -> Double) -> Number -> Number

    svg-tree Graphics.Svg.CssTypes

    Helper function to modify inner value of a number

  4. mapNumber :: (Double -> Double) -> Number -> Number

    svg-tree Graphics.Svg.Types

    Helper function to modify inner value of a number

  5. mapTree :: (Tree -> Tree) -> Tree -> Tree

    svg-tree Graphics.Svg.Types

    Helper function mapping every tree element.

  6. mapL2V :: DatatypeMap vt -> Text -> Maybe vt

    swish Swish.Datatype

    Function to map a lexical string to the datatype value. This effectively defines the lexical space of the datatype to be all strings for which yield a value other than Nothing.

  7. mapV2L :: DatatypeMap vt -> vt -> Maybe Text

    swish Swish.Datatype

    Function to map a value to its canonical lexical form, if it has such.

  8. mapLabelIndex :: Label lb => LabelMap lb -> lb -> LabelIndex

    swish Swish.GraphMatch

    Map a label to its corresponding label index value in the supplied LabelMap.

  9. mapXsdDecimal :: DatatypeMap Double

    swish Swish.RDF.Datatype.XSD.MapDecimal

    Functions that perform lexical-to-value and value-to-canonical-lexical mappings for xsd:decimal values.

  10. mapXsdInteger :: DatatypeMap Integer

    swish Swish.RDF.Datatype.XSD.MapInteger

    Functions that perform lexical-to-value and value-to-canonical-lexical mappings for xsd:integer values.

Page 323 of many | Previous | Next