diff options
| author | herbelin | 2003-11-29 19:22:33 +0000 |
|---|---|---|
| committer | herbelin | 2003-11-29 19:22:33 +0000 |
| commit | 45298e5f14d1cdd35bae3c464a4a210db990703d (patch) | |
| tree | f3de1169179a8930744fd1cff4647b0499c7b1ca /contrib/interface/AddDad.v | |
| parent | 4c65bcc2e055715fe4f57e7b032efd8d8cc18f70 (diff) | |
Remplacement des fichiers .v ancienne syntaxe de theories, contrib et states par les fichiers nouvelle syntaxe
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5036 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/AddDad.v')
| -rw-r--r-- | contrib/interface/AddDad.v | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/interface/AddDad.v b/contrib/interface/AddDad.v deleted file mode 100644 index d22b7ed16c..0000000000 --- a/contrib/interface/AddDad.v +++ /dev/null @@ -1,19 +0,0 @@ -Grammar vernac vernac : ast := - add_dad_rule00 ["AddDadRule" stringarg($name) constrarg($pat) - "first_path" "second_path" tacarg($tac) "."] -> - [(AddDadRule $name $pat (NUMBERLIST) (NUMBERLIST) (TACTIC $tac))]. -Grammar vernac vernac:ast := -| add_dad_rule01 ["AddDadRule" stringarg($name) constrarg($pat) - "first_path" "second_path" ne_numarg_list($l) tacarg($tac) "."] -> - [(AddDadRule $name $pat (NUMBERLIST) (NUMBERLIST ($LIST $l)) (TACTIC $tac))] -| add_dad_rule10 ["AddDadRule" stringarg($name) constrarg($pat) - "first_path" ne_numarg_list($l) "second_path" tacarg($tac) "."] -> - [(AddDadRule $name $pat (NUMBERLIST ($LIST $l))(NUMBERLIST) (TACTIC $tac))] -| add_dad_rule11 ["AddDadRule" stringarg($name) constrarg($pat) - "first_path" ne_numarg_list($l) "second_path" ne_numarg_list($l1) - tacarg($tac) "."] -> - [(AddDadRule $name $pat (NUMBERLIST ($LIST $l))(NUMBERLIST ($LIST $l1)) - (TACTIC $tac))]. - -Grammar vernac vernac : ast := - start_dad [ "StartDad" "."] -> [(StartDad)]. |
