[
{
"VarDecl": {
"name": "f_format",
"type_annotation": null,
"initializer": {
"Function": {
"params": [
{
"name": "_val"
}
],
"body": [
{
"Expression": {
"Binary": {
"left": {
"Variable": {
"name": "_val"
}
},
"op": "Mul",
"right": {
"Literal": {
"Int": 2
}
}
}
}
}
]
}
}
}
}
]