aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Jason Gross <jasongross9@gmail.com>2016-07-04 14:58:59 -0700
committerGravatar GitHub <noreply@github.com>2016-07-04 14:58:59 -0700
commit166a8c2e15dfa43c3178f70d515dfde1c5f15fad (patch)
tree5cf26def8e2d0aa6133a5f110f64128811e4e811 /dev
parentb2f8f9edd5c1bb0a9c8c4f4b049381b979d3e385 (diff)
Add a renaming of Tacexpr.TacDynamic
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 3cd371bfd..b0f9ae2c3 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -248,6 +248,8 @@ define_evar_* mostly used internally in the unification engine.
open Proofview.Notations
Proofview.Goal.enter { enter = begin fun gl -> ... end }
+
+- `Tacexpr.TacDynamic(Loc.dummy_loc, Pretyping.constr_in c)` --> `Tacinterp.Value.of_constr c`
=========================================
= CHANGES BETWEEN COQ V8.4 AND COQ V8.5 =