Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/fe7c8fcdbbdc203a5ff09a7ec1cd1e1a7e792da8

>---------------------------------------------------------------

commit fe7c8fcdbbdc203a5ff09a7ec1cd1e1a7e792da8
Author: Gabor Greif <ggr...@gmail.com>
Date:   Fri Oct 12 09:40:09 2012 +0200

    fix obvious typos
    
    these can go into the release 7.6.2 too, I guess

>---------------------------------------------------------------

 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 a871b2d..e0d5677 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -632,7 +632,7 @@ type Typ
 data TypView = Unit
              | Arrow Typ Typ
 
-view :: Type -> TypeView
+view :: Typ -> TypView
 
 -- additional operations for constructing Typ's ...
 </programlisting>



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to