Hoogle Search

Within LTS Haskell 22.19 (ghc-9.6.4)

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

  1. step :: ReadPrec a -> ReadPrec a

    base Text.ParserCombinators.ReadPrec

    Increases the precedence context by one.

  2. step :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the step attribute. Example:

    div ! step "bar" $ "Hello."
    
    Result:
    <div step="bar">Hello.</div>
    

  3. step :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the step attribute. Example:

    div ! step "bar" $ "Hello."
    
    Result:
    <div step="bar">Hello.</div>
    

  4. step :: (Ord e, Container c e) => c e -> c e

    hmatrix 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]
    

  5. step :: Statement -> IO StepResult

    persistent-sqlite Database.Sqlite

    Execute a database statement. It's recommended to use stepConn instead, because it gives better error messages.

  6. step :: [(a, FilePattern)] -> Step a

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

  7. step :: s -> ReObject s r -> ReObject s r

    regex-applicative Text.Regex.Applicative.Object

    Feed a symbol into a regex object

  8. step :: Write sig a => T sig a

    synthesizer-core Synthesizer.Generic.Piece

    No documentation available.

  9. step :: C a v => Parameter a -> v -> State v (Result v)

    synthesizer-core Synthesizer.Plain.Filter.Recursive.FirstOrder

    No documentation available.

  10. step :: C a v => Parameter a -> v -> State (T v) (Result v)

    synthesizer-core Synthesizer.Plain.Filter.Recursive.FirstOrderComplex

    Universal filter: Computes high pass, band pass, low pass in one go

Page 1 of many | Next