completionStringF' :: Char ->
                      Customiser StringF ->
                      F ((String -> [(a, String)]) ⊕ String) ([(a, String)] ⊕ (InputMsg String))
completionStringF'' :: Char ->
                       Customiser StringF ->
                       F ((String -> [(a, String)]) ⊕ ((Customiser StringF) ⊕ String))
                         ([(a, String)] ⊕ (InputMsg String))
stdcc :: Char
stdcc is the standard completion characters, which can be changed with
the command line option -stdcc.
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.