Open turion opened 6 years ago
All signal functions in the library (mainly in ClSF and submodules) that are polymorphic in the clock should be rewritten as Behaviours.
ClSF
Behaviour
This also applies to BehaviourFExcept in FRP.Rhine.ClSF.Except. Possibly, the type BehaviourExcept (and corresponding types) might have to be defined.
BehaviourFExcept
FRP.Rhine.ClSF.Except
BehaviourExcept
All signal functions in the library (mainly in
ClSF
and submodules) that are polymorphic in the clock should be rewritten asBehaviour
s.