Combine.BThe type of theory atoms. The type parameter is a phantom type used to distinguish different kinds of atoms (e.g., boolean vs integer) if needed, or ignored if the theory is uniform.
Total ordering function. Used for set/map operations and canonical ordering in BDDs.
val hash : _ t -> intHash function for atoms. Must be compatible with equal.
val to_string : _ t -> stringString representation for debugging.