netwire-3.1.0: Fast generic automaton arrow transformer for AFRP

MaintainerErtugrul Soeylemez <es@ertes.de>

Control.Wire.Trans.Simple

Contents

Description

Simple wire transformers.

Synopsis

Override input

class Arrow >~ => WOverrideInput (>~) whereSource

Override input.

Methods

(--<) :: Arrow >~ => Wire e >~ a b -> (a -> a) -> Wire e >~ a bSource

Apply the given function to the input, until the argument wire starts producing.

  • Depends: Like argument wire.
  • Inhibits: Like argument wire.

Instances

(>--) :: WOverrideInput >~ => (a -> a) -> Wire e >~ a b -> Wire e >~ a bSource

Apply the given function to the input, until the argument wire starts producing.

  • Depends: Like argument wire.
  • Inhibits: Like argument wire.