Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapTV :: (Name -> Name) -> (flag -> flag') -> (Kind -> Kind) -> TyVarBndr_ flag -> TyVarBndr_ flag'

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

    Map over the components of a TyVarBndr.

  2. mapTVFlag :: (flag -> flag') -> TyVarBndr_ flag -> TyVarBndr_ flag'

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

    Map over the flag of a TyVarBndr.

  3. mapTVKind :: (Kind -> Kind) -> TyVarBndr_ flag -> TyVarBndr_ flag

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

    Map over the Kind of a TyVarBndr.

  4. mapTVName :: (Name -> Name) -> TyVarBndr_ flag -> TyVarBndr_ flag

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

    Map over the Name of a TyVarBndr.

  5. 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|]
    

  6. 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|]
    

  7. 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"|]
    

  8. 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"|]
    

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

  10. mapUrls :: UrlMap -> Application

    wai-extra Network.Wai.UrlMap

    No documentation available.

Page 150 of many | Previous | Next