Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

    swish Swish.Datatype

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

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

    swish Swish.GraphMatch

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

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

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

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

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

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

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

    these-skinny Data.These

    mapThat = over there
    

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

    these-skinny Data.These

    Bifunctor map.

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

    these-skinny Data.These

    mapThis = over here
    

Page 364 of many | Previous | Next