diff options
author | Jan HrĨek <honza.hrk@gmail.com> | 2022-09-04 14:21:29 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-09-20 03:49:29 -0400 |
commit | 19f45a25f4b14fff081d75f506e7992c81371fc5 (patch) | |
tree | e87c33a1e8fd588f76aa1221d42e9290467e0fea /ghc | |
parent | 1e1ed8c5224a2a2d8ccf502da08a24ce71fd5ac6 (diff) | |
download | haskell-19f45a25f4b14fff081d75f506e7992c81371fc5.tar.gz |
Document :unadd GHCi command in user guide
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GHCi/UI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GHCi/UI.hs b/ghc/GHCi/UI.hs index 3cf0c642c6..99826e7144 100644 --- a/ghc/GHCi/UI.hs +++ b/ghc/GHCi/UI.hs @@ -1994,7 +1994,7 @@ instancesCmd s = do printForUser $ vcat $ map ppr res ----------------------------------------------------------------------------- --- :load, :add, :reload +-- :load, :add, :unadd, :reload -- | Sets '-fdefer-type-errors' if 'defer' is true, executes 'load' and unsets -- '-fdefer-type-errors' again if it has not been set before. |