Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/57a735a8ba34d49b0ba3397666c3ec5203972f99 >--------------------------------------------------------------- commit 57a735a8ba34d49b0ba3397666c3ec5203972f99 Author: Ian Lynagh <[email protected]> Date: Sat Nov 17 20:09:52 2012 +0000 Fix a typo >--------------------------------------------------------------- Foreign/C/Types.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs index 9da95a9..c2b0e14 100644 --- a/Foreign/C/Types.hs +++ b/Foreign/C/Types.hs @@ -44,7 +44,7 @@ module Foreign.C.Types , CIntPtr(..), CUIntPtr(..), CIntMax(..), CUIntMax(..) -- ** Numeric types - -- | These types are are represented as @newtype@s of basic + -- | These types are represented as @newtype@s of basic -- foreign types, and are instances of -- 'Prelude.Eq', 'Prelude.Ord', 'Prelude.Num', 'Prelude.Read', -- 'Prelude.Show', 'Prelude.Enum', 'Typeable' and 'Storable'. _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
