Hoogle Search
Within LTS Haskell 23.21 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
step :: ReadPrec a -> ReadPrec abase Text.ParserCombinators.ReadPrec Increases the precedence context by one.
step :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the step attribute. Example:
div ! step "bar" $ "Hello."
Result:<div step="bar">Hello.</div>
step :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the step attribute. Example:
div ! step "bar" $ "Hello."
Result:<div step="bar">Hello.</div>
step :: (Ord e, Container c e) => c e -> c ehmatrix Numeric.LinearAlgebra.Data A more efficient implementation of cmap (\x -> if x>0 then 1 else 0)
>>> step $ linspace 5 (-1,1::Double) 5 |> [0.0,0.0,0.0,1.0,1.0]
step :: Statement -> IO StepResultpersistent-sqlite Database.Sqlite Execute a database statement. It's recommended to use stepConn instead, because it gives better error messages.
-
yi-language Yi.Lexer.Alex No documentation available.
step :: [(a, FilePattern)] -> Step afilepattern System.FilePattern Efficient matching of a set of FilePatterns against a set of FilePaths. First call step passing in all the FilePatterns, with a tag for each one. Next call the methods of Step, providing the components of the FilePaths in turn. Useful for efficient bulk searching, particularly directory scanning, where you can avoid descending into directories which cannot match.
step :: Monad m => Cell m a b -> a -> m (b, Cell m a b)essence-of-live-coding LiveCoding.Cell Execute a cell for one step.
step :: Monad m => (a -> m (b, e)) -> ClSFExcept cl a b m erhine FRP.Rhine.ClSF.Except Advances a single tick with the given Kleisli arrow, and then throws an exception.
step :: Monad m => (a -> m (b, e)) -> AutomatonExcept a b m eautomaton Data.Automaton.Trans.Except Advances a single tick with the given Kleisli arrow, and then throws an exception.
Page 1 of many | Next