diff options
| author | Maxime Dénès | 2017-07-26 14:44:00 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-26 14:44:00 +0200 |
| commit | 777751427cbe02ac8a0384d1173f9ef3cce0c8fd (patch) | |
| tree | 0a94ec52799b18061fe9f1ac3a02581e48215121 /plugins/extraction/modutil.mli | |
| parent | a0214d53a9a7fa1dc47375c7f048a15bed5dc523 (diff) | |
| parent | d8b78fff7fefd606dae5038b69f220b4f3dd706b (diff) | |
Merge PR #857: Extraction: various fixes related with bug 4720
Diffstat (limited to 'plugins/extraction/modutil.mli')
| -rw-r--r-- | plugins/extraction/modutil.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extraction/modutil.mli b/plugins/extraction/modutil.mli index ad60b58d5d..17a6e8db6f 100644 --- a/plugins/extraction/modutil.mli +++ b/plugins/extraction/modutil.mli @@ -17,6 +17,7 @@ val struct_type_search : (ml_type -> bool) -> ml_structure -> bool type do_ref = global_reference -> unit +val type_iter_references : do_ref -> ml_type -> unit val ast_iter_references : do_ref -> do_ref -> do_ref -> ml_ast -> unit val decl_iter_references : do_ref -> do_ref -> do_ref -> ml_decl -> unit val spec_iter_references : do_ref -> do_ref -> do_ref -> ml_spec -> unit |
