ยค pickListF'
Displaying and interacting with lists
Types
pickListF' :: Customiser TextF ->
(a -> String) -> F (PickListRequest a) (InputMsg (Int, a))
Description
Customizable version of some pickListF.
See Also
The standard version: pickListF.
Bugs
Documentation incomplete.