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
|
_type: ExprLet
attrs:
const:
_type: ExprLambda
arg: a
body:
_type: ExprLiteral
value: const
valueType: String
body:
_type: ExprConcatStrings
es:
- _type: ExprCall
args:
- _type: ExprSet
attrs:
x:
_type: ExprLiteral
value: q
valueType: String
recursive: false
fun:
_type: ExprVar
value: const
isInterpolation: true
|