Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. stepUnique :: Unique -> Word64 -> Unique

    ghc-lib-parser GHC.Types.Unique

    No documentation available.

  2. steppableIso :: forall t (f :: Type -> Type) . Steppable (->) t f => BialgebraIso f t

    yaya Yaya.Fold

    No documentation available.

  3. steppableReadPrec :: forall t (f :: Type -> Type) . (Steppable (->) t f, Read1 f) => ReadPrec t

    yaya Yaya.Fold

    An implementation of readPrec for any Steppable instance. NB: Use steppableReadPrec' if you need to use a custom parsing function for f. NB: This only requires Steppable, but the inverse operation is recursiveShowsPrec, which requires Recursive instead.

  4. steppableReadPrec' :: Steppable (->) t f => (ReadPrec t -> ReadPrec [t] -> ReadPrec (f t)) -> ReadPrec t

    yaya Yaya.Fold

    Like steppableReadPrec, but allows you to provide a custom display function for f.

  5. steppableReadPrec :: forall t (f :: Type -> Type) . (Steppable (->) t f, Read1 f) => ReadPrec t

    yaya Yaya.Retrofit

    An implementation of readPrec for any Steppable instance. NB: Use steppableReadPrec' if you need to use a custom parsing function for f. NB: This only requires Steppable, but the inverse operation is recursiveShowsPrec, which requires Recursive instead.

  6. steppableReadPrec' :: Steppable (->) t f => (ReadPrec t -> ReadPrec [t] -> ReadPrec (f t)) -> ReadPrec t

    yaya Yaya.Retrofit

    Like steppableReadPrec, but allows you to provide a custom display function for f.

  7. stepSensible :: Pos -> Double -> Int -> Double

    numhask-space NumHask.Space.Range

    Find a step that feels pleasent for a 10 digit species.

    >>> stepSensible OuterPos 35 6
    5.0
    

  8. stepsize :: forall (n :: Nat) . FixedStep n -> Integer

    rhine FRP.Rhine.Clock.FixedStep

    Extract the type-level natural number as an integer.

  9. step2 :: (C a, C a v) => Parameter a -> v -> State [T v] (T v)

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

    No documentation available.

  10. stepIt :: It Rope a -> Step a

    trifecta Text.Trifecta.Parser

    No documentation available.

Page 15 of many | Previous | Next