Current section

Files

Jump to
glyph_codegen include glyph_codegen@codegen_Args.hrl
Raw

include/glyph_codegen@codegen_Args.hrl

-record(args, {
types :: list(binary()),
out_file :: binary(),
import_module :: binary(),
rename :: gleam@dict:dict(binary(), binary())
}).