mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-23 09:56:40 -05:00
fix other issue in th-bool preprocessing
This commit is contained in:
parent
27796da5a8
commit
9aee35c6ce
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ module Make(A : ARG) : S with module A = A = struct
|
|||
and get_lit_uncached si t : Lit.t option =
|
||||
match A.view_as_bool t with
|
||||
| B_opaque_bool _ -> None
|
||||
| B_bool b -> Some (PA.mk_lit (T.bool self.tst b))
|
||||
| B_bool _ -> None
|
||||
| B_not u ->
|
||||
let lit = get_lit_opt u in
|
||||
CCOpt.map Lit.neg lit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue