Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. type ParClock cl1 cl2 = ParallelClock cl1 cl2

    rhine FRP.Rhine.Schedule

    Abbrevation synonym.

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

    rhine FRP.Rhine.Schedule

    No documentation available.

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

    rhine FRP.Rhine.Schedule

    No documentation available.

  6. data ParClockInclusion clS cl

    rhine FRP.Rhine.Schedule

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

  7. ParClockRefl :: forall clS . ParClockInclusion clS clS

    rhine FRP.Rhine.Schedule

    No documentation available.

  8. 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.

  9. ParallelClock :: cl1 -> cl2 -> ParallelClock cl1 cl2

    rhine FRP.Rhine.Schedule

    No documentation available.

  10. ParallelLastTime :: forall cl1 cl2 . LastTime cl1 -> LastTime cl2 -> LastTime (ParallelClock cl1 cl2)

    rhine FRP.Rhine.Schedule

    No documentation available.

Page 642 of many | Previous | Next