Skip to content

Commit

Permalink
Fix the Janus0 definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Apr 12, 2009
1 parent 7a550c3 commit eb25862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Janus0.v
Expand Up @@ -99,7 +99,7 @@ Section Janus0.
| se_assvar_decr: forall (m m': mem) (v: Var) (z z' r: Z) (e: Exp),
denote_Exp (ZMem.hide m v) e = Some z ->
m v = Some z' ->
r = (z - z') ->
r = (z' - z) ->
m' = ZMem.write m v r ->
Stm_eval m (S_Decr v e) m'
| se_semi: forall (m m' m'': mem) (s1 s2: Stm),
Expand Down

0 comments on commit eb25862

Please sign in to comment.