module Raw:sig
..end
type
cp =
| |
String of |
(* | base types, reproducing the tokens of Genlex | *) |
| |
Int of |
|||
| |
Float of |
|||
| |
List of |
(* | compound types | *) |
| |
Tuple of |
|||
| |
Section of |
val of_string : string -> cp
val to_channel : Pervasives.out_channel -> cp -> unit