aiken-lang 1.1.23

Cardano smart contract language and toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: crates/aiken-lang/src/parser/expr/fail_todo_trace.rs
description: "Code:\n\ntodo\n"
---
Trace {
    kind: Todo,
    location: 0..4,
    then: ErrorTerm {
        location: 0..4,
    },
    label: String {
        location: 0..4,
        value: "aiken::todo",
    },
    arguments: [],
}