names(M, true) will give you a bigger list to work with. On Feb 25, 2015 6:49 PM, "Kirill Ignatiev" <[email protected]> wrote:
> Perhaps something like this (by brute force)? This doesn't include type > constuctors, though. > > filter(f -> isa(eval(f), Function), names(Base)) > > On Wednesday, 25 February 2015 18:37:23 UTC-5, Phil Tomson wrote: >> >> Just wondering if there is any way to get a list of functions defined in >> a module? >> >
