Skip to content

Instantly share code, notes, and snippets.

@alco
Created June 8, 2014 20:04
Show Gist options
  • Select an option

  • Save alco/939eabf391a77bde2799 to your computer and use it in GitHub Desktop.

Select an option

Save alco/939eabf391a77bde2799 to your computer and use it in GitHub Desktop.
defmodule A do
defmodule B do
defstruct [:a, :b]
end
end
defmodule M do
import A
def hi() do
%B{}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment