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. mapTVName :: (Name -> Name) -> TyVarBndr_ flag -> TyVarBndr_ flag

    th-abstraction Language.Haskell.TH.Datatype.TyVarBndr

    Map over the Name of a TyVarBndr.

  2. mapSomeBase :: (forall b . () => Path b t -> Path b t') -> SomeBase t -> SomeBase t'

    path OsPath.Posix

    Helper to apply a function to the SomeBase object

    >>> mapSomeBase parent (Abs [absfile|/foo/bar/cow.moo|]) == Abs [absdir|/foo/bar|]
    

  3. mapSomeBase :: (forall b . () => Path b t -> Path b t') -> SomeBase t -> SomeBase t'

    path OsPath.Windows

    Helper to apply a function to the SomeBase object

    >>> mapSomeBase parent (Abs [absfile|/foo/bar/cow.moo|]) == Abs [absdir|/foo/bar|]
    

  4. mapSomeBase :: (forall b . () => Path b t -> Path b t') -> SomeBase t -> SomeBase t'

    path Path.Posix

    Helper to apply a function to the SomeBase object

    >>> mapSomeBase parent (Abs [absfile|/foo/bar/cow.moo|]) == Abs [absdir|"/foo/bar"|]
    

  5. mapSomeBase :: (forall b . () => Path b t -> Path b t') -> SomeBase t -> SomeBase t'

    path Path.Windows

    Helper to apply a function to the SomeBase object

    >>> mapSomeBase parent (Abs [absfile|/foo/bar/cow.moo|]) == Abs [absdir|"/foo/bar"|]
    

  6. mapDict :: (a :- b) -> Dict a -> Dict b

    constraints Data.Constraint

    Apply an entailment to a dictionary. From a category theoretic perspective Dict is a functor that maps from the category of constraints (with arrows in :-) to the category Hask of Haskell data types.

  7. mapUrls :: UrlMap -> Application

    wai-extra Network.Wai.UrlMap

    No documentation available.

  8. mapException :: (Exception e1, Exception e2) => (e1 -> e2) -> a -> a

    lifted-base Control.Exception.Lifted

    This function maps one exception into another as proposed in the paper "A semantics for imprecise exceptions".

  9. mapItems :: (Item a -> Item b) -> SpecWith a -> SpecWith b

    hspec-core Test.Hspec.Core.Extension.Spec

    No documentation available.

  10. mapItems :: (Item () -> Item ()) -> [SpecTree] -> [SpecTree]

    hspec-core Test.Hspec.Core.Extension.Tree

    No documentation available.

Page 110 of many | Previous | Next