Deferred definition of constants is allowed in erlang but not supported by current quaff: ``` -define(FOO, ?BAR). -define(BAR, 42). ``` I'm providing a pr
Deferred definition of constants is allowed in erlang but not supported by current quaff:
I'm providing a pr