Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. Formula :: Text -> Formula

    xlsx Codec.Xlsx.Types.Common

    No documentation available.

  2. module Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

  3. data FormulaData

    xlsx Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

  4. FormulaData :: CellFormula -> Maybe (SharedFormulaIndex, SharedFormulaOptions) -> FormulaData

    xlsx Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

  5. type FormatCode = Text

    xlsx Codec.Xlsx.Types.StyleSheet

    A number format code. Section 18.8.30, "numFmt (Number Format)" (p. 1777)

  6. module Text.XML.Basic.Format

    No documentation available.

  7. package ForestStructures

    Tree- and forest structures This library provides both static and dynamic tree and forest structures. Once a tree structure is static, it can be mappend onto a linearized representation, which is beneficial for algorithms that do not modify the internal tree structure, but need fast O(1) access to individual nodes, children, and siblings.

  8. data Forest (p :: TreeOrder) (v :: Type -> Type) a

    ForestStructures Data.Forest.Static

    A static forest structure. While traversals are always explicitly possible by following the indices, the nodes themselves shall always be ordered by the type p :: TreeOrder. This is not completely enforced, given that Forest is exporting the constructor, but encouraged via construction with helper functions. The labels of type a (in label) require a vector structure v for O(1) access.

  9. Forest :: !v a -> !Vector Int -> !Vector (Vector Int) -> !Vector Int -> !Vector Int -> !Vector Int -> Forest (p :: TreeOrder) (v :: Type -> Type) a

    ForestStructures Data.Forest.Static

    No documentation available.

  10. ForcePos :: Pos

    HaTeX Text.LaTeX.Base.Types

    No documentation available.

Page 311 of many | Previous | Next