Current section

Files

Jump to
gleamgen include gleamgen@expression@block_UseFunction.hrl
Raw

include/gleamgen@expression@block_UseFunction.hrl

-record(use_function, {
function :: gleamgen@expression:expression(gleamgen@types:unchecked()),
args :: list(gleamgen@expression:expression(gleamgen@types:unchecked()))
}).