aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorherbelin2009-01-19 11:05:02 +0000
committerherbelin2009-01-19 11:05:02 +0000
commit8a2c029b0ae88888efe707c00f1a288e5c17cfb3 (patch)
tree6beeccea6ceb18de008abeb910694827d952344d /dev
parent85237f65161cb9cd10119197c65c84f65f0262ee (diff)
- Structuring Numbers and fixing Setoid in stdlib's doc.
- Adding ability to use "_" in syntax for binders (as in "exists _:nat, True"). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11804 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r--dev/base_include1
-rw-r--r--dev/doc/changes.txt3
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/base_include b/dev/base_include
index 0b7a0b67d8..d4366843f1 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -128,7 +128,6 @@ open Hipattern
open Inv
open Leminv
open Refine
-open Setoid_replace
open Tacinterp
open Tacticals
open Tactics
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index cae948a003..d35fb199be 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -8,7 +8,8 @@ A few differences in Coq ML interfaces between Coq V8.1 and V8.2
** Datatypes
List of occurrences moved from "int list" to "Termops.occurrences" (an
-alias to "bool * int list").
+ alias to "bool * int list")
+ETIdent renamed to ETName
** Functions