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. themap :: Html -> Html

    xhtml Text.XHtml.Strict

    No documentation available.

  2. usemap :: String -> HtmlAttr

    xhtml Text.XHtml.Strict

    No documentation available.

  3. clickmap :: String -> Html

    xhtml Text.XHtml.Transitional

    No documentation available.

  4. ismap :: HtmlAttr

    xhtml Text.XHtml.Transitional

    No documentation available.

  5. themap :: Html -> Html

    xhtml Text.XHtml.Transitional

    No documentation available.

  6. usemap :: String -> HtmlAttr

    xhtml Text.XHtml.Transitional

    No documentation available.

  7. formattedCellMap :: Formatted -> CellMap

    xlsx Codec.Xlsx.Formatted

    The final CellMap; see _wsCells

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

  9. _wsRowPropertiesMap :: Worksheet -> Map RowIndex RowProperties

    xlsx Codec.Xlsx.Types

    custom row properties (height, style) map

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

    xlsx Codec.Xlsx.Types

    No documentation available.

Page 1004 of many | Previous | Next