Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
map' :: Nat -> (Nat -> LocalId -> Exp) -> Exp -> ExpAgda Agda.Compiler.JS.Substitution No documentation available.
mapFlag :: (String -> String) -> OptDescr a -> OptDescr aAgda Agda.Interaction.Options Map a function over the long options. Also removes the short options. Will be used to add the plugin name to the plugin options.
mapPragmaOptions :: LensPragmaOptions a => (PragmaOptions -> PragmaOptions) -> a -> aAgda Agda.Interaction.Options No documentation available.
mapAbsoluteIncludePaths :: LensIncludePaths a => ([AbsolutePath] -> [AbsolutePath]) -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
-
Agda Agda.Interaction.Options.Lenses No documentation available.
mapIncludePaths :: LensIncludePaths a => ([FilePath] -> [FilePath]) -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
-
Agda Agda.Interaction.Options.Lenses No documentation available.
mapSafeMode :: LensSafeMode a => (SafeMode -> SafeMode) -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
mapVerbosity :: LensVerbosity a => (Verbosity -> Verbosity) -> a -> aAgda Agda.Interaction.Options.Lenses No documentation available.
mapAPattern :: APatternLike p => (Pattern' (ADotT p) -> Pattern' (ADotT p)) -> p -> pAgda Agda.Syntax.Abstract.Pattern Map pattern(s) with a modification after the recursive descent.