aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3017281c..9fc67991 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/compiler.boot (compTopLevel): Bind $whereDecls.
+ (recordDeclarationInSideCondition): New. Update it.
+ (compWhere): Call it.
+ * interp/define.boot ($whereDecls): Define at toplevel.
+ (typeDependencyPath): New.
+ (inferConstructorImplicitParameters): Likewise.
+ (compDefineFunctor1): Use it.
+
2010-07-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/category.boot (isCategoryForm): Tidy.