Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/45de2b4e312d41ca0127a04596f18c3c587b5670 >--------------------------------------------------------------- commit 45de2b4e312d41ca0127a04596f18c3c587b5670 Author: David Terei <[email protected]> Date: Wed Jul 6 01:17:12 2011 -0700 Fix typo in Safe Haskell doc >--------------------------------------------------------------- docs/users_guide/safe_haskell.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml index 739558c..3234843 100644 --- a/docs/users_guide/safe_haskell.xml +++ b/docs/users_guide/safe_haskell.xml @@ -43,7 +43,7 @@ <listitem><emphasis>Module boundary control.</emphasis> Haskell code compiled using the Safe language is guaranteed to only access symbols that are publicly available to it through other modules - export lists. An import part of this is that safe compiled code + export lists. An important part of this is that safe compiled code is not able to examine or create data values using data constructors that the module cannot import. If a module M establishes some invariants through careful use of its export list then code _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
