¤ inputListSP, inputPairSP
Data entry field postprocessors
Types
inputListSP :: Eq p1 => [p1] -> SP (p1, InputMsg p2) (InputMsg [(p1, p2)])
inputPairSP :: SP ((InputMsg a) ⊕ (InputMsg b)) (InputMsg (a, b))
Description
Postprocessors used in the implementaiton of inputPairF and
inputListF.
See Also
inputPairF, inputListF