From 708aa86d707f71db9430d41b4e8188c030012597 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Thu, 26 Apr 2007 09:11:09 +0000 Subject: [PATCH] :force is not unsupported anymore --- docs/users_guide/ghci.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4