feat: expose more from atoms

This commit is contained in:
Simon Cruanes 2019-06-13 10:43:04 -05:00
parent 2430eb754d
commit 33a7843162

View file

@ -538,6 +538,9 @@ module type SOLVER = sig
val equal : t -> t -> bool
val hash : t -> int
val pp : t CCFormat.printer
val formula : t -> Lit.t
val sign : t -> bool
end
(** {3 Semantic values} *)