aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorherbelin2011-10-11 19:18:02 +0000
committerherbelin2011-10-11 19:18:02 +0000
commitbfc3e8cddd58cadc1bc907914a2ccd660be53912 (patch)
tree6bf603814e6981139d53a6388f3854189a8e7f09 /dev
parentc1234a327b8ef2b52af1410dace719000c360f53 (diff)
Moved to a more standard order of arguments (i.e. env followed by evar_map)
for the functions of unification.ml. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14547 85f007b7-540e-0410-9357-904b9bb8a0f7
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 035b3ad245..322530e62a 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -2,6 +2,8 @@
= CHANGES BETWEEN COQ V8.3 AND COQ V8.4 =
=========================================
+** Functions in unification.ml have now the evar_map coming just after the env
+
** Removal of Tacinterp.constr_of_id **
Use instead either global_reference or construct_reference in constrintern.ml.