[GHC] #15887: Ideas for a better GHCi editing experience
GHC
ghc-devs at haskell.org
Mon Nov 12 04:37:21 UTC 2018
#15887: Ideas for a better GHCi editing experience
-------------------------------------+-------------------------------------
Reporter: Anchpop | Owner: (none)
Type: feature request | Status: closed
Priority: high | Milestone: Research
| needed
Component: Compiler | Version: 8.6.2
Resolution: invalid | Keywords: QoL
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by osa1):
Another good repl that you may want to look at as an inspiration is utop
(for OCaml). It has syntax highlighting (disabled by default) and good
multi-line support (although the support for multi-line is mostly thanks
to OCaml's syntax, not entirely something the utop solves). It also shows
possible completions as you type always, which is a feature unique to
utop, I think.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15887#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list