From b5639289febf8ba0445b85d74c9754acb4f7c1ad Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 3 Sep 1997 23:42:37 +0000 Subject: [PATCH] [project @ 1997-09-03 23:42:37 by sof] removed wired-in tuple comment --- ghc/lib/ghc/PrelTup.lhs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghc/lib/ghc/PrelTup.lhs b/ghc/lib/ghc/PrelTup.lhs index 842fd1b..e76ca30 100644 --- a/ghc/lib/ghc/PrelTup.lhs +++ b/ghc/lib/ghc/PrelTup.lhs @@ -80,8 +80,6 @@ data (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) a b c d e f g h i j k l m n o p q r s = (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) a b c d e f g h i j k l m n o p q r s t u v w x y z a_ b_ c_ d_ e_ f_ g_ h_ i_ j_ data (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) a b c d e f g h i j k l m n o p q r s t u v w x y z a_ b_ c_ d_ e_ f_ g_ h_ i_ j_ k_ = (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) a b c d e f g h i j k l m n o p q r s t u v w x y z a_ b_ c_ d_ e_ f_ g_ h_ i_ j_ k_ - -- if you add more tuples, you need to change the compiler, too - -- (it has a wired-in number: 37) \end{code} @Show@ instances for just the first few. -- 1.7.10.4