diff options
| author | Maxime Dénès | 2016-10-21 09:55:28 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-10-21 09:55:28 +0200 |
| commit | a5b977e3acb6d2cd73ed6c895a7d4b587366caa9 (patch) | |
| tree | 8bb02a679fa3530185c8d6663de4f92a0ce5d59c /dev | |
| parent | 3e536acf2ebcd078314dcac2a79d267c95db7bf8 (diff) | |
| parent | 2dfe032fd42f2489320936fe1e60c9cf7dafe8cf (diff) | |
Merge remote-tracking branch 'github/pr/233' into v8.6
Was PR#233: [search] Search result streaming
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 6dd7cb9707..79a0c6312a 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -256,6 +256,12 @@ define_evar_* mostly used internally in the unification engine. - `Tacexpr.TacDynamic(Loc.dummy_loc, Pretyping.constr_in c)` --> `Tacinterp.Value.of_constr c` +** Search API ** + +The main search functions now take a function iterating over the +results. This allows for clients to use streaming or more economic +printing. + ========================================= = CHANGES BETWEEN COQ V8.4 AND COQ V8.5 = ========================================= |
