diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/lib.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/lib.ml b/library/lib.ml index a4d6aaa221..f24cf48922 100644 --- a/library/lib.ml +++ b/library/lib.ml @@ -442,7 +442,7 @@ let reset_name (loc,id) = let is_mod_node = function | OpenedModule _ | OpenedModtype _ | OpenedSection _ | ClosedSection _ -> true - (* | Leaf o -> let t = object_tag o in t = "MODULE" || t = "MODULE TYPE" *) + | Leaf o -> let t = object_tag o in t = "MODULE" || t = "MODULE TYPE" | _ -> false (* Reset on a module or section name in order to bypass constants with |
