Last active
December 3, 2016 15:22
-
-
Save IdahoEv/c8cc0ab686a86d3709776565854c7d7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Foo do | |
defstruct text: "hello" | |
end | |
my_module = Foo | |
# Next line doesn't work | |
struct = %my_module{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment