Browse thread
HOWTO create and install a new printer with camlp4 3.10
-
Hendrik Tews
- Nicolas Pouillard
- Nicolas Pouillard
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-03-30 (14:14) |
From: | Nicolas Pouillard <nicolas.pouillard@g...> |
Subject: | Re: [Caml-list] HOWTO create and install a new printer with camlp4 3.10 |
On 3/29/07, Hendrik Tews <H.Tews@cs.ru.nl> wrote: > > Posted in the hope to save somebody's time before the new camlp4 > documentation gets out. I'm making a little change. [...] > (* the real thing containing the real functions *) > module Make (Syntax : Camlp4.Sig.Syntax) : > Camlp4.Sig.Printer with module Ast = Syntax.Ast = Will be Camlp4.Sig.Printer(Syntax.Ast).S = [...] Since 3.10 is not officially out the sooner is the better. -- Nicolas Pouillard