Packages

Generate functions from your Gleam code!

Current section

Files

Jump to
glue include glue@internal@code_Call.hrl
Raw

include/glue@internal@code_Call.hrl

-record(call, {
function :: glue@internal@code:expression(),
arguments :: list(glue@internal@code:expression())
}).