PropCheck.Instrument.encode_call

You're seeing just the function encode_call, go back to PropCheck.Instrument module for more information.

Specs

encode_call({m :: module(), f :: atom(), a :: list()}) :: erl_ast_remote_call()

Enocdes a call given as tuple {m, f, a} as Erlang Abstract Form.

Specs

encode_call(m :: module(), f :: atom(), a :: list()) :: erl_ast_remote_call()

Encodes a call to m.f.(a) as Erlang Abstract Form.