Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. jFor :: (JStgExpr -> JStgStat) -> (JStgExpr -> JStgExpr) -> (JStgExpr -> JStgStat) -> (JStgExpr -> JStgStat) -> JSM JStgStat

    ghc-lib-parser GHC.JS.Make

    Create a for statement given a function for initialization, a predicate to step to, a step and a body Usage:

    jFor (|= zero_) (.<. Int 65536) preIncrS
    (j -> ...something with the counter j...)
    

  2. jForEachIn :: JStgExpr -> (JStgExpr -> JStgStat) -> JSM JStgStat

    ghc-lib-parser GHC.JS.Make

    As with "jForIn" but creating a "for each in" statement.

  3. jForIn :: JStgExpr -> (JStgExpr -> JStgStat) -> JSM JStgStat

    ghc-lib-parser GHC.JS.Make

    Create a 'for in' statement. Usage:

    jForIn {expression} $ x -> {block involving x}
    

  4. module GHC.JS.Transform

    No documentation available.

  5. ExplicitForAll :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  6. GHCForeignImportPrim :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  7. TransformListComp :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  8. type TokForall = EpUniToken "forall" "∀"

    ghc-lib-parser GHC.Parser.Annotation

    No documentation available.

  9. PETS_ForallTelescope :: !HsForAllTelescope GhcPs -> !LocatedA (PatBuilder GhcPs) -> PsErrTypeSyntaxDetails

    ghc-lib-parser GHC.Parser.Errors.Types

    No documentation available.

  10. PsErrExplicitForall :: Bool -> PsMessage

    ghc-lib-parser GHC.Parser.Errors.Types

    Explicit forall found but no extension allowing it is enabled

Page 694 of many | Previous | Next