Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
90046375
Commit
90046375
authored
Jun 05, 2007
by
bjpop@csse.unimelb.edu.au
Browse files
Add missing newline from ghci :help output
parent
25ad1147
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/InteractiveUI.hs
View file @
90046375
...
...
@@ -155,7 +155,7 @@ helpText =
" :add <filename> ... add module(s) to the current target set
\n
"
++
" :browse [*]<module> display the names defined by <module>
\n
"
++
" :cd <dir> change directory to <dir>
\n
"
++
" :cmd <expr> run the commands returned by <expr>::IO String
"
++
" :cmd <expr> run the commands returned by <expr>::IO String
\n
"
++
" :ctags [<file>] create tags file for Vi (default:
\"
tags
\"
)
\n
"
++
" :def <cmd> <expr> define a command :<cmd>
\n
"
++
" :edit <file> edit file
\n
"
++
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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