aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMatej Kosik2016-08-26 12:37:59 +0200
committerMatej Kosik2016-08-26 12:37:59 +0200
commitf45bbcf79018da0f52098ae284af73a5d38249c3 (patch)
tree151361459c0c58d41e5367ed2d4aec56aeb6e600 /dev
parented749e4fe3a32ecae145241f2ed9c9dd435c27d9 (diff)
CLEANUP: renaming "Context.ListNamed" module to "Context.Compacted"
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 5933649daf..f87e76dd1a 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -6,6 +6,11 @@ We renamed the following functions:
Context.Rel.Declaration.fold -> Context.Rel.Declaration.fold_constr
Context.Named.Declaration.fold -> Context.Named.Declaration.fold_constr
+ Printer.pr_var_list_decl -> Printer.pr_compacted_decl
+
+We renamed the following modules:
+
+ Context.ListNamed -> Context.Compacted
The following type aliases where removed