Skip to content

Instantly share code, notes, and snippets.

@Munksgaard
Created January 6, 2025 11:11
Show Gist options
  • Save Munksgaard/e5cb4c7f13f445ac18f911cd30e73095 to your computer and use it in GitHub Desktop.
Save Munksgaard/e5cb4c7f13f445ac18f911cd30e73095 to your computer and use it in GitHub Desktop.
defmodule(Math.Foo, [{:do, [@foo(3), def(foo(b), [{:do, @foo + b}]), def(add(b), [{:do, @foo + b}])]}]); alias(Math.Foo); IO.puts(Foo.add(2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment