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.

  1. mapPost :: forall a c (f :: Type -> Type) b . (a -> c) -> Post a f b -> Post c f b

    functor-combinators Data.HFunctor.Route

    Post-compose on the post-routing function.

  2. mapPre :: forall c a (f :: Type -> Type) b . (c -> a) -> Pre a f b -> Pre c f b

    functor-combinators Data.HFunctor.Route

    Pre-compose on the pre-routing function.

  3. mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

  4. mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)

    genvalidity-mergeful Data.GenValidity.Mergeful.Collection

    No documentation available.

  5. mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)

    genvalidity-mergeless Data.GenValidity.Mergeless.Collection

    No documentation available.

  6. mapCells :: (a -> b) -> ArrayTable a -> ArrayTable b

    gridtables Text.GridTable.ArrayTable

    Apply a function to all cell contents in a grid table.

  7. mapEvent :: WidgetClass self => Signal self (EventM EAny Bool)

    gtk Graphics.UI.Gtk.Abstract.Widget

    The window is put onto the screen.

  8. mapSignal :: WidgetClass self => Signal self (IO ())

    gtk Graphics.UI.Gtk.Abstract.Widget

    The widget appears on screen.

  9. mapPoints :: Ord v => (Point u -> Point v) -> Bitmap u p -> Bitmap v p

    haha Graphics.Ascii.Haha.Bitmap

    No documentation available.

  10. mapSubject :: (b -> a) -> SpecWith a -> SpecWith b

    hspec-meta Test.Hspec.Meta

    Modify the subject under test. Note that this resembles a contravariant functor on the first type parameter of SpecM. This is because the subject is passed inwards, as an argument to the spec item.

Page 242 of many | Previous | Next