aboutsummaryrefslogtreecommitdiff
path: root/library/libobject.ml
diff options
context:
space:
mode:
authorEnrico Tassi2019-09-17 10:29:48 +0200
committerEnrico Tassi2019-09-17 10:29:48 +0200
commitc18f04422cb0827994e8d7aecc384a2c448a61c9 (patch)
tree341c0e48158cd4a732751c6aed00c9c864dbff52 /library/libobject.ml
parent3d7de72f45ae2f8bcedbe1db0eb8870e58757b45 (diff)
parent73b9794cc21e9fe932d5be9836fe1c53659ba717 (diff)
Merge PR #10476: Remove library-specific code for `Import`.
Reviewed-by: gares Reviewed-by: ppedrot
Diffstat (limited to 'library/libobject.ml')
-rw-r--r--library/libobject.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/libobject.ml b/library/libobject.ml
index 27e7810e6c..932f065f73 100644
--- a/library/libobject.ml
+++ b/library/libobject.ml
@@ -75,7 +75,7 @@ and t =
| ModuleTypeObject of substitutive_objects
| IncludeObject of algebraic_objects
| KeepObject of objects
- | ImportObject of { export : bool; mp : ModPath.t }
+ | ExportObject of { mpl : ModPath.t list }
| AtomicObject of obj
and objects = (Names.Id.t * t) list