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