fix(core-logic): bad constant for ite

This commit is contained in:
Simon Cruanes 2022-08-08 21:16:54 -04:00
parent 97a5c8efa3
commit 010451145c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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