aiken-lang 1.1.23

Cardano smart contract language and toolchain
Documentation
---
source: crates/aiken-lang/src/parser/expr/fail_todo_trace.rs
description: "Code:\n\ntodo string.join([\"foo\", \"bar\"])\n"
---
Trace {
    kind: Todo,
    location: 0..32,
    then: ErrorTerm {
        location: 0..32,
    },
    label: Call {
        arguments: [
            CallArg {
                label: None,
                location: 17..31,
                value: List {
                    location: 17..31,
                    elements: [
                        ByteArray {
                            location: 18..23,
                            bytes: [
                                (
                                    102,
                                    0..0,
                                ),
                                (
                                    111,
                                    0..0,
                                ),
                                (
                                    111,
                                    0..0,
                                ),
                            ],
                            preferred_format: Utf8String,
                        },
                        ByteArray {
                            location: 25..30,
                            bytes: [
                                (
                                    98,
                                    0..0,
                                ),
                                (
                                    97,
                                    0..0,
                                ),
                                (
                                    114,
                                    0..0,
                                ),
                            ],
                            preferred_format: Utf8String,
                        },
                    ],
                    tail: None,
                },
            },
        ],
        fun: FieldAccess {
            location: 5..16,
            label: "join",
            container: Var {
                location: 5..11,
                name: "string",
            },
        },
        location: 5..32,
    },
    arguments: [],
}