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)])
These are versions of inputPairF and inputListF with builtin layout.