Skip to content
Snippets Groups Projects
Commit a3c294e1 authored by Johannes Hostert's avatar Johannes Hostert
Browse files

Apply suggestion

parent 5d4a6693
No related branches found
No related tags found
1 merge request!18Tree Borrows update
Pipeline #111431 passed
...@@ -24,7 +24,8 @@ Inductive no_termination_within P : expr → state → nat → Prop := ...@@ -24,7 +24,8 @@ Inductive no_termination_within P : expr → state → nat → Prop :=
( e' σ', prim_step P e σ e' σ' nil no_termination_within P e' σ' n) ( e' σ', prim_step P e σ e' σ' nil no_termination_within P e' σ' n)
no_termination_within P e σ (S n). no_termination_within P e σ (S n).
(* Two programs are eventually equal if they both do not terminate with n steps, (* Two programs are eventually equal if there exists an n such that they
both do not terminate with n steps,
and after n steps, they are equal. *) and after n steps, they are equal. *)
Definition eventually_equal P e1 e2 := Definition eventually_equal P e1 e2 :=
n, σ, state_wf σ n, σ, state_wf σ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment