Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. newtype Formula

    xlsx Codec.Xlsx.Types.Common

    A formula See 18.18.35 "ST_Formula (Formula)" (p. 2457)

  2. Formula :: Text -> Formula

    xlsx Codec.Xlsx.Types.Common

    No documentation available.

  3. module Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

  4. data FormulaData

    xlsx Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

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

    xlsx Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

  6. type FormatCode = Text

    xlsx Codec.Xlsx.Types.StyleSheet

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

  7. module Text.XML.Basic.Format

    No documentation available.

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

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

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

Page 311 of many | Previous | Next