diff options
| author | Maxime Dénès | 2016-10-28 15:44:06 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-10-28 15:44:06 +0200 |
| commit | d2bb28988b9424620740c34f4475f0205e0a0f73 (patch) | |
| tree | 28f01f6f84ac25dd8067f0635478b6b8229e72ce /engine/termops.mli | |
| parent | 3e98d3e4941f5098d743dffa8a032fd623a6a030 (diff) | |
| parent | 0aec9033a0b78ee1629f7aabce1c8a2e3cfbe619 (diff) | |
Merge remote-tracking branch 'github/pr/321' into v8.6
Was PR#321: Handling of section variables in hints
Diffstat (limited to 'engine/termops.mli')
| -rw-r--r-- | engine/termops.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/termops.mli b/engine/termops.mli index 0a7ac1f266..fd8edafbcf 100644 --- a/engine/termops.mli +++ b/engine/termops.mli @@ -121,6 +121,7 @@ val dependent_in_decl : constr -> Context.Named.Declaration.t -> bool val count_occurrences : constr -> constr -> int val collect_metas : constr -> int list val collect_vars : constr -> Id.Set.t (** for visible vars only *) +val vars_of_global_reference : env -> Globnames.global_reference -> Id.Set.t val occur_term : constr -> constr -> bool (** Synonymous of dependent Substitution of metavariables *) |
