> On 09 Sep 2016, at 15:10, Benjamin Scherrey <[email protected]> wrote: > > Where would one find this kind of stuff documented? Is it strictly in the > source code? Any pointers would be appreciated. Thanx! > > -- Ben
You can find those in the documentation for Macro.Env http://elixir-lang.org/docs/master/elixir/Macro.Env.html that is referenced in documentation for __ENV__ http://elixir-lang.org/docs/master/elixir/Kernel.SpecialForms.html#__ENV__/0, but you'd need to know to look in __ENV__ in the first place. In general most of the information available to the compiler is inside __ENV__. Michał. -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/9A69E644-2A93-491F-A9E3-5C247041399C%40muskala.eu. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: Message signed with OpenPGP using GPGMail
