mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
fix: remove debug statement in th-bool
This commit is contained in:
parent
8dcb67552e
commit
d2bbc633bd
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ module Make(A : ARG) : S with module A = A = struct
|
|||
| B_ite _ | B_eq _ ->
|
||||
Lit.atom self.tst t
|
||||
| B_equiv (a,b) ->
|
||||
Format.printf "@[cnf: equiv@ %a@ and %a@]@." T.pp a T.pp b;
|
||||
let a = get_lit a in
|
||||
let b = get_lit b in
|
||||
let proxy = fresh_lit ~pre:"equiv_" self in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue