Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Utilities to run ClSF
s at the speed of combined clocks
when they are defined only for a constituent clock.
Synopsis
Documentation
upsampleAutomaton :: Monad m => b -> Automaton m a b -> Automaton m (Either arbitrary a) b Source #
An Automaton
can be given arbitrary other arguments
that cause it to tick without doing anything
and replicating the last output.