GHCi debugger: Added a -fprint-evld-with-show flag
authorPepe Iborra <mnislaih@gmail.com>
Wed, 12 Sep 2007 15:35:05 +0000 (15:35 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Wed, 12 Sep 2007 15:35:05 +0000 (15:35 +0000)
commitc9bcc18e7aaa51677f7e2aa1efb2f80c6e2dff8d
tree96856d60fd8a19a06da092042a50b38469a9a906
parent966eddaab3b30ae85f95ea3c981462a9778f1dd7
GHCi debugger: Added a -fprint-evld-with-show flag

    The flag enables the use of Show instances in :print.
    By default they are not used anymore
compiler/ghci/Debugger.hs
compiler/main/DynFlags.hs
docs/users_guide/flags.xml
docs/users_guide/ghci.xml