Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. step :: Statement -> IO StepResult

    squeather Squeather.Internal

    Evaluate a prepared statement. Returns Row if the Statement has returned a row of data. In that case, use column or columns to get individual columns or all columns, respectively. Returns Done if there is no data to retrieve. In that case, step should not be called again without first calling reset.

  2. step :: Config -> Step

    stylish-haskell Language.Haskell.Stylish.Step.Data

    No documentation available.

  3. step :: Maybe Int -> Options -> Step

    stylish-haskell Language.Haskell.Stylish.Step.Imports

    No documentation available.

  4. step :: Maybe Int -> Style -> Bool -> Bool -> String -> Step

    stylish-haskell Language.Haskell.Stylish.Step.LanguagePragmas

    No documentation available.

  5. step :: Maybe Int -> Config -> Step

    stylish-haskell Language.Haskell.Stylish.Step.ModuleHeader

    No documentation available.

  6. step :: Maybe Int -> Config -> Step

    stylish-haskell Language.Haskell.Stylish.Step.SimpleAlign

    No documentation available.

  7. step :: Step

    stylish-haskell Language.Haskell.Stylish.Step.Squash

    No documentation available.

  8. step :: Int -> Step

    stylish-haskell Language.Haskell.Stylish.Step.Tabs

    No documentation available.

  9. step :: Step

    stylish-haskell Language.Haskell.Stylish.Step.TrailingWhitespace

    No documentation available.

  10. step :: Bool -> String -> Step

    stylish-haskell Language.Haskell.Stylish.Step.UnicodeSyntax

    No documentation available.

Page 4 of many | Previous | Next