Current section

Files

Jump to
graded include graded@internal@types_Closure.hrl
Raw

include/graded@internal@types_Closure.hrl

-record(closure, {
params :: list(binary()),
captures :: list({binary(), graded@internal@types:argument_value()}),
body :: list(glance:statement())
}).