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.
-
rhine FRP.Rhine.SN Two SNs with the same input and output data may be parallely composed.
-
rhine FRP.Rhine.SN A ClSF can always be postcomposed onto an SN if the clocks match on the output.
-
rhine FRP.Rhine.SN A ClSF can always be precomposed onto an SN if the clocks match on the input.
type
ParClock cl1 cl2 = ParallelClock cl1 cl2rhine FRP.Rhine.Schedule Abbrevation synonym.
-
rhine FRP.Rhine.Schedule No documentation available.
-
rhine FRP.Rhine.Schedule No documentation available.
-
rhine FRP.Rhine.Schedule An inclusion of a clock into a tree of parallel compositions of clocks.
ParClockRefl :: forall clS . ParClockInclusion clS clSrhine FRP.Rhine.Schedule No documentation available.
-
rhine FRP.Rhine.Schedule Two clocks can be combined with a schedule as a clock for an asynchronous parallel composition of signal networks.
ParallelClock :: cl1 -> cl2 -> ParallelClock cl1 cl2rhine FRP.Rhine.Schedule No documentation available.