mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-21 16:56:41 -05:00
feat: expose more from atoms
This commit is contained in:
parent
2430eb754d
commit
33a7843162
1 changed files with 3 additions and 0 deletions
|
|
@ -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} *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue