Module type BottomUp.SymbolType

A symbol must be hashable, comparable and printable.

include Hashtbl.HashedType
type t
val equal : t -> t -> bool
val hash : t -> int
val to_string : t -> string