Current section

Files

Jump to
hologram lib hologram compiler module_def_aggregators variable.ex
Raw

lib/hologram/compiler/module_def_aggregators/variable.ex

# TODO: test
alias Hologram.Compiler.IR.Variable
alias Hologram.Compiler.ModuleDefAggregator
defimpl ModuleDefAggregator, for: Variable do
def aggregate(_), do: nil
end