ยค absF

Abstract fudgets: from stream processors

Types

absF :: SP a b -> F a b

Synopsis

absF sp

Description

absF is the basic abstract fudget constructor. It takes a stream processor and returns the corresponding abstract fudget. An abstract fudget operates only with high level messages.

Arguments

sp :: SP a b
a stream processor

Example

 mapF = absF mapSP

See Also

mapF, >=^< et al.