Skip to content
Snippets Groups Projects
Commit e561f965 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Remove useless parentheses.

parent 9ce18a8a
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ Definition state_upd_used_proph_id (f: gset proph_id → gset proph_id) (σ: sta
{| heap := σ.(heap); used_proph_id := f σ.(used_proph_id) |}.
Arguments state_upd_used_proph_id _ !_ /.
Inductive head_step : expr state list observation expr state list (expr) Prop :=
Inductive head_step : expr state list observation expr state list expr Prop :=
| RecS f x e σ :
head_step (Rec f x e) σ [] (Val $ RecV f x e) σ []
| PairS v1 v2 σ :
......
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