mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix(preprocess): type check was invalid
This commit is contained in:
parent
c18b824037
commit
2764882f50
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ let preprocess_term_ (self : t) acts (t : term) : term =
|
|||
(* only accept a box (with possible side effect: new clauses, etc.) *)
|
||||
Log.debugf 20 (fun k ->
|
||||
k "(@[smt.preprocess.tr@ %a@ :into %a@])" Term.pp t0 Term.pp u);
|
||||
assert (Term.(equal (ty t) (ty u)));
|
||||
assert (Term.(equal (ty t0) (ty u)));
|
||||
u
|
||||
| None ->
|
||||
(* just preprocess subterms *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue