#1230: write a safety wrapper around readline
----------------------------------+-----------------------------------------
    Reporter:  igloo              |       Owner:         
        Type:  feature request    |      Status:  new    
    Priority:  low                |   Milestone:  _|_    
   Component:  libraries (other)  |     Version:  6.6    
    Severity:  normal             |    Keywords:         
  Difficulty:  Unknown            |    Testcase:         
Architecture:  Unknown            |          Os:  Unknown
----------------------------------+-----------------------------------------
It would be nice to have a wrapper around the low-level readline
 functions, providing
 the same functions but with types in `MonadIO m => MonadReadline m`. The
 `IO` monad wouldn't be in this class, but `ReadlineT` would be, and a
 `withReadline` function would handle calling `initialize` etc for you as
 appropriate.

 Inspired by:
 http://www.haskell.org/pipermail/haskell-cafe/2006-October/019046.html

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1230>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to