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.

  1. type CellMap = Map (RowIndex, ColumnIndex) Cell

    xlsx 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'

  2. relMap :: Relationships -> Map RefId Relationship

    xlsx Codec.Xlsx.Types.Internal.Relationships

    No documentation available.

  3. _string_map :: SharedStringState -> Map Text Int

    xlsx Codec.Xlsx.Writer.Internal.Stream

    No documentation available.

  4. string_map :: Iso' SharedStringState (Map Text Int)

    xlsx Codec.Xlsx.Writer.Internal.Stream

    No documentation available.

  5. mconcatMap :: Stringable a => [b] -> (b -> a) -> a

    HStringTemplate Text.StringTemplate

    Defaults to mconcatMap m k = foldr (mappend . k) mempty m

  6. mconcatMap :: Stringable a => [b] -> (b -> a) -> a

    HStringTemplate Text.StringTemplate.Base

    Defaults to mconcatMap m k = foldr (mappend . k) mempty m

  7. type SMap a = Map String SElem a

    HStringTemplate Text.StringTemplate.Classes

    No documentation available.

  8. mconcatMap :: Stringable a => [b] -> (b -> a) -> a

    HStringTemplate Text.StringTemplate.Classes

    Defaults to mconcatMap m k = foldr (mappend . k) mempty m

  9. longmapsto :: LaTeXC l => l

    HaTeX Text.LaTeX.Base.Math

    symbol

  10. texmap :: (LaTeX -> Bool) -> (LaTeX -> LaTeX) -> LaTeX -> LaTeX

    HaTeX 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)
    

Page 1005 of many | Previous | Next