¤ inputPairLF, inputListLF

Types

inputPairLF :: Orientation -> InF a b -> InF c d -> F (a, c) (InputMsg (b, d))
inputListLF :: (Eq a) => Placer -> [(a, InF b c)] -> F [(a, b)] (InputMsg [(a, c)])

Description

These are versions of inputPairF and inputListF with builtin layout.

See Also

inputPairF and inputListF.