Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. type Formatter a = a -> Value

    katip-wai Katip.Wai.Options

    A formatter is a function that can convert a into json.

  2. ForwardSlash :: Key

    keycode Web.KeyCode

    Without Shift: /. With Shift: ?.

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

    kind-apply Data.PolyKinded.Atom

    Represents universal quantification.

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

    kind-apply Data.PolyKinded.Atom

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

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

    kind-generics Generics.Kind

    Represents universal quantification.

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

  7. data ForInit

    language-java Language.Java.Syntax

    Initialization code for a basic for statement.

  8. ForInitExps :: [Exp] -> ForInit

    language-java Language.Java.Syntax

    No documentation available.

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

    language-java Language.Java.Syntax

    No documentation available.

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

Page 336 of many | Previous | Next