Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

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

    xlsx Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

  2. type FormatCode = Text

    xlsx Codec.Xlsx.Types.StyleSheet

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

  3. module Text.XML.Basic.Format

    No documentation available.

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

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

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

  7. ForcePos :: Pos

    HaTeX Text.LaTeX.Base.Types

    No documentation available.

  8. ForestGreen :: ColorName

    HaTeX Text.LaTeX.Packages.Color

    No documentation available.

  9. Forward :: Direction

    LambdaHack Game.LambdaHack.Definition.Defs

    No documentation available.

  10. data Format

    OpenAL Sound.OpenAL.AL.Buffer

    Valid sound formats. An implementation may expose other formats, see Sound.OpenAL.ALC.Extensions for information on determining if additional formats are supported.

Page 311 of many | Previous | Next