Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7d0f54213d8d159bfac3fb106930f93539f7b19a >--------------------------------------------------------------- commit 7d0f54213d8d159bfac3fb106930f93539f7b19a Author: Simon Marlow <[email protected]> Date: Thu Aug 4 12:07:30 2011 +0100 typo >--------------------------------------------------------------- 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 abca32a..5c9bc67 100644 --- a/docs/users_guide/safe_haskell.xml +++ b/docs/users_guide/safe_haskell.xml @@ -51,7 +51,7 @@ Haskell code easier to analyze and reason about. It also codifies an existing culture in the Haskell community of trying to avoid using such unsafe functions unless absolutely necessary. As such using the safe - language (through the <option>-XSafe</option> flag) can be though of as a + language (through the <option>-XSafe</option> flag) can be thought of as a way of enforcing good style, similar to the function of <option>-Wall</option>. </sect3> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
