diff options
| author | Pierre-Marie Pédrot | 2016-03-19 03:01:26 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-03-19 03:01:26 +0100 |
| commit | fff96bb174df956bc38c207d716d7f8019ca04d8 (patch) | |
| tree | 842afc28f891fa8516cbb86d1051b41686eb67a6 /test-suite/bugs | |
| parent | f63cf9d72c7feb6aa65e525bf6262559a355435f (diff) | |
| parent | ce2ffd090bd64963279cbbb84012d1b266ed9918 (diff) | |
Removing the VernacSolve entry of the vernacular AST.
This is an important step into making Ltac a plugin. It also allows to
see what the important entry points in the Coq codebase for a tactic
language are.
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/opened/3410.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3410.v b/test-suite/bugs/opened/3410.v deleted file mode 100644 index 0d259181aa..0000000000 --- a/test-suite/bugs/opened/3410.v +++ /dev/null @@ -1 +0,0 @@ -Fail repeat match goal with H:_ |- _ => setoid_rewrite X in H end. |
