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.
-
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...)
jForEachIn :: JStgExpr -> (JStgExpr -> JStgStat) -> JSM JStgStatghc-lib-parser GHC.JS.Make As with "jForIn" but creating a "for each in" statement.
jForIn :: JStgExpr -> (JStgExpr -> JStgStat) -> JSM JStgStatghc-lib-parser GHC.JS.Make Create a 'for in' statement. Usage:
jForIn {expression} $ x -> {block involving x}-
No documentation available.
-
ghc-lib-parser GHC.LanguageExtensions.Type No documentation available.
GHCForeignImportPrim :: Extensionghc-lib-parser GHC.LanguageExtensions.Type No documentation available.
TransformListComp :: Extensionghc-lib-parser GHC.LanguageExtensions.Type No documentation available.
type
TokForall = EpUniToken "forall" "∀"ghc-lib-parser GHC.Parser.Annotation No documentation available.
-
ghc-lib-parser GHC.Parser.Errors.Types No documentation available.
PsErrExplicitForall :: Bool -> PsMessageghc-lib-parser GHC.Parser.Errors.Types Explicit forall found but no extension allowing it is enabled