Module Variable


module Variable: sig .. end
Index variables.
Author(s): Vincent Aravantinos

type t 
Type of variables.

Printing

val of_string : string -> t
val to_string : t -> string
val compare : t -> t -> int
Comparisons

val equal : t -> t -> bool