partisan_transform (partisan v6.0.0)

View Source

Parse transformation that replaces all instances of the Erlang bang operator ! with a call to partisan:forward_message/2.

Example: Pid ! hello will be transformed to partisan:forward_message(Pid, hello).

Summary

Functions

parse_transform(AST, Options)