refactor: move pprintClosureCommand out of the GHCi monad
authorSimon Marlow <simonmar@microsoft.com>
Wed, 25 Apr 2007 13:17:26 +0000 (13:17 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 25 Apr 2007 13:17:26 +0000 (13:17 +0000)
commitaf95321493a31cbaf34170fd9ab5e9c65a416506
tree42beca519f393ab77081a080095930a2b80279ea
parent671b39c5b40e5a3105e4ffb49b673b20ce96ba15
refactor: move pprintClosureCommand out of the GHCi monad
Strictly speaking most of pprintClosureCommand should be exported by
the GHC API, but this is a step in the right direction.
compiler/ghci/Debugger.hs
compiler/ghci/InteractiveUI.hs