Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. formattedRowSpan :: Lens' FormattedCell Int

    xlsx Codec.Xlsx.Formatted

    No documentation available.

  2. formattedStyleSheet :: Formatted -> StyleSheet

    xlsx Codec.Xlsx.Formatted

    The final stylesheet; see _xlStyles (and renderStyleSheet)

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

    xlsx Codec.Xlsx.Types.Cell

    No documentation available.

  4. 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.

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

    ForestStructures Data.Forest.Static

    Construct a post-ordered forest.

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

    ForestStructures Data.Forest.Static

    Construct a pre-ordered forest.

  7. forestToTrees :: forall (v :: Type -> Type) a (p :: TreeOrder) . Vector v a => Forest p v a -> Forest a

    ForestStructures Data.Forest.Static

    Given a forest, return the list of trees that constitue the forest.

  8. forestWith :: forall (v :: Type -> Type) a (p :: TreeOrder) . Vector v a => (forall a1 . () => [Tree a1] -> [a1]) -> [Tree a] -> Forest p v a

    ForestStructures Data.Forest.Static

    Construct a static Forest with a tree traversal function. I.e. forestWith preorderF trees will construct a pre-order forest from the list of trees. Siblings span trees in the forest!

  9. forceBold :: FontStructure -> !Bool

    HPDF Graphics.PDF.Fonts.FontTypes

    No documentation available.

  10. forceNewLine :: Style s => Para s ()

    HPDF Graphics.PDF.Typesetting

    For a newline and end the current paragraph

Page 129 of many | Previous | Next