judah / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Remove internal completion function and just use identical simpleCompletion #152

Open oxinabox opened 3 years ago

oxinabox commented 3 years ago

I am probably missing something, but it seems like having simpleCompletion and completion as identical functions is not serving any purpose. Can't remove simpleCompletion as it is part of the public API. But can remove completion as it is only used internally