Created
January 6, 2025 11:11
-
-
Save Munksgaard/e5cb4c7f13f445ac18f911cd30e73095 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(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