Ticket #4249 (closed feature request: fixed)
Remove module from context completion
| Reported by: | boris | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 7.0.1 |
| Component: | GHCi | Version: | 6.13 |
| Keywords: | completion module | Cc: | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
I propose to suggest in completion only modules the user already loaded into the context. The completion should look like this
Prelude Data.List> :m - Data.List Prelude
instead of this
Prelude Data.List> :m - Display all 728 possibilities? (y or n)
I have already written a patch, but it requires addition of one function into haskeline library. Actually, this function can be put into ghci, but it fits more naturally in haskeline. I have created a ticket in haskeline trac http://trac.haskell.org/haskeline/ticket/109
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

