Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4c61d9ef
Commit
4c61d9ef
authored
Jan 11, 2007
by
mnislaih
Browse files
Fix some text in the GHCi help message that was going over 80 columns
parent
ceb3606b
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/InteractiveUI.hs
View file @
4c61d9ef
...
@@ -175,7 +175,7 @@ helpText =
...
@@ -175,7 +175,7 @@ helpText =
" :help, :? display this list of commands
\n
"
++
" :help, :? display this list of commands
\n
"
++
" :info [<name> ...] display information about the given names
\n
"
++
" :info [<name> ...] display information about the given names
\n
"
++
" :print [<name> ...] prints a value without forcing its computation
\n
"
++
" :print [<name> ...] prints a value without forcing its computation
\n
"
++
" :sprint [<name> ...]
prints a value without forcing its computation(simpler)
\n
"
++
" :sprint [<name> ...]
simplified version of :print
\n
"
++
" :load <filename> ... load module(s) and their dependents
\n
"
++
" :load <filename> ... load module(s) and their dependents
\n
"
++
" :module [+/-] [*]<mod> ... set the context for expression evaluation
\n
"
++
" :module [+/-] [*]<mod> ... set the context for expression evaluation
\n
"
++
" :main [<arguments> ...] run the main function with the given arguments
\n
"
++
" :main [<arguments> ...] run the main function with the given arguments
\n
"
++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment