[commit: ghc] ghc-7.6: fix obvious typos (fe7c8fc)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
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 <[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 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>