diff options
| author | ppedrot | 2012-12-18 18:52:54 +0000 |
|---|---|---|
| committer | ppedrot | 2012-12-18 18:52:54 +0000 |
| commit | c3ca134628ad4d9ef70a13b65c48ff17c737238f (patch) | |
| tree | 136b4efbc3aefe76dcd2fa772141c774343f46df /intf/notation_term.mli | |
| parent | 6946bbbf2390024b3ded7654814104e709cce755 (diff) | |
Modulification of name
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16099 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf/notation_term.mli')
| -rw-r--r-- | intf/notation_term.mli | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/intf/notation_term.mli b/intf/notation_term.mli index 2b1286940f..411b14f1f1 100644 --- a/intf/notation_term.mli +++ b/intf/notation_term.mli @@ -27,19 +27,19 @@ type notation_constr = | NHole of Evar_kinds.t | NList of Id.t * Id.t * notation_constr * notation_constr * bool (** Part only in [glob_constr] *) - | NLambda of name * notation_constr * notation_constr - | NProd of name * notation_constr * notation_constr + | NLambda of Name.t * notation_constr * notation_constr + | NProd of Name.t * notation_constr * notation_constr | NBinderList of Id.t * Id.t * notation_constr * notation_constr - | NLetIn of name * notation_constr * notation_constr + | NLetIn of Name.t * notation_constr * notation_constr | NCases of case_style * notation_constr option * - (notation_constr * (name * (inductive * name list) option)) list * + (notation_constr * (Name.t * (inductive * Name.t list) option)) list * (cases_pattern list * notation_constr) list - | NLetTuple of name list * (name * notation_constr option) * + | NLetTuple of Name.t list * (Name.t * notation_constr option) * notation_constr * notation_constr - | NIf of notation_constr * (name * notation_constr option) * + | NIf of notation_constr * (Name.t * notation_constr option) * notation_constr * notation_constr | NRec of fix_kind * Id.t array * - (name * notation_constr option * notation_constr) list array * + (Name.t * notation_constr option * notation_constr) list array * notation_constr array * notation_constr array | NSort of glob_sort | NPatVar of patvar |
