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.

  1. mappingPointer :: MappingRequest

    X11 Graphics.X11.Types

    No documentation available.

  2. mapRaised :: Display -> Window -> IO CInt

    X11 Graphics.X11.Xlib.Extras

    A binding to XMapRaised.

  3. mapSubwindows :: Display -> Window -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapSubwindows().

  4. mapWindow :: Display -> Window -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapWindow().

  5. mapFromUnboxed :: PrimType a => (a -> b) -> UArray a -> Array b

    basement Basement.BoxedArray

    No documentation available.

  6. mapToUnboxed :: PrimType b => (a -> b) -> Array a -> UArray b

    basement Basement.BoxedArray

    No documentation available.

  7. mappend :: Monoid a => a -> a -> a

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

  8. mappend :: Monoid a => a -> a -> a

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

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

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

Page 153 of many | Previous | Next