Skip to content

Instantly share code, notes, and snippets.

@IdahoEv
Last active December 3, 2016 15:22
Show Gist options
  • Save IdahoEv/c8cc0ab686a86d3709776565854c7d7c to your computer and use it in GitHub Desktop.
Save IdahoEv/c8cc0ab686a86d3709776565854c7d7c to your computer and use it in GitHub Desktop.
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