diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-11-07 12:10:22 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-11-07 12:10:22 +0100 |
commit | 3ca7260ae35adf70d31003008af67576d6b6c78c (patch) | |
tree | ac4335107c0137a2ac591d95a36288ce960c3c95 /compiler/ghci | |
parent | 2e43779c758294571bdf5ef6f2be440487d8e196 (diff) | |
download | haskell-3ca7260ae35adf70d31003008af67576d6b6c78c.tar.gz |
typos
Diffstat (limited to 'compiler/ghci')
-rw-r--r-- | compiler/ghci/RtClosureInspect.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index 24b7e02a62..49e943c0de 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -983,7 +983,7 @@ the "outside" type, D. So we can't straightforwardly decompose the "outside" type, and we end up in the "_" branch of the case. Then we match the dataConOrigResTy of the data constructor against the -outside type, hoping to get a substituion that tells how to instantiate +outside type, hoping to get a substitution that tells how to instantiate the *representation* type constructor. This looks a bit delicate to me, but it seems to work. -} |