mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -05:00
debug msg
This commit is contained in:
parent
0d31d9d84e
commit
3693861008
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ module Make (A: CC_ARG)
|
||||||
if same_class a b then (
|
if same_class a b then (
|
||||||
let expl = Expl.mk_merge a b in
|
let expl = Expl.mk_merge a b in
|
||||||
Log.debugf 5
|
Log.debugf 5
|
||||||
(fun k->k "(pending.eq@ %a@ :r1 %a@ :r2 %a@])" N.pp n N.pp a N.pp b);
|
(fun k->k "(@[pending.eq@ %a@ :r1 %a@ :r2 %a@])" N.pp n N.pp a N.pp b);
|
||||||
merge_classes cc n (n_true cc) expl
|
merge_classes cc n (n_true cc) expl
|
||||||
)
|
)
|
||||||
| Some (Not u) ->
|
| Some (Not u) ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue