¤ moreF', moreShellF', et al

Types

moreF' :: (TextF -> TextF) -> F [[Char]] (InputMsg (Int, String))
moreShellF' :: (TextF -> TextF) -> String -> F [[Char]] (InputMsg (Int, String))
pickListF' :: (TextF -> TextF) -> (a -> String) -> F (TextRequest a) (InputMsg (Int, a))

Description

Customizable version of some fudgets

See Also

moreF, moreShellF, pickListF, Customiser.

Bugs

Documentation incomplete.