Julia Programming Language
Packaging: How to export an imported module?
Tooling
Package Management
package
,
module
PetrKryslUCSD
August 26, 2021, 9:03pm
2
It should probably be
module mylibrary import Plots as P export P end
I am not sure one can export a module.
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Exporting symbols of imported module
General Usage
5
1852
January 16, 2019
Export from a submodule
New to Julia
2
1650
February 2, 2020
`import` can’t load just-defined modules? Can’t re-`export` in-module functions?
New to Julia
question
4
1468
June 9, 2017
Is an explicit "export" a good thing?
General Usage
51
5875
December 7, 2017
Select the same method from different modules
General Usage
3
502
September 27, 2017