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.
formattedCellMap :: Formatted -> CellMapxlsx Codec.Xlsx.Formatted formattedColSpan :: Lens' FormattedCell Intxlsx Codec.Xlsx.Formatted No documentation available.
formattedFormat :: Lens' FormattedCell Formatxlsx Codec.Xlsx.Formatted No documentation available.
formattedMerges :: Formatted -> [Range]xlsx Codec.Xlsx.Formatted The final list of cell merges; see _wsMerges
formattedRowSpan :: Lens' FormattedCell Intxlsx Codec.Xlsx.Formatted No documentation available.
formattedStyleSheet :: Formatted -> StyleSheetxlsx Codec.Xlsx.Formatted The final stylesheet; see _xlStyles (and renderStyleSheet)
formulaDataFromCursor :: Cursor -> [(CellFormula, Maybe (SharedFormulaIndex, SharedFormulaOptions))]xlsx Codec.Xlsx.Types.Cell No documentation available.
formatListBlankHead :: (Attribute name, C string) => [T name string] -> ShowSxml-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.
forestPost :: forall (v :: Type -> Type) a . Vector v a => [Tree a] -> Forest 'Post v aForestStructures Data.Forest.Static Construct a post-ordered forest.
forestPre :: forall (v :: Type -> Type) a . Vector v a => [Tree a] -> Forest 'Pre v aForestStructures Data.Forest.Static Construct a pre-ordered forest.