Witchcraft.Internal (Witchcraft v1.0.4) View Source
A module for handling use Witchcraft
and other modules
Provides support for overriding Kernel
functions and for auto dependencies using via __using__/1
macro.
Link to this section Summary
Functions
Generates Kernel
import and __using__/1
macro in module where used.
Link to this section Functions
Generates Kernel
import and __using__/1
macro in module where used.
Options
:overrides
– List of overrides in module where used:deps
– List of modules that will be used in generated__using__/1
macro