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.
mapXsdDecimal :: DatatypeMap Doubleswish Swish.RDF.Datatype.XSD.MapDecimal Functions that perform lexical-to-value and value-to-canonical-lexical mappings for xsd:decimal values.
mapXsdInteger :: DatatypeMap Integerswish Swish.RDF.Datatype.XSD.MapInteger Functions that perform lexical-to-value and value-to-canonical-lexical mappings for xsd:integer values.
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.
mapnode :: Label lb => [lb] -> [lb] -> (lb -> lb) -> lb -> lbswish 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.
mapTardisT :: (m (a, (bw, fw)) -> n (b, (bw, fw))) -> TardisT bw fw m a -> TardisT bw fw n btardis Control.Monad.Trans.Tardis A function that operates on the internal representation of a Tardis can also be used on a Tardis.
mapThat :: (b -> d) -> These a b -> These a dthese-skinny Data.These mapThat = over there
mapThese :: (a -> c) -> (b -> d) -> These a b -> These c dthese-skinny Data.These Bifunctor map.
mapThis :: (a -> c) -> These a b -> These c bthese-skinny Data.These mapThis = over here
mapAccum :: MonadIO m => acc -> Event (acc -> (x, acc)) -> m (Event x, Behavior acc)threepenny-gui Graphics.UI.Threepenny.Core mapAccum :: MonadIO m => acc -> Event (acc -> (x, acc)) -> m (Event x, Behavior acc)threepenny-gui Reactive.Threepenny