Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b7fbf3a11ed939f6758fb6c5ef55d577351523e2 >--------------------------------------------------------------- commit b7fbf3a11ed939f6758fb6c5ef55d577351523e2 Author: Gabor Greif <[email protected]> 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 f574199..541b309 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 [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
