diff options
| author | letouzey | 2005-12-01 14:35:21 +0000 |
|---|---|---|
| committer | letouzey | 2005-12-01 14:35:21 +0000 |
| commit | 825a338a1ddf1685d55bb5193aa5da078a534e1c (patch) | |
| tree | 308c4348d9446474d5bef3ab93fa713e94033d31 /contrib/extraction/modutil.mli | |
| parent | 596f0f2b5ab76305447ed1ef3999fd7d9939fbef (diff) | |
amelioration de la generation des unsafeCoerce
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7632 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/modutil.mli')
| -rw-r--r-- | contrib/extraction/modutil.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/modutil.mli b/contrib/extraction/modutil.mli index 07425c30af..cea988de80 100644 --- a/contrib/extraction/modutil.mli +++ b/contrib/extraction/modutil.mli @@ -43,7 +43,7 @@ val add_labels_mp : module_path -> label list -> module_path (*s Functions upon ML modules. *) -val struct_ast_search : ml_ast -> ml_structure -> bool +val struct_ast_search : (ml_ast -> bool) -> ml_structure -> bool val struct_type_search : ml_type -> ml_structure -> bool type do_ref = global_reference -> unit |
