Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e7dcbdc7b68275d23debfec5f17074c55212eeb1 >--------------------------------------------------------------- commit e7dcbdc7b68275d23debfec5f17074c55212eeb1 Author: David Terei <[email protected]> Date: Fri May 20 17:50:18 2011 -0700 Fix small type in user guide. >--------------------------------------------------------------- docs/users_guide/glasgow_exts.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 89198c4..a556953 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -9127,7 +9127,7 @@ allows control over inlining on a per-call-site basis. restrains the strictness analyser. </para></listitem> <listitem><para> -<ulink url="&libraryGhcPrimLocation;/GHC-Prim.html#v%3AunsafeCoerce%23"><literal>lazy</literal></ulink> +<ulink url="&libraryGhcPrimLocation;/GHC-Prim.html#v%3AunsafeCoerce%23"><literal>unsafeCoerce#</literal></ulink> allows you to fool the type checker. </para></listitem> </itemizedlist> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
