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.
-
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.
FormalParam :: [Modifier] -> Type -> Bool -> VarDeclId -> FormalParamlanguage-java Language.Java.Syntax No documentation available.
ForIn :: a -> [Name a] -> [Exp a] -> Block a -> Stat alanguage-lua Language.Lua.Annotated.Syntax for x in .. do .. end
ForRange :: a -> Name a -> Exp a -> Exp a -> Maybe (Exp a) -> Block a -> Stat alanguage-lua Language.Lua.Annotated.Syntax for x=start, end [, step] do .. end
ForIn :: [Name] -> [Exp] -> Block -> Statlanguage-lua Language.Lua.Syntax for x in .. do .. end
ForRange :: Name -> Exp -> Exp -> Maybe Exp -> Block -> Statlanguage-lua Language.Lua.Syntax for x=start, end [, step] do .. end
-
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.
FormatExportNotSupported :: String -> String -> ExportErrormatrix-market-attoparsec Data.Matrix.MatrixMarket No documentation available.
-
mcmc Mcmc.Proposal Accept the new value regardless of the prior, likelihood or Jacobian.
-
mcmc Mcmc.Proposal Reject the proposal regardless of the prior, likelihood or Jacobian.