Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Utility functions based only on Arrow
class.
Documentation
chainControlled :: Arrow arrow => [arrow (c, x) x] -> arrow (c, x) x Source #
replicateControlled :: Arrow arrow => Int -> arrow (c, x) x -> arrow (c, x) x Source #