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. newtype Steps (f :: k -> Type) (a :: k)

    functor-combinators Data.Functor.Combinator

    A non-empty map of Natural to f a. Basically, contains multiple f as, each at a given Natural index.

    Steps f a ~ Map Natural (f a)
    Steps f   ~ Map Natural :.: f       -- functor composition
    
    It is the fixed point of applications of TheseT. You can think of this as an infinite sparse array of f as. Intuitively, in an infinite f `TheseT` f `TheseT` f `TheseT` f ..., each of those infinite positions may have an f in them. However, because of the at-least-one nature of TheseT, we know we have at least one f at one position somewhere. A Steps f a has potentially many fs, each stored at a different Natural position, with the guaruntee that at least one f exists. Can be useful for using with the Monoidal instance of TheseT. interpreting it requires at least an Alt instance in the target context, since we have to handle potentially more than one f. This type is essentailly the same as NEMapF (Sum Natural) (except with a different Semigroup instance).

  2. Steps :: NEMap Natural (f a) -> Steps (f :: k -> Type) (a :: k)

    functor-combinators Data.Functor.Combinator

    No documentation available.

  3. data StepMeasure (m :: Type -> Type) t

    perf Perf.Types

    Abstraction of a performance measurement with a pre and a post step wrapping the computation.

  4. StepMeasure :: m i -> (i -> m t) -> StepMeasure (m :: Type -> Type) t

    perf Perf.Types

    No documentation available.

  5. module Sound.Tidal.Stepwise

    No documentation available.

  6. StepA :: Attribute "step" 'False 'False

    type-of-html Html.Type

    No documentation available.

  7. StepDown :: [(Int, Rate)] -> PrepayPenaltyType

    Hastructure AssetClass.AssetBase

    first tuple (n,r) ,first n periods use penalty rate r , then next n periods use pentaly rate in next tuple | NMonthInterest Int

  8. StepUpLease :: OriginalInfo -> LeaseStepUp -> Balance -> RemainTerms -> Status -> Lease

    Hastructure AssetClass.AssetBase

    No documentation available.

  9. StepUpLease :: OriginalInfo -> LeaseStepUp -> Balance -> RemainTerms -> Status -> Lease

    Hastructure AssetClass.Lease

    No documentation available.

  10. StepUpBondRate :: Date -> String -> ActionOnDate

    Hastructure Deal

    reset bond interest rate per bond's interest rate info

Page 34 of many | Previous | Next