From c3ca134628ad4d9ef70a13b65c48ff17c737238f Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 18 Dec 2012 18:52:54 +0000 Subject: Modulification of name git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16099 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/xml/acic.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/xml') diff --git a/plugins/xml/acic.ml b/plugins/xml/acic.ml index 3e2c8ade7..da7e57766 100644 --- a/plugins/xml/acic.ml +++ b/plugins/xml/acic.ml @@ -68,9 +68,9 @@ type aconstr = | AEvar of id * existential_key * aconstr list | ASort of id * sorts | ACast of id * aconstr * aconstr - | AProds of (id * name * aconstr) list * aconstr - | ALambdas of (id * name * aconstr) list * aconstr - | ALetIns of (id * name * aconstr) list * aconstr + | AProds of (id * Name.t * aconstr) list * aconstr + | ALambdas of (id * Name.t * aconstr) list * aconstr + | ALetIns of (id * Name.t * aconstr) list * aconstr | AApp of id * aconstr list | AConst of id * explicit_named_substitution * uri | AInd of id * explicit_named_substitution * uri * int -- cgit v1.2.3