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.

  1. usemap :: String -> HtmlAttr

    xhtml Text.XHtml.Transitional

    No documentation available.

  2. formattedCellMap :: Formatted -> CellMap

    xlsx Codec.Xlsx.Formatted

    The final CellMap; see _wsCells

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

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

  4. _wsRowPropertiesMap :: Worksheet -> Map RowIndex RowProperties

    xlsx Codec.Xlsx.Types

    custom row properties (height, style) map

  5. wsRowPropertiesMap :: Lens' Worksheet (Map RowIndex RowProperties)

    xlsx Codec.Xlsx.Types

    No documentation available.

  6. 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'

  7. relMap :: Relationships -> Map RefId Relationship

    xlsx Codec.Xlsx.Types.Internal.Relationships

    No documentation available.

  8. _string_map :: SharedStringState -> Map Text Int

    xlsx Codec.Xlsx.Writer.Internal.Stream

    No documentation available.

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

    xlsx Codec.Xlsx.Writer.Internal.Stream

    No documentation available.

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

    HStringTemplate Text.StringTemplate

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

Page 1003 of many | Previous | Next