Safe Haskell | None |
---|---|
Language | Haskell98 |
Lava.SequentialCircuits
Documentation
outputList :: (Generic b, Foldable t) => t b -> () -> b Source #
rowSeq :: Constructive a1 => ((a1, p) -> (a2, a1)) -> p -> a2 Source #
rowSeqReset :: (Choice a1, Constructive a1) => ((a1, b) -> (a2, a1)) -> (Signal Bool, b) -> a2 Source #
rowSeqPeriod :: (Constructive a1, Choice a1, Num p1, Eq p1) => p1 -> ((a1, p2) -> (a2, a1)) -> p2 -> a2 Source #