Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. formattedCellMap :: Formatted -> CellMap

    xlsx Codec.Xlsx.Formatted

    The final CellMap; see _wsCells

  2. formattedColSpan :: Lens' FormattedCell Int

    xlsx Codec.Xlsx.Formatted

    No documentation available.

  3. formattedFormat :: Lens' FormattedCell Format

    xlsx Codec.Xlsx.Formatted

    No documentation available.

  4. formattedMerges :: Formatted -> [Range]

    xlsx Codec.Xlsx.Formatted

    The final list of cell merges; see _wsMerges

  5. formattedRowSpan :: Lens' FormattedCell Int

    xlsx Codec.Xlsx.Formatted

    No documentation available.

  6. formattedStyleSheet :: Formatted -> StyleSheet

    xlsx Codec.Xlsx.Formatted

    The final stylesheet; see _xlStyles (and renderStyleSheet)

  7. formulaDataFromCursor :: Cursor -> [(CellFormula, Maybe (SharedFormulaIndex, SharedFormulaOptions))]

    xlsx Codec.Xlsx.Types.Cell

    No documentation available.

  8. formatListBlankHead :: (Attribute name, C string) => [T name string] -> ShowS

    xml-basic Text.XML.Basic.Attribute

    Each attribute is preceded by a space, that is there is a space between adjacent attributes and one leading space.

  9. forestPost :: forall (v :: Type -> Type) a . Vector v a => [Tree a] -> Forest 'Post v a

    ForestStructures Data.Forest.Static

    Construct a post-ordered forest.

  10. forestPre :: forall (v :: Type -> Type) a . Vector v a => [Tree a] -> Forest 'Pre v a

    ForestStructures Data.Forest.Static

    Construct a pre-ordered forest.

Page 129 of many | Previous | Next