Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. mapRelevanceMod :: LensModality a => LensMap a Relevance

    Agda Agda.Syntax.Common

    No documentation available.

  2. mapUsing :: ([ImportedName' n1 m1] -> [ImportedName' n2 m2]) -> Using' n1 m1 -> Using' n2 m2

    Agda Agda.Syntax.Common

    No documentation available.

  3. mapExpr :: ExprLike a => (Expr -> Expr) -> a -> a

    Agda Agda.Syntax.Concrete.Generic

    This corresponds to map.

  4. mapInScope :: LensInScope a => (NameInScope -> NameInScope) -> a -> a

    Agda Agda.Syntax.Concrete.Name

    No documentation available.

  5. mapCPattern :: CPatternLike p => (Pattern -> Pattern) -> p -> p

    Agda Agda.Syntax.Concrete.Pattern

    Map pattern(s) with a modification after the recursive descent.

  6. mapLhsOriginalPattern :: (Pattern -> Pattern) -> LHS -> LHS

    Agda Agda.Syntax.Concrete.Pattern

    Modify the Pattern component in LHS.

  7. mapLhsOriginalPatternM :: (Functor m, Applicative m) => (Pattern -> m Pattern) -> LHS -> m LHS

    Agda Agda.Syntax.Concrete.Pattern

    Effectfully modify the Pattern component in LHS.

  8. mapAbsNames :: (ArgName -> ArgName) -> Tele a -> Tele a

    Agda Agda.Syntax.Internal

    No documentation available.

  9. mapAbsNamesM :: Applicative m => (ArgName -> m ArgName) -> Tele a -> m (Tele a)

    Agda Agda.Syntax.Internal

    A traversal for the names in a telescope.

  10. mapConName :: LensConName a => (QName -> QName) -> a -> a

    Agda Agda.Syntax.Internal

    No documentation available.

Page 311 of many | Previous | Next