Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

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

    No documentation available.

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

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

    No documentation available.

  3. step :: Step

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

    No documentation available.

  4. step :: Int -> Step

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

    No documentation available.

  5. step :: Step

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

    No documentation available.

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

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

    No documentation available.

  7. step :: (Int, A) -> Word8 -> (Int, A)

    tools-yj Data.Word.Adler32

    No documentation available.

  8. step :: C -> Word8 -> C

    tools-yj Data.Word.Crc32

    No documentation available.

  9. step :: forall (m :: Type -> Type) b a . Monad m => b -> SplineT a b m ()

    varying Control.Varying.Spline

    Produce the argument as an output value exactly once.

    >>> :{
    let s = do step "hi"
    step "there"
    step "friend"
    in testVarOver (outputStream s "") [1,2,3,4]
    
    >>> :}
    "hi"
    "there"
    "friend"
    "friend"
    

  10. step :: Refinement

    clay Clay

    No documentation available.

Page 5 of many | Previous | Next