
i }}}
im }}}
import q }}}
#11483: Ghci integration with readline -------------------------------------+------------------------------------- Reporter: Ivan | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.10.3 Keywords: readline | Operating System: Unknown/Multiple complete | Architecture: x86_64 | Type of failure: None/Unknown (amd64) | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- When running ghci, the word "import" is not in the list generated by readline completion. Namely, if to type {{{#!hs the suggestions that appear after pressing <TAB> are {{{#!hs id isDenormalized isNegativeZero init isIEEE iterate interact isInfinite ioError isNaN }}} If to type {{{#!hs then pressing <TAB> gives beep. Also, if we have at prompt {{{#!hs pressing <TAB> does not produce any completion. I would expect to get {{{#!hs
import qualified }}}
-- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11483 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler