[
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-04-02 (13:27) |
From: | Joel Reymont <joelr1@g...> |
Subject: | Re: camlp4: Curried constructor error |
Foot in mouth. camlp4 in this case is doing compile-time expansion and cannot take runtime variables. Oh, well... On Apr 2, 2007, at 2:20 PM, Joel Reymont wrote: > Folks, > > I have a the following function and invocation: > > let render = <:octalfile<templ.html>> > > print_endline (Xml.to_string_fmt (Templ.render ~page ~visitor));; -- http://wagerlabs.com/