-
Notifications
You must be signed in to change notification settings - Fork 11
/
css.mli
15 lines (14 loc) · 887 Bytes
/
css.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(***********************************************************************)
(* *)
(* HEVEA *)
(* *)
(* Luc Maranget, projet Moscova, INRIA Rocquencourt *)
(* *)
(* Copyright 2001 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(* $Id: css.mli,v 1.1 2005-06-24 08:32:21 maranget Exp $ *)
(***********************************************************************)
type id =
| Class of string * string option * string
| Other of string