Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8a7f4a18d5ab7bcc30f17d008f3c806b10984712 >--------------------------------------------------------------- commit 8a7f4a18d5ab7bcc30f17d008f3c806b10984712 Author: Gabor Greif <[email protected]> Date: Fri Nov 30 14:36:37 2012 +0100 typo >--------------------------------------------------------------- GHC/TypeLits.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GHC/TypeLits.hs b/GHC/TypeLits.hs index d7ec7cf..50a5c86 100644 --- a/GHC/TypeLits.hs +++ b/GHC/TypeLits.hs @@ -92,7 +92,7 @@ class SingI a where sing :: Sing a -------------------------------------------------------------------------------- --- | Comparsion of type-level naturals. +-- | Comparison of type-level naturals. class (m <=? n) ~ True => (m :: Nat) <= (n :: Nat) instance ((m <=? n) ~ True) => m <= n _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
