Skip to content

Commit

Permalink
Added GenerationProofs.v back in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-hritcu committed Jun 6, 2015
1 parent cf1630d commit 7768d92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Make
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Shrinking.v
SingleStateArb.v
SSNI.v
GenerationProofsHelpers.v
#GenerationProofs.v
GenerationProofs.v
#SSNICheckerProofs.v
NotionsOfNI.v
#Driver.v
#Driver.v -- run `make tests` for this
-I compcert/lib
compcert/lib/Coqlib.v
compcert/lib/Integers.v
2 changes: 1 addition & 1 deletion NIProof.v
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ Lemma pc_eqS pc pc' l1 l2 :
(PAtm (BinInt.Z.add pc 1) l1 == PAtm (BinInt.Z.add pc' 1) l2) =
(PAtm pc l1 == PAtm pc' l2).
Proof.
SearchAbout BinInt.Z.add.
(* SearchAbout BinInt.Z.add. *)
destruct (PAtm pc l1 == PAtm pc' l2) eqn:Eq.
+ move : Eq.
move/eqP.
Expand Down

0 comments on commit 7768d92

Please sign in to comment.