aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-03-19 17:48:55 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-03-19 17:48:55 +0000
commit2cf2a943e7140e50343bcb7d2eab24bebeeea9ec (patch)
tree8a4dfefe2cf97d6a122d52d0ed0995172c9c91bb /CHANGES
parent8686e11304bdeb7a4f04629b0643098f60a19739 (diff)
More adaptations of pretyping/coercion to Program mode.
- (Regular) Casts become typing constraints again. - Coerce tycon to inductive type when applying bidirectional typechecking hint. - Coerce lambda expressions to tycon, might require coercions now. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15058 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a5c74410..a12caacba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,8 +4,11 @@ Changes from V8.4
Tactics
- Tactics btauto, a reflexive boolean tautology solver.
+
+Program
- "Solve Obligations using" changed to "Solve Obligations with",
consistent with "Proof with".
+- Program Lemma, Definition now respect automatic introduction.
Changes from V8.4beta to V8.4
=============================