include/molt@error_TypeMismatch.hrl
-record(type_mismatch, {
path :: gleam@option:option(binary()),
expected :: binary(),
got :: binary()
}).
-record(type_mismatch, {
path :: gleam@option:option(binary()),
expected :: binary(),
got :: binary()
}).