From eaf89ab5428046bb3a7ccf6ccfd602b8b812c454 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 5 Aug 2001 18:46:45 +0000 Subject: Mise en place d'un nouveau Destruct sur le modèle du nouvel Induction git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1874 85f007b7-540e-0410-9357-904b9bb8a0f7 --- syntax/PPTactic.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'syntax') diff --git a/syntax/PPTactic.v b/syntax/PPTactic.v index 1406b9d233..9a9a9ee674 100644 --- a/syntax/PPTactic.v +++ b/syntax/PPTactic.v @@ -221,9 +221,13 @@ Syntax tactic | inductionid [<<(Induction $id)>>] -> ["Induction " $id] | inductionnum [<<(Induction ($NUM $n))>>] -> ["Induction " $n] + | newinductionid [<<(NewInduction $id)>>] -> ["Induction " $id] + | newinductionnum [<<(NewInduction ($NUM $n))>>] -> ["Induction " $n] | destructid [<<(Destruct $id)>>] -> ["Destruct " $id] | destructnum [<<(Destruct ($NUM $n))>>] -> ["Destruct " $n] + | newdestructid [<<(NewDestruct $id)>>] -> ["Destruct " $id] + | newdestructnum [<<(NewDestruct ($NUM $n))>>] -> ["Destruct " $n] | decomposeand [<<(DecomposeAnd $c)>>] -> [ "Decompose Record " $c ] | decomposeor [<<(DecomposeOr $c)>>] -> [ "Decompose Sum " $c ] -- cgit v1.2.3