diff options
| author | herbelin | 2006-04-27 19:37:33 +0000 |
|---|---|---|
| committer | herbelin | 2006-04-27 19:37:33 +0000 |
| commit | 61d11c649b4cd68e92861e2fea86f6c6a6b5bb6a (patch) | |
| tree | ff162856b856b8fa11ac367ecf9bfa4a9de29034 /kernel/modops.ml | |
| parent | 2ec958c3c8d2942242837787a3941abb14702b5c (diff) | |
Standardisation nom option_app en option_map
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8752 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/modops.ml')
| -rw-r--r-- | kernel/modops.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modops.ml b/kernel/modops.ml index 166b230077..5fece5b1fd 100644 --- a/kernel/modops.ml +++ b/kernel/modops.ml @@ -211,7 +211,7 @@ let resolver_of_environment mbid modtype mp env = if constant.Declarations.const_opaque then None else - option_app Declarations.force + option_map Declarations.force constant.Declarations.const_body with Not_found -> error_no_such_label (con_label con') in |
