module Raw:sig..end
type cp =
| |
String of |
| |
Int of |
| |
Float of |
| |
List of |
| |
Tuple of |
| |
Section of |
module Parse:sig..end
val save : Format.formatter -> cp -> unitval to_channel : Pervasives.out_channel -> cp -> unitval of_string : string -> cpval of_channel : Pervasives.in_channel -> (string * cp) list