Safe Haskell | None |
---|---|
Language | Haskell98 |
Lava.SequentialCircuits
Documentation
constant :: Constructive t => t -> Signal Bool #
outputList :: (Generic b, Foldable t) => t b -> () -> b #
rowSeq :: Constructive t => ((t, t2) -> (t1, t)) -> t2 -> t1 #
rowSeqReset :: (Constructive t, Choice t) => ((t, t2) -> (t1, t)) -> (Signal Bool, t2) -> t1 #
rowSeqPeriod :: (Choice t, Constructive t, Num t3, Eq t3) => t3 -> ((t, t2) -> (t1, t)) -> t2 -> t1 #