module Symbol: sig end
sig end
type symbol = string
string
type t = symbol
symbol
val compare : t -> t -> int
t -> t -> int
val toString : symbol -> string
symbol -> string
val print : Format.formatter -> symbol -> unit
Format.formatter -> symbol -> unit