netwire-2.0.1: Generic automaton arrow transformer and useful tools

MaintainerErtugrul Soeylemez <es@ertes.de>

Control.Wire.Tools

Contents

Description

Utilities for creating wires.

Synopsis

Arrow tools

distA :: forall a b (>~). Arrow >~ => [a >~ b] -> a >~ [b]Source

Distribute an input value over a list of arrow computations and collect the results.

mapA :: ArrowChoice >~ => (a >~ b) -> [a] >~ [b]Source

Lift an arrow computation to lists of values.