Current section

Files

Jump to
gserde include internal@codegen@statements_FunctionCall.hrl
Raw

include/internal@codegen@statements_FunctionCall.hrl

-record(function_call, {
name :: binary(),
arguments :: list(internal@codegen@statements:gleam_statement())
}).