Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - camshaft/rebind: rebind parse transform for erlang

rebind parse transform for erlang. Contribute to camshaft/rebind development by creating an account on GitHub.

Visit SiteGitHub - camshaft/rebind: rebind parse transform for erlang

GitHub - camshaft/rebind: rebind parse transform for erlang

rebind parse transform for erlang. Contribute to camshaft/rebind development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

rebind

rebind parse transform for erlang

Usage

-module(test).
-compile({parse_transform, rebind}).

-export([sum/0]).

sum() ->
  State = 1,
  rebind(State) = State + 1,
  rebind(State) = State + 1,
  rebind(State) = State + 1,
  rebind(State) = State + 1,
  State.

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.