Packages

An experimental work-in-progress (WIP) WebAssembly runtime written in Gleam.

Current section

Files

Jump to
gwr include gwr@parser@parsing_error_ParsingError.hrl
Raw

include/gwr@parser@parsing_error_ParsingError.hrl

-record(parsing_error, {
message :: gleam@option:option(binary()),
stacktrace :: list(gwr@debug:stacktrace())
}).