From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id B9E26BBAF for ; Sat, 28 Jun 2008 03:07:24 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At4AAJQrZUhKfS4deGdsb2JhbACSIkMBDAMEBgcRA5kMhXY X-IronPort-AV: E=Sophos;i="4.27,718,1204498800"; d="scan'208";a="12613318" Received: from concorde.inria.fr ([192.93.2.39]) by mail2-smtp-roc.national.inria.fr with ESMTP; 28 Jun 2008 03:07:24 +0200 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m5S17Omt022593 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sat, 28 Jun 2008 03:07:24 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At4AAJQrZUhKfS4deGdsb2JhbACSIkMBDAMEBgcRA5kMhXY X-IronPort-AV: E=Sophos;i="4.27,718,1204498800"; d="scan'208";a="12613317" Received: from yw-out-2324.google.com ([74.125.46.29]) by mail2-smtp-roc.national.inria.fr with ESMTP; 28 Jun 2008 03:07:23 +0200 Received: by yw-out-2324.google.com with SMTP id 5so305072ywh.27 for ; Fri, 27 Jun 2008 18:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=GzQp/g+/jpifCYQO5nP6uL6/+4DVpCtUYsV5Z5BkBEw=; b=xE9nLzn9PwkwEWeZSoDqlJFhkm0v28EQaIVhZYpXPeeQteslAz9af4Ztu/tOWa8b4E BY/9fW1gjKj13pwKj0wn0o9BB5RmW+dQs2O491DBSAs7FEJJ8khKp/TinaSAGX0JwYaB xN0C+R5JoAgA2UnR6ha2iwpZIJOzxghuL8fLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=i29Q5WWYnfo/gBAN5FMvR9D9heV17CGChkV1btdlR3nElGShqm6Ymn+7FgxnnLjFDk PGE+qBF1KiRImmEd56d9kYc7QLEfG6HH9WyMEIRhfWvwhQQ3zB/DsYBBRqjpr1k/6Q0F cWidZOp7aHJge80qFrpb6pQvqhMIKc46ZrMpM= Received: by 10.151.145.17 with SMTP id x17mr3306208ybn.20.1214615242880; Fri, 27 Jun 2008 18:07:22 -0700 (PDT) Received: by 10.150.145.10 with HTTP; Fri, 27 Jun 2008 18:07:22 -0700 (PDT) Message-ID: Date: Fri, 27 Jun 2008 18:07:22 -0700 From: "Nathaniel Gray" To: OCaml Subject: deriving Show with type-conf MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Miltered: at concorde with ID 48658ECC.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; bug:01 parsing:01 caltech:05 caltech:05 style:93 deriving:07 deriving:07 anybody:07 approaches:09 gray:90 gray:90 but:14 package:14 using:15 edu:15 Hi, Has anybody used type-conv to write a "deriving Show" style printer generator they can share? Any other approaches? I was using the "deriving" package for a while but it's got a bad parsing bug. Thanks, -n8 -- >>>-- Nathaniel Gray -- Caltech Computer Science ------> >>>-- Mojave Project -- http://mojave.cs.caltech.edu -->