Skip to content

Commit

Permalink
Add note on pure frame
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusf committed Jul 19, 2023
1 parent acb0cdc commit 552f906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsing/entail.ml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ let rec check_staged_subsumption_stagewise :
fail)
else ok
in
(* pure information propagates forward across stages, not heap info *)
let* residue =
let arg_eqs = conj (List.map2 (fun x y -> Atomic (EQ, x, y)) a1 a2) in
stage_subsumes ctx
Expand Down

0 comments on commit 552f906

Please sign in to comment.