Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. Parallel :: forall (m :: Type -> Type) cl1 cl2 a b . (Clock m cl1, Clock m cl2, Clock m (Out cl1), Clock m (Out cl2), GetClockProxy cl1, GetClockProxy cl2, Time cl1 ~ Time (Out cl1), Time cl2 ~ Time (Out cl2), Time cl1 ~ Time cl2, Time cl1 ~ Time (In cl1), Time cl2 ~ Time (In cl2)) => SN m cl1 a b -> SN m cl2 a b -> SN m (ParallelClock cl1 cl2) a b

    rhine FRP.Rhine.SN

    Two SNs with the same input and output data may be parallely composed.

  2. Postcompose :: forall (m :: Type -> Type) cl a b1 b . (Clock m (Out cl), Time cl ~ Time (Out cl)) => SN m cl a b1 -> ClSF m (Out cl) b1 b -> SN m cl a b

    rhine FRP.Rhine.SN

    A ClSF can always be postcomposed onto an SN if the clocks match on the output.

  3. Precompose :: forall (m :: Type -> Type) cl a b1 b . (Clock m (In cl), Time cl ~ Time (In cl)) => ClSF m (In cl) a b1 -> SN m cl b1 b -> SN m cl a b

    rhine FRP.Rhine.SN

    A ClSF can always be precomposed onto an SN if the clocks match on the input.

  4. type ParClock cl1 cl2 = ParallelClock cl1 cl2

    rhine FRP.Rhine.Schedule

    Abbrevation synonym.

  5. ParClockInL :: forall clS clR cl . ParClockInclusion (ParallelClock clS clR) cl -> ParClockInclusion clS cl

    rhine FRP.Rhine.Schedule

    No documentation available.

  6. ParClockInR :: forall clL clS cl . ParClockInclusion (ParallelClock clL clS) cl -> ParClockInclusion clS cl

    rhine FRP.Rhine.Schedule

    No documentation available.

  7. data ParClockInclusion clS cl

    rhine FRP.Rhine.Schedule

    An inclusion of a clock into a tree of parallel compositions of clocks.

  8. ParClockRefl :: forall clS . ParClockInclusion clS clS

    rhine FRP.Rhine.Schedule

    No documentation available.

  9. data ParallelClock cl1 cl2

    rhine FRP.Rhine.Schedule

    Two clocks can be combined with a schedule as a clock for an asynchronous parallel composition of signal networks.

  10. ParallelClock :: cl1 -> cl2 -> ParallelClock cl1 cl2

    rhine FRP.Rhine.Schedule

    No documentation available.

Page 640 of many | Previous | Next