Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

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

  2. 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!

  3. forceBold :: FontStructure -> !Bool

    HPDF Graphics.PDF.Fonts.FontTypes

    No documentation available.

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

    HPDF Graphics.PDF.Typesetting

    For a newline and end the current paragraph

  5. forall_ :: LaTeXC l => l

    HaTeX Text.LaTeX.Base.Math

    For all symbol, <math>.

  6. forall_ :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.AMSMath

    For all symbol, <math>.

  7. foreignlanguage :: LaTeXC l => Language -> l -> l

    HaTeX Text.LaTeX.Packages.Babel

    The function foreignlanguage takes two arguments; the second argument is a phrase to be typeset according to the rules of the language named in its first argument.

  8. forceShutdown :: FrontendSession -> IO ()

    LambdaHack Game.LambdaHack.Client.UI.Frontend.Sdl

    No documentation available.

  9. forkChild :: MVar [Async ()] -> IO () -> IO ()

    LambdaHack Game.LambdaHack.Common.Thread

    No documentation available.

  10. forApplyEffect :: Effect -> Bool

    LambdaHack Game.LambdaHack.Content.ItemKind

    Whether the effect has a chance of exhibiting any potentially noticeable behaviour, except when the item is destroyed or combined. We assume at least one of OneOf effects must be noticeable.

Page 130 of many | Previous | Next