Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mappingPointer :: MappingRequestX11 Graphics.X11.Types No documentation available.
mapRaised :: Display -> Window -> IO CIntX11 Graphics.X11.Xlib.Extras A binding to XMapRaised.
mapSubwindows :: Display -> Window -> IO ()X11 Graphics.X11.Xlib.Window interface to the X11 library function XMapSubwindows().
mapWindow :: Display -> Window -> IO ()X11 Graphics.X11.Xlib.Window interface to the X11 library function XMapWindow().
mapFromUnboxed :: PrimType a => (a -> b) -> UArray a -> Array bbasement Basement.BoxedArray No documentation available.
mapToUnboxed :: PrimType b => (a -> b) -> Array a -> UArray bbasement Basement.BoxedArray No documentation available.
mappend :: Monoid a => a -> a -> abasement Basement.Compat.Base An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.
mappend :: Monoid a => a -> a -> abasement Basement.Imports An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.
mapM :: forall m a b (n :: Nat) . Monad m => (a -> m b) -> ListN n a -> m (ListN n b)basement Basement.Sized.List Map each element of a List to a monadic action, evaluate these actions sequentially and collect the results
mapM_ :: forall m a b (n :: Nat) . Monad m => (a -> m b) -> ListN n a -> m ()basement Basement.Sized.List Map each element of a List to a monadic action, evaluate these actions sequentially and ignore the results