Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7ea49661cc5b45b048aca9a45f7fe3616fb56228 >--------------------------------------------------------------- commit 7ea49661cc5b45b048aca9a45f7fe3616fb56228 Author: Ian Lynagh <i...@well-typed.com> Date: Tue Nov 13 21:02:33 2012 +0000 Update the "Special built-in functions" docs In particular, avoid referring the user to GHC.Prim; they generally ought to use GHC.Exts instead. >--------------------------------------------------------------- docs/users_guide/glasgow_exts.xml | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index fa0f3aa..eeea29b 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -9907,24 +9907,17 @@ r) -> <sect1 id="special-ids"> <title>Special built-in functions</title> -<para>GHC has a few built-in functions with special behaviour. These -are now described in the module <ulink -url="&libraryGhcPrimLocation;/GHC-Prim.html"><literal>GHC.Prim</literal></ulink> -in the library documentation. +<para>GHC has a few built-in functions with special behaviour. In particular: <itemizedlist> <listitem><para> -<ulink url="&libraryGhcPrimLocation;/GHC-Prim.html#v%3Ainline"><literal>inline</literal></ulink> +<ulink url="&libraryGhcPrimLocation;/GHC-Exts.html#v%3Ainline"><literal>inline</literal></ulink> allows control over inlining on a per-call-site basis. </para></listitem> <listitem><para> -<ulink url="&libraryGhcPrimLocation;/GHC-Prim.html#v%3Alazy"><literal>lazy</literal></ulink> +<ulink url="&libraryGhcPrimLocation;/GHC-Exts.html#v%3Alazy"><literal>lazy</literal></ulink> restrains the strictness analyser. </para></listitem> -<listitem><para> -<ulink url="&libraryGhcPrimLocation;/GHC-Prim.html#v%3AunsafeCoerce%23"><literal>unsafeCoerce#</literal></ulink> -allows you to fool the type checker. -</para></listitem> </itemizedlist> </para> </sect1> _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc