diff options
| author | herbelin | 2003-12-19 18:06:43 +0000 |
|---|---|---|
| committer | herbelin | 2003-12-19 18:06:43 +0000 |
| commit | 7c87a6bb31415fe8ac3a0c708c540f7c7a116af9 (patch) | |
| tree | 48c7ba57423b44dc043d14bac88cfb32e3e72e94 /parsing | |
| parent | a1410d1349d35eb6790bb487bb43c55d98ddeb0a (diff) | |
name_app accessible a tous dans Nameops
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5112 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/egrammar.ml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/parsing/egrammar.ml b/parsing/egrammar.ml index e97b3d5e4f..132dc7704b 100644 --- a/parsing/egrammar.ml +++ b/parsing/egrammar.ml @@ -16,6 +16,7 @@ open Topconstr open Ast open Genarg open Libnames +open Nameops (* State of the grammar extensions *) @@ -175,10 +176,6 @@ let subst_pat_id loc subst id = let subst_id subst id = try coerce_to_id (List.assoc id subst) with Not_found -> id -let name_app f = function - | Name id -> Name (f id) - | Anonymous -> Anonymous - (* let subst_cases_pattern_expr a loc subs = let rec subst = function |
