1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
source: crates/aiken-lang/src/parser/expr/fail_todo_trace.rs
description: "Code:\n\nfail str.join([@\"Some string \", some_params, @\" some string\"], @\"\")\n"
---
Trace {
kind: Error,
location: 0..67,
then: ErrorTerm {
location: 0..67,
},
text: Call {
arguments: [
CallArg {
label: None,
location: 14..61,
value: List {
location: 14..61,
elements: [
String {
location: 15..30,
value: "Some string ",
},
Var {
location: 32..43,
name: "some_params",
},
String {
location: 45..60,
value: " some string",
},
],
tail: None,
},
},
CallArg {
label: None,
location: 63..66,
value: String {
location: 63..66,
value: "",
},
},
],
fun: FieldAccess {
location: 5..13,
label: "join",
container: Var {
location: 5..8,
name: "str",
},
},
location: 5..67,
},
}