aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorherbelin2002-10-13 13:09:43 +0000
committerherbelin2002-10-13 13:09:43 +0000
commit517e5e549f0acb0c182de347edd09c3366039839 (patch)
treef300a616c5a3db195350d6714fbea775e1e8001e /proofs
parent3690735581c7995e4be17c3a3029e66ddf2d3e49 (diff)
Première proposition d'un type ML exprimant la syntaxe de constr; nettoyage
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3121 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacexpr.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml
index 2e8d581ae6..eefee41f5f 100644
--- a/proofs/tacexpr.ml
+++ b/proofs/tacexpr.ml
@@ -18,10 +18,6 @@ open Genarg
type 'a or_metaid = AI of 'a | MetaId of loc * string
-type reference_expr =
- | RQualid of qualid located
- | RIdent of identifier located
-
type direction_flag = bool (* true = Left-to-right false = right-to-right *)
type raw_red_flag =