Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
cef115fc
Commit
cef115fc
authored
Jun 04, 2013
by
ian@well-typed.com
Browse files
Whitespace only
parent
9ac83e95
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/InteractiveUI.hs
View file @
cef115fc
...
...
@@ -2149,8 +2149,8 @@ showCmd str = do
[
"languages"
]
->
showLanguages
-- backwards compat
[
"language"
]
->
showLanguages
[
"lang"
]
->
showLanguages
-- useful abbreviation
_
->
throwGhcException
(
CmdLineError
(
"syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules
\n
"
++
" | bindings | breaks | context | packages | language ]"
))
_
->
throwGhcException
(
CmdLineError
(
"syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules
\n
"
++
" | bindings | breaks | context | packages | language ]"
))
showiCmd
::
String
->
GHCi
()
showiCmd
str
=
do
...
...
Write
Preview
Supports
Markdown
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