Current section

Files

Jump to
molt include molt@types_SyntaxError.hrl
Raw

include/molt@types_SyntaxError.hrl

-record(syntax_error, {
kind :: molt@types:syntax_error_kind(),
path :: list(binary()),
span :: molt@types:span()
}).