Current section

Files

Jump to
gserde include internal@codegen@types_FunctionType.hrl
Raw

include/internal@codegen@types_FunctionType.hrl

-record(function_type, {
argument_types :: list(internal@codegen@types:gleam_type()),
result_type :: internal@codegen@types:gleam_type()
}).