docs: future of errors

This commit is contained in:
Roman Godmaire 2024-05-10 19:00:56 -04:00
parent c53bb68b13
commit 1958da3a96

View file

@ -64,6 +64,9 @@ pub(super) fn core() -> HashMap<String, Value> {
.unwrap_or(Node::Int(0))
}),
),
// Errors!
// XXX: I fully expect errors to be overhauled when chaining and tagged unions
// are implemented.
(
"error",
NativeFunc(|args| {