diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-11-23 07:55:27 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-11-23 07:55:27 +0000 |
commit | 5cc2882ffaadb92a711297799392d57c13e1895c (patch) | |
tree | 787ce2be1d704efa0ff97b4aaebc9bb3587b8344 /CHANGES | |
parent | e19de55919ca44fee8d8ccede5f1caf21064913d (diff) |
Minor improvement to commit 11619
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11620 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,6 @@ Language As a consequence, Acc_rect has now a more direct proof [possible source of easily fixed incompatibility in case of manual definition of a recursor in a recursive singleton inductive type]. -- Specific sort constraints on Record now taken into account. Vernacular commands @@ -82,6 +81,7 @@ Vernacular commands - "Declare ML Module" now allows to import .cmxs files when Coq is compiled in native code with a version of OCaml that supports native Dynlink (>= 3.11). +- Specific sort constraints on Record now taken into account. Libraries (DOC TO CHECK) |