Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
    ],
   },
  ),
  body: LetIn(
   LetIn {
    bindings: [
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "cfg",
          span: Span {
           start: Position {
            line: 2,
            column: 5,
           },
           end: Position {
            line: 2,
            column: 8,
           },
          },
         },
        ),
       ],
       to: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "config",
           span: Span {
            start: Position {
             line: 2,
             column: 11,
            },
            end: Position {
             line: 2,
             column: 17,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "services",
            span: Span {
             start: Position {
              line: 2,
              column: 18,
             },
             end: Position {
              line: 2,
              column: 26,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "victoriametrics",
            span: Span {
             start: Position {
              line: 2,
              column: 27,
             },
             end: Position {
              line: 2,
              column: 42,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
      },
     ),
    ],
    target: Map(
     Map {
      recursive: false,
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "options",
            span: Span {
             start: Position {
              line: 4,
              column: 3,
             },
             end: Position {
              line: 4,
              column: 10,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "services",
            span: Span {
             start: Position {
              line: 4,
              column: 11,
             },
             end: Position {
              line: 4,
              column: 19,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "victoriametrics",
            span: Span {
             start: Position {
              line: 4,
              column: 20,
             },
             end: Position {
              line: 4,
              column: 35,
             },
            },
           },
          ),
         ],
         to: With(
          With {
           expression: Identifier(
            Identifier {
             id: "lib",
             span: Span {
              start: Position {
               line: 4,
               column: 43,
              },
              end: Position {
               line: 4,
               column: 46,
              },
             },
            },
           ),
           target: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 5,
                     column: 5,
                    },
                    end: Position {
                     line: 5,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 5,
                      column: 14,
                     },
                     end: Position {
                      line: 5,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 5,
                           column: 30,
                          },
                          end: Position {
                           line: 5,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 5,
                            column: 34,
                           },
                           end: Position {
                            line: 5,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "victoriametrics",
                           span: Span {
                            start: Position {
                             line: 5,
                             column: 41,
                            },
                            end: Position {
                             line: 5,
                             column: 56,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 5,
                          column: 40,
                         },
                         end: Position {
                          line: 5,
                          column: 57,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "package",
                   span: Span {
                    start: Position {
                     line: 6,
                     column: 5,
                    },
                    end: Position {
                     line: 6,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 6,
                      column: 15,
                     },
                     end: Position {
                      line: 6,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 7,
                             column: 7,
                            },
                            end: Position {
                             line: 7,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 7,
                              column: 14,
                             },
                             end: Position {
                              line: 7,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 7,
                               column: 20,
                              },
                              end: Position {
                               line: 7,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 8,
                             column: 7,
                            },
                            end: Position {
                             line: 8,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 8,
                              column: 17,
                             },
                             end: Position {
                              line: 8,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "victoriametrics",
                             span: Span {
                              start: Position {
                               line: 8,
                               column: 22,
                              },
                              end: Position {
                               line: 8,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 9,
                             column: 7,
                            },
                            end: Position {
                             line: 9,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 9,
                              column: 21,
                             },
                             end: Position {
                              line: 9,
                              column: 38,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.victoriametrics",
                                span: Span {
                                 start: Position {
                                  line: 9,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 9,
                                  column: 60,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 9,
                               column: 39,
                              },
                              end: Position {
                               line: 9,
                               column: 61,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 10,
                             column: 7,
                            },
                            end: Position {
                             line: 10,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 10,
                                column: 21,
                               },
                               end: Position {
                                line: 10,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 10,
                                 column: 25,
                                },
                                end: Position {
                                 line: 10,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The VictoriaMetrics distribution to use.\n",
                                span: Span {
                                 start: Position {
                                  line: 11,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 12,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 10,
                               column: 31,
                              },
                              end: Position {
                               line: 12,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 6,
                       column: 24,
                      },
                      end: Position {
                       line: 13,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "listenAddress",
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 5,
                    },
                    end: Position {
                     line: 14,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 21,
                     },
                     end: Position {
                      line: 14,
                      column: 29,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 15,
                             column: 7,
                            },
                            end: Position {
                             line: 15,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: ":8428",
                             span: Span {
                              start: Position {
                               line: 15,
                               column: 18,
                              },
                              end: Position {
                               line: 15,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 15,
                            column: 17,
                           },
                           end: Position {
                            line: 15,
                            column: 24,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 16,
                             column: 7,
                            },
                            end: Position {
                             line: 16,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 16,
                              column: 14,
                             },
                             end: Position {
                              line: 16,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 16,
                               column: 20,
                              },
                              end: Position {
                               line: 16,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 17,
                             column: 7,
                            },
                            end: Position {
                             line: 17,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 17,
                                column: 21,
                               },
                               end: Position {
                                line: 17,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 17,
                                 column: 25,
                                },
                                end: Position {
                                 line: 17,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The listen address for the http interface.\n",
                                span: Span {
                                 start: Position {
                                  line: 18,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 31,
                              },
                              end: Position {
                               line: 19,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 30,
                      },
                      end: Position {
                       line: 20,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "retentionPeriod",
                   span: Span {
                    start: Position {
                     line: 21,
                     column: 5,
                    },
                    end: Position {
                     line: 21,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 21,
                      column: 23,
                     },
                     end: Position {
                      line: 21,
                      column: 31,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 22,
                             column: 7,
                            },
                            end: Position {
                             line: 22,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 22,
                              column: 14,
                             },
                             end: Position {
                              line: 22,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "int",
                             span: Span {
                              start: Position {
                               line: 22,
                               column: 20,
                              },
                              end: Position {
                               line: 22,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 23,
                             column: 7,
                            },
                            end: Position {
                             line: 23,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "1",
                          span: Span {
                           start: Position {
                            line: 23,
                            column: 17,
                           },
                           end: Position {
                            line: 23,
                            column: 18,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 7,
                            },
                            end: Position {
                             line: 24,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 24,
                                column: 21,
                               },
                               end: Position {
                                line: 24,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 24,
                                 column: 25,
                                },
                                end: Position {
                                 line: 24,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Retention period in months.\n",
                                span: Span {
                                 start: Position {
                                  line: 25,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 26,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 24,
                               column: 31,
                              },
                              end: Position {
                               line: 26,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 21,
                       column: 32,
                      },
                      end: Position {
                       line: 27,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "extraOptions",
                   span: Span {
                    start: Position {
                     line: 28,
                     column: 5,
                    },
                    end: Position {
                     line: 28,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 28,
                      column: 20,
                     },
                     end: Position {
                      line: 28,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 7,
                            },
                            end: Position {
                             line: 29,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 29,
                                column: 14,
                               },
                               end: Position {
                                line: 29,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 20,
                                },
                                end: Position {
                                 line: 29,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 27,
                                },
                                end: Position {
                                 line: 29,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 29,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 30,
                             column: 7,
                            },
                            end: Position {
                             line: 30,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [],
                          span: Span {
                           start: Position {
                            line: 30,
                            column: 17,
                           },
                           end: Position {
                            line: 30,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 31,
                             column: 7,
                            },
                            end: Position {
                             line: 31,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 31,
                                column: 21,
                               },
                               end: Position {
                                line: 31,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 31,
                                 column: 25,
                                },
                                end: Position {
                                 line: 31,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Extra options to pass to VictoriaMetrics. See the README:\n<https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md>\nor {command}`victoriametrics -help` for more\ninformation.\n",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 36,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 31,
                               column: 31,
                              },
                              end: Position {
                               line: 36,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 29,
                      },
                      end: Position {
                       line: 37,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 4,
               column: 48,
              },
              end: Position {
               line: 38,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 4,
             column: 38,
            },
            end: Position {
             line: 38,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "config",
            span: Span {
             start: Position {
              line: 39,
              column: 3,
             },
             end: Position {
              line: 39,
              column: 9,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "lib",
               span: Span {
                start: Position {
                 line: 39,
                 column: 12,
                },
                end: Position {
                 line: 39,
                 column: 15,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "mkIf",
                span: Span {
                 start: Position {
                  line: 39,
                  column: 16,
                 },
                 end: Position {
                  line: 39,
                  column: 20,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 39,
                  column: 21,
                 },
                 end: Position {
                  line: 39,
                  column: 24,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "enable",
                 span: Span {
                  start: Position {
                   line: 39,
                   column: 25,
                  },
                  end: Position {
                   line: 39,
                   column: 31,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "systemd",
                    span: Span {
                     start: Position {
                      line: 40,
                      column: 5,
                     },
                     end: Position {
                      line: 40,
                      column: 12,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 40,
                      column: 13,
                     },
                     end: Position {
                      line: 40,
                      column: 21,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "victoriametrics",
                    span: Span {
                     start: Position {
                      line: 40,
                      column: 22,
                     },
                     end: Position {
                      line: 40,
                      column: 37,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 41,
                           column: 7,
                          },
                          end: Position {
                           line: 41,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "VictoriaMetrics time series database",
                           span: Span {
                            start: Position {
                             line: 41,
                             column: 22,
                            },
                            end: Position {
                             line: 41,
                             column: 58,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 41,
                          column: 21,
                         },
                         end: Position {
                          line: 41,
                          column: 59,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "after",
                         span: Span {
                          start: Position {
                           line: 42,
                           column: 7,
                          },
                          end: Position {
                           line: 42,
                           column: 12,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "network.target",
                              span: Span {
                               start: Position {
                                line: 42,
                                column: 18,
                               },
                               end: Position {
                                line: 42,
                                column: 32,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 42,
                             column: 17,
                            },
                            end: Position {
                             line: 42,
                             column: 33,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 42,
                          column: 15,
                         },
                         end: Position {
                          line: 42,
                          column: 35,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "startLimitBurst",
                         span: Span {
                          start: Position {
                           line: 43,
                           column: 7,
                          },
                          end: Position {
                           line: 43,
                           column: 22,
                          },
                         },
                        },
                       ),
                      ],
                      to: Integer(
                       Integer {
                        value: "5",
                        span: Span {
                         start: Position {
                          line: 43,
                          column: 25,
                         },
                         end: Position {
                          line: 43,
                          column: 26,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "serviceConfig",
                         span: Span {
                          start: Position {
                           line: 44,
                           column: 7,
                          },
                          end: Position {
                           line: 44,
                           column: 20,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "Restart",
                              span: Span {
                               start: Position {
                                line: 45,
                                column: 9,
                               },
                               end: Position {
                                line: 45,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "on-failure",
                                span: Span {
                                 start: Position {
                                  line: 45,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 45,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 45,
                               column: 19,
                              },
                              end: Position {
                               line: 45,
                               column: 31,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "RestartSec",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 9,
                               },
                               end: Position {
                                line: 46,
                                column: 19,
                               },
                              },
                             },
                            ),
                           ],
                           to: Integer(
                            Integer {
                             value: "1",
                             span: Span {
                              start: Position {
                               line: 46,
                               column: 22,
                              },
                              end: Position {
                               line: 46,
                               column: 23,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "StateDirectory",
                              span: Span {
                               start: Position {
                                line: 47,
                                column: 9,
                               },
                               end: Position {
                                line: 47,
                                column: 23,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "victoriametrics",
                                span: Span {
                                 start: Position {
                                  line: 47,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 47,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 26,
                              },
                              end: Position {
                               line: 47,
                               column: 43,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "DynamicUser",
                              span: Span {
                               start: Position {
                                line: 48,
                                column: 9,
                               },
                               end: Position {
                                line: 48,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "true",
                             span: Span {
                              start: Position {
                               line: 48,
                               column: 23,
                              },
                              end: Position {
                               line: 48,
                               column: 27,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "ExecStart",
                              span: Span {
                               start: Position {
                                line: 49,
                                column: 9,
                               },
                               end: Position {
                                line: 49,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 50,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 50,
                                      column: 13,
                                     },
                                     end: Position {
                                      line: 50,
                                      column: 16,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "package",
                                     span: Span {
                                      start: Position {
                                       line: 50,
                                       column: 17,
                                      },
                                      end: Position {
                                       line: 50,
                                       column: 24,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/victoria-metrics \\\n    -storageDataPath=/var/lib/victoriametrics \\\n    -httpListenAddr ",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 52,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 52,
                                      column: 36,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "listenAddress",
                                     span: Span {
                                      start: Position {
                                       line: 52,
                                       column: 37,
                                      },
                                      end: Position {
                                       line: 52,
                                       column: 50,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: " \\\n    -retentionPeriod ",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: FunctionApplication(
                                 FunctionApplication {
                                  function: Identifier(
                                   Identifier {
                                    id: "toString",
                                    span: Span {
                                     start: Position {
                                      line: 53,
                                      column: 34,
                                     },
                                     end: Position {
                                      line: 53,
                                      column: 42,
                                     },
                                    },
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 53,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 53,
                                         column: 46,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "retentionPeriod",
                                        span: Span {
                                         start: Position {
                                          line: 53,
                                          column: 47,
                                         },
                                         end: Position {
                                          line: 53,
                                          column: 62,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: " \\\n    ",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 54,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 54,
                                        column: 17,
                                       },
                                       end: Position {
                                        line: 54,
                                        column: 20,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "escapeShellArgs",
                                       span: Span {
                                        start: Position {
                                         line: 54,
                                         column: 21,
                                        },
                                        end: Position {
                                         line: 54,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 54,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 54,
                                         column: 40,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "extraOptions",
                                        span: Span {
                                         start: Position {
                                          line: 54,
                                          column: 41,
                                         },
                                         end: Position {
                                          line: 54,
                                          column: 53,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "\n",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 9,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 49,
                               column: 21,
                              },
                              end: Position {
                               line: 55,
                               column: 11,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "LimitNOFILE",
                              span: Span {
                               start: Position {
                                line: 63,
                                column: 9,
                               },
                               end: Position {
                                line: 63,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: Integer(
                            Integer {
                             value: "1048576",
                             span: Span {
                              start: Position {
                               line: 63,
                               column: 23,
                              },
                              end: Position {
                               line: 63,
                               column: 30,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 44,
                          column: 23,
                         },
                         end: Position {
                          line: 64,
                          column: 8,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "wantedBy",
                         span: Span {
                          start: Position {
                           line: 65,
                           column: 7,
                          },
                          end: Position {
                           line: 65,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "multi-user.target",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 21,
                               },
                               end: Position {
                                line: 65,
                                column: 38,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 20,
                            },
                            end: Position {
                             line: 65,
                             column: 39,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 65,
                          column: 18,
                         },
                         end: Position {
                          line: 65,
                          column: 41,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "postStart",
                         span: Span {
                          start: Position {
                           line: 67,
                           column: 7,
                          },
                          end: Position {
                           line: 67,
                           column: 16,
                          },
                         },
                        },
                       ),
                      ],
                      to: LetIn(
                       LetIn {
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "bindAddr",
                              span: Span {
                               start: Position {
                                line: 69,
                                column: 11,
                               },
                               end: Position {
                                line: 69,
                                column: 19,
                               },
                              },
                             },
                            ),
                           ],
                           to: BinaryOperation(
                            BinaryOperation {
                             left: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 69,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 69,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "optionalString",
                                    span: Span {
                                     start: Position {
                                      line: 69,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 69,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 69,
                                        column: 43,
                                       },
                                       end: Position {
                                        line: 69,
                                        column: 46,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "hasPrefix",
                                       span: Span {
                                        start: Position {
                                         line: 69,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 69,
                                         column: 56,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: ":",
                                        span: Span {
                                         start: Position {
                                          line: 69,
                                          column: 58,
                                         },
                                         end: Position {
                                          line: 69,
                                          column: 59,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 69,
                                       column: 57,
                                      },
                                      end: Position {
                                       line: 69,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 69,
                                         column: 61,
                                        },
                                        end: Position {
                                         line: 69,
                                         column: 64,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "listenAddress",
                                        span: Span {
                                         start: Position {
                                          line: 69,
                                          column: 65,
                                         },
                                         end: Position {
                                          line: 69,
                                          column: 78,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "127.0.0.1",
                                     span: Span {
                                      start: Position {
                                       line: 69,
                                       column: 81,
                                      },
                                      end: Position {
                                       line: 69,
                                       column: 90,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 69,
                                    column: 80,
                                   },
                                   end: Position {
                                    line: 69,
                                    column: 91,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                             operator: Addition,
                             right: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 69,
                                   column: 95,
                                  },
                                  end: Position {
                                   line: 69,
                                   column: 98,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "listenAddress",
                                  span: Span {
                                   start: Position {
                                    line: 69,
                                    column: 99,
                                   },
                                   end: Position {
                                    line: 69,
                                    column: 112,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          },
                         ),
                        ],
                        target: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 71,
                                column: 9,
                               },
                               end: Position {
                                line: 71,
                                column: 12,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mkBefore",
                               span: Span {
                                start: Position {
                                 line: 71,
                                 column: 13,
                                },
                                end: Position {
                                 line: 71,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "until ",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 72,
                                        column: 19,
                                       },
                                       end: Position {
                                        line: 72,
                                        column: 22,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "getBin",
                                       span: Span {
                                        start: Position {
                                         line: 72,
                                         column: 23,
                                        },
                                        end: Position {
                                         line: 72,
                                         column: 29,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "pkgs",
                                       span: Span {
                                        start: Position {
                                         line: 72,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 72,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "curl",
                                        span: Span {
                                         start: Position {
                                          line: 72,
                                          column: 35,
                                         },
                                         end: Position {
                                          line: 72,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/curl -s -o /dev/null http://",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 73,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: Identifier(
                                 Identifier {
                                  id: "bindAddr",
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 75,
                                   },
                                   end: Position {
                                    line: 72,
                                    column: 83,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/ping; do\n  sleep 1;\ndone\n",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 9,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 71,
                               column: 22,
                              },
                              end: Position {
                               line: 75,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 68,
                          column: 9,
                         },
                         end: Position {
                          line: 75,
                          column: 11,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 40,
                     column: 40,
                    },
                    end: Position {
                     line: 76,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 39,
                column: 32,
               },
               end: Position {
                line: 77,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      span: Span {
       start: Position {
        line: 3,
        column: 1,
       },
       end: Position {
        line: 78,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 2,
      column: 1,
     },
     end: Position {
      line: 78,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 78,
    column: 2,
   },
  },
 },
)