Current section

Files

Jump to
glance include glance_FunctionType.hrl
Raw

include/glance_FunctionType.hrl

-record(function_type, {
location :: glance:span(),
parameters :: list(glance:type()),
return :: glance:type()
}).