mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix: remove spurious check?
This commit is contained in:
parent
abff92d972
commit
3d0461936f
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ let preprocess_term_ (self : t) acts (t : term) : term =
|
||||||
(* only accept a box (with possible side effect: new clauses, etc.) *)
|
(* only accept a box (with possible side effect: new clauses, etc.) *)
|
||||||
Log.debugf 20 (fun k ->
|
Log.debugf 20 (fun k ->
|
||||||
k "(@[smt.preprocess.tr@ %a@ :into %a@])" Term.pp t0 Term.pp u);
|
k "(@[smt.preprocess.tr@ %a@ :into %a@])" Term.pp t0 Term.pp u);
|
||||||
assert (Box.is_box u || Term.is_const u);
|
|
||||||
u
|
u
|
||||||
| None ->
|
| None ->
|
||||||
(* just preprocess subterms *)
|
(* just preprocess subterms *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue