CCA-0.1: preprocessor and library for Causal Communtative Arrows (CCA)Source codeContentsIndex
Control.CCA.Types
Documentation
class (Arrow a, ArrowLoop a) => ArrowInit a whereSource
Methods
init :: b -> a b bSource
arr' :: ExpQ -> (b -> c) -> a b cSource
init' :: ExpQ -> b -> a b bSource
loopD :: e -> a (b, e) (c, e) -> a b cSource
loopB :: e -> a (b, (d, e)) (c, (d, e)) -> a b cSource
show/hide Instances
Produced by Haddock version 2.4.2