mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 19:25:36 -05:00
add assertion
This commit is contained in:
parent
ffc45b0db6
commit
d665f83c65
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ module Make(A : ARG) : S with module A = A = struct
|
||||||
Log.debugf 20
|
Log.debugf 20
|
||||||
(fun k->k "(@[sidekick.bool.proxy@ :t %a@ :for %a@])"
|
(fun k->k "(@[sidekick.bool.proxy@ :t %a@ :for %a@])"
|
||||||
T.pp u T.pp for_);
|
T.pp u T.pp for_);
|
||||||
|
assert (Ty.equal ty (T.ty u));
|
||||||
u
|
u
|
||||||
|
|
||||||
let fresh_lit (self:state) ~for_ ~mk_lit ~pre : Lit.t =
|
let fresh_lit (self:state) ~for_ ~mk_lit ~pre : Lit.t =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue