diff options
| author | Pierre-Marie Pédrot | 2016-04-11 14:13:14 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-06-03 16:51:09 +0200 |
| commit | 5cd0310f061b5eb1a631a0fff0ee7eb9674a11c3 (patch) | |
| tree | f6a7d802401bc8ae2da26746e4de5b06ace51c0b /test-suite | |
| parent | 64637ffc5054199459d9fc7f07b84a99da71c6f1 (diff) | |
Removing "exact" from the tactic AST.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/3649.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3649.v b/test-suite/bugs/closed/3649.v index fc60897d21..fc4c171e2c 100644 --- a/test-suite/bugs/closed/3649.v +++ b/test-suite/bugs/closed/3649.v @@ -2,6 +2,7 @@ (* File reduced by coq-bug-finder from original input, then from 9518 lines to 404 lines, then from 410 lines to 208 lines, then from 162 lines to 77 lines *) (* coqc version trunk (September 2014) compiled on Sep 18 2014 21:0:5 with OCaml 4.01.0 coqtop version cagnode16:/afs/csail.mit.edu/u/j/jgross/coq-trunk,trunk (07e4438bd758c2ced8caf09a6961ccd77d84e42b) *) +Declare ML Module "coretactics". Reserved Notation "x -> y" (at level 99, right associativity, y at level 200). Reserved Notation "x = y" (at level 70, no associativity). Delimit Scope type_scope with type. |
