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.
LEStep :: forall (n :: Nat) (m1 :: Nat) . LEProof n m1 -> LEProof n ('S m1)fin Data.Type.Nat.LE.ReflStep No documentation available.
leStep :: forall (n :: Nat) (m :: Nat) . LEProof n m -> LEProof n ('S m)fin Data.Type.Nat.LE.ReflStep leStepL :: forall (n :: Nat) (m :: Nat) . LEProof ('S n) m -> LEProof n mfin Data.Type.Nat.LE.ReflStep enumFromStepN :: Num a => a -> a -> Int -> Vector arebase Rebase.Data.Vector No documentation available.
enumFromStepN :: forall a (m :: Type -> Type) . (Num a, Monad m) => a -> a -> Int -> Stream m arebase Rebase.Data.Vector.Fusion.Stream.Monadic Yield a Stream of the given length containing the values x, x+y, x+y+y etc.
enumFromStepN :: (Vector v a, Num a) => a -> a -> Int -> v arebase Rebase.Data.Vector.Generic No documentation available.
enumFromStepN :: (Prim a, Num a) => a -> a -> Int -> Vector arebase Rebase.Data.Vector.Primitive No documentation available.
enumFromStepN :: (Storable a, Num a) => a -> a -> Int -> Vector arebase Rebase.Data.Vector.Storable No documentation available.
enumFromStepN :: (Unbox a, Num a) => a -> a -> Int -> Vector arebase Rebase.Data.Vector.Unboxed No documentation available.
module FRP.Rhine.Clock.
FixedStep Implements pure clocks ticking at every multiple of a fixed number of steps, and a deterministic schedule for such clocks.