Skip to content
Snippets Groups Projects
Commit 618c2767 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix alignment

parent 7bcd56f3
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ Inductive head_step : expr → state → expr → state → list (expr) → Prop
to_val e1 = Some v1 to_val e2 = Some v2
σ !! l = Some v1
head_step (CAS (Lit $ LitLoc l) e1 e2) σ (Lit $ LitBool true) (<[l:=v2]>σ) []
| FaaS l i1 e2 i2 σ :
| FaaS l i1 e2 i2 σ :
to_val e2 = Some (LitV (LitInt i2))
σ !! l = Some (LitV (LitInt i1))
head_step (FAA (Lit $ LitLoc l) e2) σ (Lit $ LitInt i1) (<[l:=LitV (LitInt (i1 + i2))]>σ) [].
......
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