aiken-lang 1.0.22-alpha

The Aiken compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: crates/aiken-lang/src/parser/expr/fail_todo_trace.rs
description: "Code:\n\nfail \"foo\"\n"
---
Trace {
    kind: Error,
    location: 0..10,
    then: ErrorTerm {
        location: 0..10,
    },
    text: String {
        location: 5..10,
        value: "foo",
    },
}