daanx / isocline

Isocline is a portable GNU readline alternative
MIT License
232 stars 23 forks source link

Add missing argument to example #3

Closed alissa-tung closed 3 years ago

alissa-tung commented 3 years ago
completeWord :: CompletionEnv -> String -> Maybe (Char -> Bool) -> (String -> [Completion]) -> IO ()
daanx commented 3 years ago

Thanks!