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.
FormulaData :: CellFormula -> Maybe (SharedFormulaIndex, SharedFormulaOptions) -> FormulaDataxlsx Codec.Xlsx.Types.Internal.FormulaData No documentation available.
-
xlsx Codec.Xlsx.Types.StyleSheet A number format code. Section 18.8.30, "numFmt (Number Format)" (p. 1777)
-
No documentation available.
-
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.
data
Forest (p :: TreeOrder) (v :: Type -> Type) aForestStructures 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.
-
ForestStructures Data.Forest.Static No documentation available.
-
HaTeX Text.LaTeX.Base.Types No documentation available.
-
HaTeX Text.LaTeX.Packages.Color No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Defs No documentation available.
-
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.