From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id C49EDBB84 for ; Tue, 25 Jul 2006 02:17:31 +0200 (CEST) Received: from mail12.bluewin.ch (mail12.bluewin.ch [195.186.19.61]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k6P0HV4O004988 for ; Tue, 25 Jul 2006 02:17:31 +0200 Received: from [10.0.1.2] (81.62.225.65) by mail12.bluewin.ch (Bluewin 7.3.110.2) id 44A3DBAE004FFC80; Tue, 25 Jul 2006 00:17:29 +0000 In-Reply-To: <341747D2-7F0D-4F45-BEF1-CBE085894BE1@gmail.com> References: <341747D2-7F0D-4F45-BEF1-CBE085894BE1@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <13BA8333-4398-488B-964E-E91ABF64DCD2@epfl.ch> Cc: caml-list Content-Transfer-Encoding: 7bit From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= Subject: Re: [Caml-list] LexiFI and conversion to date Date: Tue, 25 Jul 2006 02:18:00 +0200 To: Joel Reymont X-Mailer: Apple Mail (2.752.2) X-Miltered: at nez-perce with ID 44C5631B.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; bunzli:01 buenzli:01 epfl:01 lexifi:01 translated:01 ocaml:01 lexifi:01 mlfi:01 camlp:01 2006:98 caml-list:01 caml-list:01 caml:02 caml:02 implemented:02 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 > What type of a value is 2002-12-20T16:00 and how does it get > translated into a date? This kind of value does not exist in ocaml. From : > MLFi is implemented as an extension of Caml So they must use some kind of pre-processor, most likely camlp4 [1]. Best, Daniel [1] The official documentation is here , but more recent news can be found there .