module Constant: sig end
sig end
type constant =
|
Int of int
int
Float of float
float
String of string
string
EnumC of int * string
int * string
val toString : constant -> string
constant -> string