aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMatej Kosik2016-10-18 10:58:42 +0200
committerMatej Kosik2016-10-19 13:48:52 +0200
commit7b4dbbb83e3da2fe716dacad627ddd3497653f07 (patch)
tree2d3d81fc36bc1180e2244fa9a02b8e7ae8516d2f /dev
parentad81c04a923c594b7a893f08bb5571a6db74c92a (diff)
CLEANUP: rename "Nameops.lift_subscript" to "Nameops.increment_subscript".
The word "increment" is more appropriate in this case than "lifting". The world "lifting", in computer science, usually denotes something else: https://en.wikipedia.org/wiki/Lambda_lifting
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index faf4b4c31b..c00167b625 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -10,6 +10,7 @@ We renamed the following functions:
Context.Named.Declaration.fold -> Context.Named.Declaration.fold_constr
Printer.pr_var_list_decl -> Printer.pr_compacted_decl
Printer.pr_var_decl -> Printer.pr_named_decl
+ Nameops.lift_subscript -> Nameops.increment_subscript
We removed the following functions: