completionStringF :: F (Either [[Char]] [Char]) (Either [[Char]] (InputMsg [Char]))
completionStringF creates a string entry field with a completion mechanism
Left alts sets the list of alternatives from which completions
are taken. Right s sets the current string in the input field.
Left alts, where alts list the remaining possible
completions, is output when ia completion operation has been made.
Right msg, is output when the string is edited.
The basic string entry field: stringF.
Documentation is incomplete.
This page documents work progress. Information on this page is subject to change without notice and does not represent a commitment on the part of the Fudgets corporation.