feat: expose Atom.neg

This commit is contained in:
Simon Cruanes 2021-03-17 15:01:39 -04:00
parent fd8b598650
commit 5f9675e7d1

View file

@ -609,6 +609,7 @@ module type SOLVER = sig
val hash : t -> int
val pp : t CCFormat.printer
val neg : t -> t
val formula : t -> lit
val sign : t -> bool
end