diff options
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GHCi/UI.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/GHCi/UI.hs b/ghc/GHCi/UI.hs index 58bbf4f6fe..b628575362 100644 --- a/ghc/GHCi/UI.hs +++ b/ghc/GHCi/UI.hs @@ -347,7 +347,6 @@ defFullHelpText = " :script <file> run the script <file>\n" ++ " :type <expr> show the type of <expr>\n" ++ " :type +d <expr> show the type of <expr>, defaulting type variables\n" ++ - " :type +v <expr> show the type of <expr>, with its specified tyvars\n" ++ " :unadd <module> ... remove module(s) from the current target set\n" ++ " :undef <cmd> undefine user-defined command :<cmd>\n" ++ " ::<cmd> run the builtin command\n" ++ |