diff options
| author | coq | 2003-01-31 14:38:23 +0000 |
|---|---|---|
| committer | coq | 2003-01-31 14:38:23 +0000 |
| commit | 2e3ec630ae120065894bf36689785ae44941c919 (patch) | |
| tree | 0a34863534d784353518a147d5fb2a3d1723f4f8 /library/lib.ml | |
| parent | 88f6fa09efae8f53723440fce7ce6922651cfe0f (diff) | |
Pour satisfaire ProofGeneral
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3634 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/lib.ml')
| -rw-r--r-- | library/lib.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/lib.ml b/library/lib.ml index 5ce7cf595d..c686e2ccf0 100644 --- a/library/lib.ml +++ b/library/lib.ml @@ -346,7 +346,7 @@ let end_compilation dir = !path_prefix,after (* Returns true if we are inside an opened module type *) -let is_specification () = +let is_modtype () = let opened_p = function | _, OpenedModtype _ -> true | _ -> false |
