Module Classical.State

States are just hash-consed nodes

include Std_extra.Types.PRINTABLE with type t = StateNode.t Hashconsing.hash_consed
val compare : t -> t -> int
val order : t -> t -> Std_extra.Types.order
val equal : t -> t -> bool
val hash : t -> int