[GHC] #15452: [GHCi] Add an option to make tab completion case-insensitive
GHC
ghc-devs at haskell.org
Sat Jul 28 19:02:57 UTC 2018
#15452: [GHCi] Add an option to make tab completion case-insensitive
-------------------------------------+-------------------------------------
Reporter: f-a | Owner: (none)
Type: feature | Status: new
request |
Priority: low | Milestone: 8.6.1
Component: GHCi | Version: 8.4.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
There should be a ghci-option to have
{{{ λ> readf<tab> }}}
(notice the lowercase `f`) complete to
{{{ λ> readFile }}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15452>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list