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.5 required=5.0 tests=AWL,HTML_00_10,HTML_MESSAGE autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 17002BBC1 for ; Mon, 28 Apr 2008 07:35:09 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An4BAEv/FEjAXQIniGdsb2JhbACCMziOcwEBAQ8gk1yDTQ X-IronPort-AV: E=Sophos;i="4.25,714,1199660400"; d="scan'208";a="25583150" Received: from concorde.inria.fr ([192.93.2.39]) by mail4-smtp-sop.national.inria.fr with ESMTP; 28 Apr 2008 07:35:08 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m3S5Z8eB022899 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Mon, 28 Apr 2008 07:35:08 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcCAGv+FEjRVYTzc2dsb2JhbACCMziOcwEMAwQECQ8Fk1mDTQ X-IronPort-AV: E=Sophos;i="4.25,714,1199660400"; d="scan'208";a="12016554" Received: from an-out-0708.google.com ([209.85.132.243]) by mail3-smtp-sop.national.inria.fr with ESMTP; 28 Apr 2008 07:35:07 +0200 Received: by an-out-0708.google.com with SMTP id c24so1146036ana.97 for ; Sun, 27 Apr 2008 22:35:06 -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; bh=t3QaXVUFdZD/DWGoUfukpY7qvMqpFGDNRvxkxopj5mA=; b=Fe+0cTKsPQrNgJpH9hpn+7w2booDJ94JCtTP1XNh6O//o50SKeR22IT4WGxubi0bymEGDVE0WqC8722EkdDzW/6XvLBwfjZj3DjUgNMhbwnks3g6fVNyWd5fN1GoUVVRxWZ9FqKwmTP0D75UpvTm+WBvxtlXNyDj8mlufmTgfd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tpWkp4sm44aWqkbmB0EstHNfXVx5g0QAb1CBnlQ/XiBxrB21IkiCRoM4u+WPse47qQNfDejST4XwwZAz6ezakEALstX+08hLYxHtXNkK+svp9ZDgk14TrNomPzwYrbggQo+WKnEgdbayXWpWdj2IS45xT8n12dFg9zbMrPDsz5I= Received: by 10.100.95.19 with SMTP id s19mr9348261anb.27.1209360906356; Sun, 27 Apr 2008 22:35:06 -0700 (PDT) Received: by 10.100.216.8 with HTTP; Sun, 27 Apr 2008 22:35:06 -0700 (PDT) Message-ID: Date: Mon, 28 Apr 2008 01:35:06 -0400 From: "Jacques Le Normand" To: caml-list@inria.fr Subject: Generalized algebraic datatypes MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6696_4542676.1209360906346" X-Miltered: at concorde with ID 4815620C.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; datatypes:01 compiler:01 ocaml:01 compiler:01 datatypes:01 ocaml:01 cheers:01 cheers:01 compile:01 compile:01 compilers:01 compilers:01 compiles:01 compiles:01 caml-list:01 ------=_Part_6696_4542676.1209360906346 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear caml-list, I'm writing a toy compiler that compiles into ocaml and my toy compiler supports Generalized Algebraic Datatypes, so I need to compile into a language which also supports them. Does ocaml support Generalized Algebraic datatypes? If not, are there any caml based compilers that support it? cheers --Jacques ------=_Part_6696_4542676.1209360906346 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear caml-list,
I'm writing a toy compiler that compiles into ocaml and my toy compiler supports Generalized Algebraic Datatypes, so I need to compile into a language which also supports them.
Does ocaml support Generalized Algebraic datatypes? If not, are there any caml based compilers that support it?
cheers
--Jacques
------=_Part_6696_4542676.1209360906346--