ยค completeFromList

Types

completeFromList :: Eq a => [[a]] -> [a] -> [([a], [a])]

Synopsis

completeFromList alternatives incomplete

Description

completeFromList generates completions of a string from a list of alternatives

Arguments

alternatives :: [[a]]
The list of alternatives to search for completions.
incomplete :: [a]
The current incomplete input.

See Also

Fudgets for input with completions: completionStringF.