Module B.Symbol

The equivalence relation on symbols.

type t

An abstract type.

val equal : t -> t -> bool

Use equal a b to compare a and b, returning true if the two values are equivalent, otherwise false.