X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fusers_guide%2Fghci.xml;h=aaa9c460931aaebe4af10f9366fb8405e30d2b95;hp=1bcea9ad0983ee1d10b4fb3a51101b8f726c60b3;hb=708aa86d707f71db9430d41b4e8188c030012597;hpb=61b0ea8101e1128e6b0e59476a220c99e3d4f211 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,