File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,18 @@ Elpi Export HB.end.
459459(* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% *)
460460
461461(** [HB.export Modname] does the work of [Export Modname] but also schedules [Modname]
462- to be exported later on, when [HB.reexport] is called. *)
462+ to be exported later on, when [HB.reexport] is called.
463+ Note that the list of modules to be exported is store in the current module,
464+ hence the recommended way to do is
465+ <<<
466+ Module Algebra.
467+ HB.mixin .... HB.structure ...
468+ Module MoreExports. ... End MoreExports. HB.export MoreExports.
469+ ...
470+ Module Export. HB.reexport. End Exports.
471+ End Algebra.
472+ Export Algebra.Exports.
473+ >>> *)
463474
464475Elpi Command HB.export.
465476Elpi Accumulate File "hb.elpi".
You can’t perform that action at this time.
0 commit comments