Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ForAll :: forall d1 d . Atom (d1 -> d) Type -> Atom d Type

    kind-generics Generics.Kind

    Represents universal quantification.

  2. newtype ForAllI (f :: Atom d1 -> d Type) (tys :: LoT d)

    kind-generics Generics.Kind

    Auxiliary type for interpretation of the ForAll atom. Required because a type family like Interpret cannot return a polymorphic type.

  3. data ForInit

    language-java Language.Java.Syntax

    Initialization code for a basic for statement.

  4. ForInitExps :: [Exp] -> ForInit

    language-java Language.Java.Syntax

    No documentation available.

  5. ForLocalVars :: [Modifier] -> Type -> [VarDecl] -> ForInit

    language-java Language.Java.Syntax

    No documentation available.

  6. data FormalParam

    language-java Language.Java.Syntax

    A formal parameter in method declaration. The last parameter for a given declaration may be marked as variable arity, indicated by the boolean argument.

  7. FormalParam :: [Modifier] -> Type -> Bool -> VarDeclId -> FormalParam

    language-java Language.Java.Syntax

    No documentation available.

  8. ForIn :: a -> [Name a] -> [Exp a] -> Block a -> Stat a

    language-lua Language.Lua.Annotated.Syntax

    for x in .. do .. end

  9. ForRange :: a -> Name a -> Exp a -> Exp a -> Maybe (Exp a) -> Block a -> Stat a

    language-lua Language.Lua.Annotated.Syntax

    for x=start, end [, step] do .. end

  10. ForIn :: [Name] -> [Exp] -> Block -> Stat

    language-lua Language.Lua.Syntax

    for x in .. do .. end

Page 336 of many | Previous | Next