mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix(core-logic): bad constant for ite
This commit is contained in:
parent
97a5c8efa3
commit
010451145c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ let c_ite store =
|
|||
DB.pi_db ~var_name:"A" store ~var_ty:type_
|
||||
@@ arrow_l store [ bool store; v; v ] v
|
||||
in
|
||||
const store @@ Const.make C_eq ops ~ty
|
||||
const store @@ Const.make C_ite ops ~ty
|
||||
|
||||
let c_not store =
|
||||
let b = bool store in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue