diff options
| author | bertot | 2001-04-03 11:15:02 +0000 |
|---|---|---|
| committer | bertot | 2001-04-03 11:15:02 +0000 |
| commit | d4a0c133b0b5abb0520969a74f1e2b3819c8435b (patch) | |
| tree | ae27b52291cf483e3e712c00e6a9dc6a05d40405 | |
| parent | 64feb1a81d7cfb34b72760be3b0fe852ae8aa16f (diff) | |
The function filter_by_module, that was previously exported was not the
one that was really needed. I changed it for filter_by_module_from_list
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1525 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | parsing/search.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parsing/search.mli b/parsing/search.mli index 4cd8e85c2c..14a0dc1e97 100644 --- a/parsing/search.mli +++ b/parsing/search.mli @@ -24,7 +24,8 @@ val search_pattern : constr_pattern -> dir_path list * bool -> unit It can be passed as argument to the raw search functions. It is used in pcoq. *) -val filter_by_module : dir_path list -> bool -> global_reference -> env -> 'a -> bool +val filter_by_module_from_list : + dir_path list * bool -> global_reference -> env -> 'a -> bool (* raw search functions can be used for various extensions. They are also used for pcoq. *) |
