Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
CellMap = Map (RowIndex, ColumnIndex) Cellxlsx Codec.Xlsx.Types.Cell Map containing cell values which are indexed by row and column if you need to use more traditional (x,y) indexing please you could use corresponding accessors from 'Lens'
relMap :: Relationships -> Map RefId Relationshipxlsx Codec.Xlsx.Types.Internal.Relationships No documentation available.
_string_map :: SharedStringState -> Map Text Intxlsx Codec.Xlsx.Writer.Internal.Stream No documentation available.
string_map :: Iso' SharedStringState (Map Text Int)xlsx Codec.Xlsx.Writer.Internal.Stream No documentation available.
mconcatMap :: Stringable a => [b] -> (b -> a) -> aHStringTemplate Text.StringTemplate Defaults to mconcatMap m k = foldr (mappend . k) mempty m
mconcatMap :: Stringable a => [b] -> (b -> a) -> aHStringTemplate Text.StringTemplate.Base Defaults to mconcatMap m k = foldr (mappend . k) mempty m
type
SMap a = Map String SElem aHStringTemplate Text.StringTemplate.Classes No documentation available.
mconcatMap :: Stringable a => [b] -> (b -> a) -> aHStringTemplate Text.StringTemplate.Classes Defaults to mconcatMap m k = foldr (mappend . k) mempty m
-
HaTeX Text.LaTeX.Base.Math symbol
texmap :: (LaTeX -> Bool) -> (LaTeX -> LaTeX) -> LaTeX -> LaTeXHaTeX Text.LaTeX.Base.Syntax The function texmap looks for subexpressions that match a given condition and applies a function to them.
texmap c f = runIdentity . texmapM c (pure . f)