Re: [elixir-core:10928] Re: Proposal: add :guards option to import/2

2022-06-13 Thread 'eksperimental' via elixir-lang-core
> Would you think it would make sense to _exclude_ any 'guard macros' > either NOT defined with `defguard` nor having whatever relevant > attribute there might be? How would you make the distinction between a guard and a regular macro? > I'm trying to think how useful this > request/proposal

Re: [elixir-core:10928] Re: Proposal: add :guards option to import/2

2022-06-13 Thread Kenny Evitt
Those are good details to know – thanks! And thanks for pointing out my 'brain fart' about `defguardp`. Would you think it would make sense to _exclude_ any 'guard macros' either NOT defined with `defguard` nor having whatever relevant attribute there might be? I'm trying to think how useful