Browse thread
[ANN] HTCaML / CaSS
-
Thomas Gazagnaire
- Gerd Stolpmann
- Thomas Gazagnaire
- Thomas Gazagnaire
[
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: | 2010-11-23 (14:05) |
From: | Thomas Gazagnaire <thomas.gazagnaire@i...> |
Subject: | Re: [Caml-list] [ANN] HTCaML / CaSS |
> let html_of_foo : Html.t = (* some random code of type Html.t = (`a Xml.frag as `a) Xmlm.frag list *) Sorry, I mean : let html_of_foo : foo -> Html.t = ...