diff options
| author | Matej Kosik | 2016-08-26 12:37:59 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-08-26 12:37:59 +0200 |
| commit | f45bbcf79018da0f52098ae284af73a5d38249c3 (patch) | |
| tree | 151361459c0c58d41e5367ed2d4aec56aeb6e600 /kernel/context.mli | |
| parent | ed749e4fe3a32ecae145241f2ed9c9dd435c27d9 (diff) | |
CLEANUP: renaming "Context.ListNamed" module to "Context.Compacted"
Diffstat (limited to 'kernel/context.mli')
| -rw-r--r-- | kernel/context.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/context.mli b/kernel/context.mli index 72fbfb5405..366f0ffc15 100644 --- a/kernel/context.mli +++ b/kernel/context.mli @@ -251,7 +251,7 @@ sig val to_instance : t -> Constr.t list end -module NamedList : +module Compacted : sig module Declaration : sig |
