haskell / 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

Use cast from Data.Typeable instead of Data.Dynamic #53

Closed bgamari closed 7 years ago

bgamari commented 7 years ago

This function really has nothing to do with Dynamic.