Current section

Files

Jump to
molt include molt@error_TypeMismatch.hrl
Raw

include/molt@error_TypeMismatch.hrl

-record(type_mismatch, {
path :: gleam@option:option(binary()),
expected :: binary(),
got :: binary()
}).