Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
xhtml Text.XHtml.Transitional No documentation available.
formattedCellMap :: Formatted -> CellMapxlsx Codec.Xlsx.Formatted type
CellMap = Map (RowIndex, ColumnIndex) Cellxlsx Codec.Xlsx.Types 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'
_wsRowPropertiesMap :: Worksheet -> Map RowIndex RowPropertiesxlsx Codec.Xlsx.Types custom row properties (height, style) map
wsRowPropertiesMap :: Lens' Worksheet (Map RowIndex RowProperties)xlsx Codec.Xlsx.Types No documentation available.
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