Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

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

  3. maplist :: Label lb => [lb] -> [lb] -> (lb -> lb) -> [(lb, lb)] -> [(lb, lb)]

    swish Swish.RDF.Graph

    Construct a list of (oldnode,newnode) values to be used for graph label remapping. The function operates recursively, adding new nodes generated to the accumulator and also to the list of nodes to be avoided.

  4. mapnode :: Label lb => [lb] -> [lb] -> (lb -> lb) -> lb -> lb

    swish Swish.RDF.Graph

    Remap a single graph node. If the node is not one of those to be remapped, the supplied value is returned unchanged.

  5. mapTardisT :: (m (a, (bw, fw)) -> n (b, (bw, fw))) -> TardisT bw fw m a -> TardisT bw fw n b

    tardis Control.Monad.Trans.Tardis

    A function that operates on the internal representation of a Tardis can also be used on a Tardis.

  6. mapThat :: (b -> d) -> These a b -> These a d

    these-skinny Data.These

    mapThat = over there
    

  7. mapThese :: (a -> c) -> (b -> d) -> These a b -> These c d

    these-skinny Data.These

    Bifunctor map.

  8. mapThis :: (a -> c) -> These a b -> These c b

    these-skinny Data.These

    mapThis = over here
    

  9. mapAccum :: MonadIO m => acc -> Event (acc -> (x, acc)) -> m (Event x, Behavior acc)

    threepenny-gui Graphics.UI.Threepenny.Core

    Efficient combination of accumE and accumB.

  10. mapAccum :: MonadIO m => acc -> Event (acc -> (x, acc)) -> m (Event x, Behavior acc)

    threepenny-gui Reactive.Threepenny

    Efficient combination of accumE and accumB.

Page 323 of many | Previous | Next