From: Pepe Iborra Date: Thu, 26 Apr 2007 09:11:09 +0000 (+0000) Subject: :force is not unsupported anymore X-Git-Tag: 2007-05-06~92 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=708aa86d707f71db9430d41b4e8188c030012597 :force is not unsupported anymore --- diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 1bcea9a..aaa9c46 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1876,7 +1876,7 @@ Main.hs:15> x' Note that a wrong coercion will likely result in your debugging session being interrupted by a segmentation fault - * The undocumented (and unsupported) :force command + * The :force command equivalent to :print with automatic seq forcing,