Current section

Files

Jump to
gleamgen include gleamgen@function_Function.hrl
Raw

include/gleamgen@function_Function.hrl

-record(function, {
args :: list({binary(),
gleamgen@types:generated_type(gleamgen@types:unchecked())}),
returns :: gleamgen@types:generated_type(any()),
body :: gleamgen@expression:expression(any())
}).