You're definitely digging into internals, where the code itself is sometimes the only documentation. Check out the implementation of code_lowered in base/reflection.jl.
Best, --Tim On Wednesday, March 09, 2016 10:46:07 AM Julia Tylors wrote: > I was trying to convert the captured variables to parameters, and from > looks of it i should use Base.uncompressed_ast > > or at least some call to jl_uncompress_ast using ccall. > > Can you suggest me something? the proper way. > > On Tuesday, March 8, 2016 at 6:18:33 PM UTC-8, Julia Tylors wrote: > > I wasn't able to find a documentation about these? > > Can you point me in the right direction? > > > > Thanks
