Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

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

    language-java Language.Java.Syntax

    No documentation available.

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

    language-lua Language.Lua.Annotated.Syntax

    for x in .. do .. end

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

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

    language-lua Language.Lua.Syntax

    for x in .. do .. end

  6. ForRange :: Name -> Exp -> Exp -> Maybe Exp -> Block -> Stat

    language-lua Language.Lua.Syntax

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

  7. data Format

    matrix-market-attoparsec Data.Matrix.MatrixMarket

    Specifies either sparse or dense storage. In sparse ("coordinate") storage, elements are given in (i,j,x) triplets for matrices (or (i,x) for vectors). Indices are 1-based, so that A(1,1) is the first element of a matrix, and x(1) is the first element of a vector. In dense ("array") storage, elements are given in column-major order. In both cases, each element is given on a separate line.

  8. FormatExportNotSupported :: String -> String -> ExportError

    matrix-market-attoparsec Data.Matrix.MatrixMarket

    No documentation available.

  9. ForceAccept :: a -> PResult a

    mcmc Mcmc.Proposal

    Accept the new value regardless of the prior, likelihood or Jacobian.

  10. ForceReject :: PResult a

    mcmc Mcmc.Proposal

    Reject the proposal regardless of the prior, likelihood or Jacobian.

Page 336 of many | Previous | Next