We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7eb23 commit 6e34dc0Copy full SHA for 6e34dc0
frontend/model/core_eval.lem
@@ -578,7 +578,7 @@ let rec step_eval_pexpr n loc core_extern env mem_st_opt file hasConstrained pex
578
579
| (Cfvfromint, Just [Vobject (OVinteger ival)]) ->
580
EU.return $ PEval (Vobject (OVfloating (Mem.fvfromint ival)))
581
- | (Civfromfloat, Just [Vctype (Ctype.Ctype [] (Ctype.Basic (Ctype.Integer ity))); Vobject (OVfloating fval)]) ->
+ | (Civfromfloat, Just [Vctype (Ctype.Ctype _ (Ctype.Basic (Ctype.Integer ity))); Vobject (OVfloating fval)]) ->
582
EU.return $ PEval (Vobject (OVinteger (Mem.ivfromfloat ity fval)))
583
584
| (_, Just cvals) ->
0 commit comments