module Raw:sig
..end
typecp =
Config_file.Raw.cp
=
| |
String of |
| |
Int of |
| |
Float of |
| |
List of |
| |
Tuple of |
| |
Section of |
val of_string : string -> cp
val to_channel : Pervasives.out_channel -> cp -> unit