Skip to content

Commit

Permalink
fixing build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Malecha committed Oct 6, 2015
1 parent 39a3a25 commit e82e7ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion configure.sh
@@ -1,3 +1,3 @@
#!/bin/sh

coq_makefile -f Make -o Makefile
coq_makefile -f _CoqProject -o Makefile
3 changes: 2 additions & 1 deletion theories/Mtactics.v
Expand Up @@ -389,7 +389,8 @@ There is an issue with the
*)
Example test (x : nat) (y : nat) (H : x > y) : x > y.
rrun (p <- match_goal ([? a] a => @assumption a)%mtac_patt; ret (snd p)).

Qed.
(*
match goal with
| [u:nat, v:nat, H : ?v > ?u |- _] => idtac v; apply I
end.
Expand Down

0 comments on commit e82e7ee

Please sign in to comment.