Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMaybe :: Ord k => (a -> Maybe b) -> MinPQueue k a -> MinPQueue k bpqueue Data.PQueue.Prio.Min Map values and collect the Just results.
mapMaybeWithKey :: Ord k => (k -> a -> Maybe b) -> MinPQueue k a -> MinPQueue k bpqueue Data.PQueue.Prio.Min Map values and collect the Just results.
mapWithKey :: (k -> a -> b) -> MinPQueue k a -> MinPQueue k bpqueue Data.PQueue.Prio.Min Map a function over all values in the queue.
mappend :: Monoid a => a -> a -> aterminfo System.Console.Terminfo.Base No documentation available.
-
bound Bound.Scope Perform a change of variables on bound variables.
-
bound Bound.Scope mapM over both bound and free variables
-
bound Bound.Scope mapM_ over the variables bound by this scope
-
bound Bound.Scope A traverseScope that can be used when you only have a Monad instance
-
bound Bound.Scope A traverseScope_ that can be used when you only have a Monad instance
-
bound Bound.Scope Perform a change of variables, reassigning both bound and free variables.