aboutsummaryrefslogtreecommitdiff
path: root/kernel/context.ml
diff options
context:
space:
mode:
authorMatej Kosik2016-08-26 12:37:59 +0200
committerMatej Kosik2016-08-26 12:37:59 +0200
commitf45bbcf79018da0f52098ae284af73a5d38249c3 (patch)
tree151361459c0c58d41e5367ed2d4aec56aeb6e600 /kernel/context.ml
parented749e4fe3a32ecae145241f2ed9c9dd435c27d9 (diff)
CLEANUP: renaming "Context.ListNamed" module to "Context.Compacted"
Diffstat (limited to 'kernel/context.ml')
-rw-r--r--kernel/context.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/context.ml b/kernel/context.ml
index fed6a5feb6..47e0a08e57 100644
--- a/kernel/context.ml
+++ b/kernel/context.ml
@@ -412,7 +412,7 @@ struct
List.map_filter filter
end
-module NamedList =
+module Compacted =
struct
module Declaration =
struct