From: sof Date: Wed, 3 Sep 1997 23:42:37 +0000 (+0000) Subject: [project @ 1997-09-03 23:42:37 by sof] X-Git-Tag: Approximately_1000_patches_recorded~56 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b5639289febf8ba0445b85d74c9754acb4f7c1ad [project @ 1997-09-03 23:42:37 by sof] removed wired-in tuple comment --- 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.