[GHC] #13456: GHCi run commands that are not documented in Users Guide Documentation

#13456: GHCi run commands that are not documented in Users Guide Documentation -------------------------------------+------------------------------------- Reporter: vanto | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 8.0.2 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Other Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Hi, GHCi commands all begin with {{{:}}} and the command name may be abbreviated.\\ if you write {{{:}}} add to the command, for example:\\ {{{::l}}} or {{{::r}}} or {{{::set +m}}} and so on, the command run\\ on the other hand {{{::}}} do not run\\ Hope this help -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13456 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13456: GHCi run commands that are not documented in Users Guide Documentation -------------------------------------+------------------------------------- Reporter: vanto | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 8.0.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by MarcelineVQ): Interesting:\\ From a little testing it seems that commands that begin with a letter can be run with `::command` instead of `:command`\\ Some other commands like `:! :{ :` do not allow `::! ::{ ::`\\ Oddly `::?` is accepted. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13456#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC