Re: [julia-users] Is there a way to export all functions defined in a module?

2016-09-29 Thread K leo
Thanks for the reply. I want to be able to export all symbols of module X from within X. But reexport seems to do something different: @reexport using X # all of X's exported symbols available here On Friday, September 30, 2016 at 9:08:03 AM UTC+8, Erik Schnetter wrote: > > Yes; see

Re: [julia-users] Is there a way to export all functions defined in a module?

2016-09-29 Thread Erik Schnetter
Yes; see . -erik On Thu, Sep 29, 2016 at 5:35 PM, K leo wrote: > without retyping all the names. > -- Erik Schnetter http://www.perimeterinstitute.ca/personal/eschnetter/