Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    svg-tree Graphics.Svg.CssTypes

    Helper function to modify inner value of a number

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

    svg-tree Graphics.Svg.Types

    Helper function to modify inner value of a number

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

    svg-tree Graphics.Svg.Types

    Helper function mapping every tree element.

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

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

    swish Swish.Datatype

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

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

    swish Swish.GraphMatch

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

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

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

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

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

Page 323 of many | Previous | Next