Packages

Generate functions from your Gleam code!

Current section

Files

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

include/glue@internal@code_Function.hrl

-record(function, {
name :: binary(),
parameters :: list({binary(), binary()}),
return :: binary(),
body :: list(glue@internal@code:statement())
}).