Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "rabbitmq",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       Inherit(
        BindingInherit {
         from: Some(
          Identifier(
           Identifier {
            id: "builtins",
            span: Span {
             start: Position {
              line: 8,
              column: 12,
             },
             end: Position {
              line: 8,
              column: 20,
             },
            },
           },
          ),
         ),
         attributes: [
          Raw(
           PartRaw {
            content: "concatStringsSep",
            span: Span {
             start: Position {
              line: 8,
              column: 22,
             },
             end: Position {
              line: 8,
              column: 38,
             },
            },
           },
          ),
         ],
         span: Span {
          start: Position {
           line: 5,
           column: 4,
          },
          end: Position {
           line: 8,
           column: 39,
          },
         },
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "config_file_content",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 22,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "lib",
               span: Span {
                start: Position {
                 line: 10,
                 column: 25,
                },
                end: Position {
                 line: 10,
                 column: 28,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "generators",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 29,
                 },
                 end: Position {
                  line: 10,
                  column: 39,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "toKeyValue",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 40,
                 },
                 end: Position {
                  line: 10,
                  column: 50,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [],
              span: Span {
               start: Position {
                line: 10,
                column: 51,
               },
               end: Position {
                line: 10,
                column: 54,
               },
              },
             },
            ),
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 55,
                 },
                 end: Position {
                  line: 10,
                  column: 58,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "configItems",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 59,
                  },
                  end: Position {
                   line: 10,
                   column: 70,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "config_file",
            span: Span {
             start: Position {
              line: 11,
              column: 3,
             },
             end: Position {
              line: 11,
              column: 14,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 11,
                 column: 17,
                },
                end: Position {
                 line: 11,
                 column: 21,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 11,
                  column: 22,
                 },
                 end: Position {
                  line: 11,
                  column: 31,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "rabbitmq.conf",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 33,
                  },
                  end: Position {
                   line: 11,
                   column: 46,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 11,
                column: 32,
               },
               end: Position {
                line: 11,
                column: 47,
               },
              },
             },
            ),
            Identifier(
             Identifier {
              id: "config_file_content",
              span: Span {
               start: Position {
                line: 11,
                column: 48,
               },
               end: Position {
                line: 11,
                column: 67,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "advanced_config_file",
            span: Span {
             start: Position {
              line: 13,
              column: 3,
             },
             end: Position {
              line: 13,
              column: 23,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 13,
                 column: 26,
                },
                end: Position {
                 line: 13,
                 column: 30,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 13,
                  column: 31,
                 },
                 end: Position {
                  line: 13,
                  column: 40,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "advanced.config",
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 42,
                  },
                  end: Position {
                   line: 13,
                   column: 57,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 13,
                column: 41,
               },
               end: Position {
                line: 13,
                column: 58,
               },
              },
             },
            ),
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 13,
                  column: 59,
                 },
                 end: Position {
                  line: 13,
                  column: 62,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "config",
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 63,
                  },
                  end: Position {
                   line: 13,
                   column: 69,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 18,
                column: 3,
               },
               end: Position {
                line: 18,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 5,
                    },
                    end: Position {
                     line: 19,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "rabbitmq",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 14,
                    },
                    end: Position {
                     line: 19,
                     column: 22,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 7,
                         },
                         end: Position {
                          line: 20,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 20,
                           column: 16,
                          },
                          end: Position {
                           line: 20,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 21,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 21,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 21,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 21,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 21,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 21,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 22,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 22,
                                 column: 19,
                                },
                                end: Position {
                                 line: 22,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 23,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 23,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 23,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 23,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable the RabbitMQ server, an Advanced Message\nQueuing Protocol (AMQP) broker.\n",
                                     span: Span {
                                      start: Position {
                                       line: 24,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 26,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 23,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 26,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 25,
                           },
                           end: Position {
                            line: 27,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "package",
                        span: Span {
                         start: Position {
                          line: 29,
                          column: 7,
                         },
                         end: Position {
                          line: 29,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 29,
                           column: 17,
                          },
                          end: Position {
                           line: 29,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 30,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 30,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 30,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 30,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "rabbitmq-server",
                                  span: Span {
                                   start: Position {
                                    line: 30,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 30,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 31,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 31,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 31,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 31,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 31,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 31,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 32,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 32,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.rabbitmq-server",
                                     span: Span {
                                      start: Position {
                                       line: 32,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 32,
                                       column: 62,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 32,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 33,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 33,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 33,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 33,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Which rabbitmq package to use.\n",
                                     span: Span {
                                      start: Position {
                                       line: 34,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 35,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 33,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 35,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 29,
                            column: 26,
                           },
                           end: Position {
                            line: 36,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "listenAddress",
                        span: Span {
                         start: Position {
                          line: 38,
                          column: 7,
                         },
                         end: Position {
                          line: 38,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 38,
                           column: 23,
                          },
                          end: Position {
                           line: 38,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "127.0.0.1",
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 39,
                                 column: 19,
                                },
                                end: Position {
                                 line: 39,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 40,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 40,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 40,
                                 column: 19,
                                },
                                end: Position {
                                 line: 40,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 41,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 41,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 41,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 41,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "IP address on which RabbitMQ will listen for AMQP\nconnections.  Set to the empty string to listen on all\ninterfaces.  Note that RabbitMQ creates a user named\n`guest` with password\n`guest` by default, so you should delete\nthis user if you intend to allow external access.\n\nTogether with 'port' setting it's mostly an alias for\nconfigItems.\"listeners.tcp.1\" and it's left for backwards\ncompatibility with previous version of this module.\n",
                                     span: Span {
                                      start: Position {
                                       line: 42,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 52,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 41,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 52,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 38,
                            column: 32,
                           },
                           end: Position {
                            line: 54,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "port",
                        span: Span {
                         start: Position {
                          line: 56,
                          column: 7,
                         },
                         end: Position {
                          line: 56,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 56,
                           column: 14,
                          },
                          end: Position {
                           line: 56,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "5672",
                               span: Span {
                                start: Position {
                                 line: 57,
                                 column: 19,
                                },
                                end: Position {
                                 line: 57,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 58,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 58,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 58,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 58,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Port on which RabbitMQ will listen for AMQP connections.\n",
                                     span: Span {
                                      start: Position {
                                       line: 59,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 60,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 58,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 60,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 61,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 61,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "port",
                                  span: Span {
                                   start: Position {
                                    line: 61,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 61,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 23,
                           },
                           end: Position {
                            line: 62,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "dataDir",
                        span: Span {
                         start: Position {
                          line: 64,
                          column: 7,
                         },
                         end: Position {
                          line: 64,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 64,
                           column: 17,
                          },
                          end: Position {
                           line: 64,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 65,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 65,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 65,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 65,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 66,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 66,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/lib/rabbitmq",
                                  span: Span {
                                   start: Position {
                                    line: 66,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 66,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 66,
                                 column: 19,
                                },
                                end: Position {
                                 line: 66,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 67,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 67,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 67,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 67,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 67,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Data directory for rabbitmq.\n",
                                     span: Span {
                                      start: Position {
                                       line: 68,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 69,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 67,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 69,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 26,
                           },
                           end: Position {
                            line: 70,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "cookie",
                        span: Span {
                         start: Position {
                          line: 72,
                          column: 7,
                         },
                         end: Position {
                          line: 72,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 72,
                           column: 16,
                          },
                          end: Position {
                           line: 72,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 73,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 73,
                                 column: 19,
                                },
                                end: Position {
                                 line: 73,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 74,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 74,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 74,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 74,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 74,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 75,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 75,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 75,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 75,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Erlang cookie is a string of arbitrary length which must\nbe the same for several nodes to be allowed to communicate.\nLeave empty to generate automatically.\n",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 79,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 75,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 79,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 72,
                            column: 25,
                           },
                           end: Position {
                            line: 80,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "configItems",
                        span: Span {
                         start: Position {
                          line: 82,
                          column: 7,
                         },
                         end: Position {
                          line: 82,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 82,
                           column: 21,
                          },
                          end: Position {
                           line: 82,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 83,
                                 column: 19,
                                },
                                end: Position {
                                 line: 83,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 84,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 84,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 84,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrsOf",
                                    span: Span {
                                     start: Position {
                                      line: 84,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 84,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 84,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 84,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 84,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 84,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 85,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 85,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 85,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 85,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "{\n  \"auth_backends.1.authn\" = \"rabbit_auth_backend_ldap\";\n  \"auth_backends.1.authz\" = \"rabbit_auth_backend_internal\";\n}\n",
                                     span: Span {
                                      start: Position {
                                       line: 86,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 90,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 85,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 90,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 91,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 91,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 91,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 91,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 91,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 91,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Configuration options in RabbitMQ's new config file format,\nwhich is a simple key-value format that can not express nested\ndata structures. This is known as the `rabbitmq.conf` file,\nalthough outside NixOS that filename may have Erlang syntax, particularly\nprior to RabbitMQ 3.7.0.\n\nIf you do need to express nested data structures, you can use\n`config` option. Configuration from `config`\nwill be merged into these options by RabbitMQ at runtime to\nform the final configuration.\n\nSee https://www.rabbitmq.com/configure.html#config-items\nFor the distinct formats, see https://www.rabbitmq.com/configure.html#config-file-formats\n",
                                     span: Span {
                                      start: Position {
                                       line: 92,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 105,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 105,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 82,
                            column: 30,
                           },
                           end: Position {
                            line: 106,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "config",
                        span: Span {
                         start: Position {
                          line: 108,
                          column: 7,
                         },
                         end: Position {
                          line: 108,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 108,
                           column: 16,
                          },
                          end: Position {
                           line: 108,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 109,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 109,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 109,
                                 column: 19,
                                },
                                end: Position {
                                 line: 109,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 110,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 110,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 110,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 111,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 111,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 111,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 111,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Verbatim advanced configuration file contents using the Erlang syntax.\nThis is also known as the `advanced.config` file or the old config format.\n\n`configItems` is preferred whenever possible. However, nested\ndata structures can only be expressed properly using the `config` option.\n\nThe contents of this option will be merged into the `configItems`\nby RabbitMQ at runtime to form the final configuration.\n\nSee the second table on https://www.rabbitmq.com/configure.html#config-items\nFor the distinct formats, see https://www.rabbitmq.com/configure.html#config-file-formats\n",
                                     span: Span {
                                      start: Position {
                                       line: 112,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 123,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 123,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 108,
                            column: 25,
                           },
                           end: Position {
                            line: 124,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "plugins",
                        span: Span {
                         start: Position {
                          line: 126,
                          column: 7,
                         },
                         end: Position {
                          line: 126,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 126,
                           column: 17,
                          },
                          end: Position {
                           line: 126,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 127,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 127,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 127,
                                 column: 19,
                                },
                                end: Position {
                                 line: 127,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 128,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 128,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 128,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 128,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 128,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 128,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 128,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 128,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 128,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 128,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 129,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 129,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 129,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 129,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 129,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 129,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The names of plugins to enable",
                                     span: Span {
                                      start: Position {
                                       line: 129,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 129,
                                       column: 64,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 129,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 129,
                                    column: 65,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 126,
                            column: 26,
                           },
                           end: Position {
                            line: 130,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "pluginDirs",
                        span: Span {
                         start: Position {
                          line: 132,
                          column: 7,
                         },
                         end: Position {
                          line: 132,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 132,
                           column: 20,
                          },
                          end: Position {
                           line: 132,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 133,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 133,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 133,
                                 column: 19,
                                },
                                end: Position {
                                 line: 133,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 134,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 134,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 134,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 134,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 134,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 134,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 134,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 134,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 134,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 134,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 135,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 135,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 135,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 135,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 135,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 135,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The list of directories containing external plugins",
                                     span: Span {
                                      start: Position {
                                       line: 135,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 135,
                                       column: 85,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 135,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 135,
                                    column: 86,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 132,
                            column: 29,
                           },
                           end: Position {
                            line: 136,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "managementPlugin",
                        span: Span {
                         start: Position {
                          line: 138,
                          column: 7,
                         },
                         end: Position {
                          line: 138,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "enable",
                             span: Span {
                              start: Position {
                               line: 139,
                               column: 9,
                              },
                              end: Position {
                               line: 139,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkEnableOption",
                              span: Span {
                               start: Position {
                                line: 139,
                                column: 18,
                               },
                               end: Position {
                                line: 139,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 139,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 139,
                                     column: 37,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 139,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 139,
                                      column: 43,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "the management plugin",
                                     span: Span {
                                      start: Position {
                                       line: 139,
                                       column: 45,
                                      },
                                      end: Position {
                                       line: 139,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 139,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 139,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "port",
                             span: Span {
                              start: Position {
                               line: 140,
                               column: 9,
                              },
                              end: Position {
                               line: 140,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 140,
                                column: 16,
                               },
                               end: Position {
                                line: 140,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "15672",
                                    span: Span {
                                     start: Position {
                                      line: 141,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 141,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 142,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 142,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 142,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 142,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "port",
                                       span: Span {
                                        start: Position {
                                         line: 142,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 142,
                                         column: 28,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 143,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 143,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 143,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 143,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 143,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 143,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "On which port to run the management plugin\n",
                                          span: Span {
                                           start: Position {
                                            line: 144,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 145,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 143,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 145,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 140,
                                 column: 25,
                                },
                                end: Position {
                                 line: 146,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 138,
                         column: 26,
                        },
                        end: Position {
                         line: 147,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 19,
                    column: 25,
                   },
                   end: Position {
                    line: 148,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 18,
               column: 13,
              },
              end: Position {
               line: 149,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 153,
                column: 3,
               },
               end: Position {
                line: 153,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 153,
                 column: 12,
                },
                end: Position {
                 line: 153,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 153,
                    column: 17,
                   },
                   end: Position {
                    line: 153,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 153,
                     column: 21,
                    },
                    end: Position {
                     line: 153,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 156,
                        column: 5,
                       },
                       end: Position {
                        line: 156,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 156,
                        column: 17,
                       },
                       end: Position {
                        line: 156,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 156,
                            column: 36,
                           },
                           end: Position {
                            line: 156,
                            column: 39,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 156,
                             column: 40,
                            },
                            end: Position {
                             line: 156,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 156,
                       column: 34,
                      },
                      end: Position {
                       line: 156,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 158,
                        column: 5,
                       },
                       end: Position {
                        line: 158,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "epmd",
                      span: Span {
                       start: Position {
                        line: 158,
                        column: 14,
                       },
                       end: Position {
                        line: 158,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "enable",
                      span: Span {
                       start: Position {
                        line: 158,
                        column: 19,
                       },
                       end: Position {
                        line: 158,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "true",
                     span: Span {
                      start: Position {
                       line: 158,
                       column: 28,
                      },
                      end: Position {
                       line: 158,
                       column: 32,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 160,
                        column: 5,
                       },
                       end: Position {
                        line: 160,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 160,
                        column: 11,
                       },
                       end: Position {
                        line: 160,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rabbitmq",
                      span: Span {
                       start: Position {
                        line: 160,
                        column: 17,
                       },
                       end: Position {
                        line: 160,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 161,
                             column: 7,
                            },
                            end: Position {
                             line: 161,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "RabbitMQ server user",
                             span: Span {
                              start: Position {
                               line: 161,
                               column: 22,
                              },
                              end: Position {
                               line: 161,
                               column: 42,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 161,
                            column: 21,
                           },
                           end: Position {
                            line: 161,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "home",
                           span: Span {
                            start: Position {
                             line: 162,
                             column: 7,
                            },
                            end: Position {
                             line: 162,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 162,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 162,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dataDir",
                                  span: Span {
                                   start: Position {
                                    line: 162,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 162,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 162,
                            column: 14,
                           },
                           end: Position {
                            line: 162,
                            column: 30,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "createHome",
                           span: Span {
                            start: Position {
                             line: 163,
                             column: 7,
                            },
                            end: Position {
                             line: 163,
                             column: 17,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 163,
                            column: 20,
                           },
                           end: Position {
                            line: 163,
                            column: 24,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 164,
                             column: 7,
                            },
                            end: Position {
                             line: 164,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "rabbitmq",
                             span: Span {
                              start: Position {
                               line: 164,
                               column: 16,
                              },
                              end: Position {
                               line: 164,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 164,
                            column: 15,
                           },
                           end: Position {
                            line: 164,
                            column: 25,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "uid",
                           span: Span {
                            start: Position {
                             line: 165,
                             column: 7,
                            },
                            end: Position {
                             line: 165,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 165,
                              column: 13,
                             },
                             end: Position {
                              line: 165,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 20,
                              },
                              end: Position {
                               line: 165,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "uids",
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 24,
                              },
                              end: Position {
                               line: 165,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "rabbitmq",
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 29,
                              },
                              end: Position {
                               line: 165,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 160,
                       column: 28,
                      },
                      end: Position {
                       line: 166,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 5,
                       },
                       end: Position {
                        line: 168,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 11,
                       },
                       end: Position {
                        line: 168,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rabbitmq",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 18,
                       },
                       end: Position {
                        line: 168,
                        column: 26,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "gid",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 27,
                       },
                       end: Position {
                        line: 168,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "config",
                       span: Span {
                        start: Position {
                         line: 168,
                         column: 33,
                        },
                        end: Position {
                         line: 168,
                         column: 39,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "ids",
                        span: Span {
                         start: Position {
                          line: 168,
                          column: 40,
                         },
                         end: Position {
                          line: 168,
                          column: 43,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "gids",
                        span: Span {
                         start: Position {
                          line: 168,
                          column: 44,
                         },
                         end: Position {
                          line: 168,
                          column: 48,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "rabbitmq",
                        span: Span {
                         start: Position {
                          line: 168,
                          column: 49,
                         },
                         end: Position {
                          line: 168,
                          column: 57,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 170,
                        column: 5,
                       },
                       end: Position {
                        line: 170,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rabbitmq",
                      span: Span {
                       start: Position {
                        line: 170,
                        column: 14,
                       },
                       end: Position {
                        line: 170,
                        column: 22,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "configItems",
                      span: Span {
                       start: Position {
                        line: 170,
                        column: 23,
                       },
                       end: Position {
                        line: 170,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   to: BinaryOperation(
                    BinaryOperation {
                     left: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Expression(
                            PartExpression {
                             expression: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "listeners.tcp.1",
                                  span: Span {
                                   start: Position {
                                    line: 171,
                                    column: 8,
                                   },
                                   end: Position {
                                    line: 171,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 171,
                                 column: 7,
                                },
                                end: Position {
                                 line: 171,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkDefault",
                              span: Span {
                               start: Position {
                                line: 171,
                                column: 27,
                               },
                               end: Position {
                                line: 171,
                                column: 36,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 171,
                                        column: 40,
                                       },
                                       end: Position {
                                        line: 171,
                                        column: 43,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "listenAddress",
                                       span: Span {
                                        start: Position {
                                         line: 171,
                                         column: 44,
                                        },
                                        end: Position {
                                         line: 171,
                                         column: 57,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: ":",
                                  span: Span {
                                   start: Position {
                                    line: 171,
                                    column: 38,
                                   },
                                   end: Position {
                                    line: 171,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "toString",
                                      span: Span {
                                       start: Position {
                                        line: 171,
                                        column: 61,
                                       },
                                       end: Position {
                                        line: 171,
                                        column: 69,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 171,
                                           column: 70,
                                          },
                                          end: Position {
                                           line: 171,
                                           column: 73,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "port",
                                          span: Span {
                                           start: Position {
                                            line: 171,
                                            column: 74,
                                           },
                                           end: Position {
                                            line: 171,
                                            column: 78,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 171,
                                 column: 37,
                                },
                                end: Position {
                                 line: 171,
                                 column: 80,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 170,
                         column: 37,
                        },
                        end: Position {
                         line: 172,
                         column: 6,
                        },
                       },
                      },
                     ),
                     operator: Update,
                     right: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "optionalAttrs",
                         span: Span {
                          start: Position {
                           line: 172,
                           column: 10,
                          },
                          end: Position {
                           line: 172,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 172,
                              column: 24,
                             },
                             end: Position {
                              line: 172,
                              column: 27,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "managementPlugin",
                             span: Span {
                              start: Position {
                               line: 172,
                               column: 28,
                              },
                              end: Position {
                               line: 172,
                               column: 44,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "enable",
                             span: Span {
                              start: Position {
                               line: 172,
                               column: 45,
                              },
                              end: Position {
                               line: 172,
                               column: 51,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Expression(
                               PartExpression {
                                expression: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "management.tcp.port",
                                     span: Span {
                                      start: Position {
                                       line: 173,
                                       column: 8,
                                      },
                                      end: Position {
                                       line: 173,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 173,
                                    column: 7,
                                   },
                                   end: Position {
                                    line: 173,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "toString",
                                 span: Span {
                                  start: Position {
                                   line: 173,
                                   column: 31,
                                  },
                                  end: Position {
                                   line: 173,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 173,
                                      column: 40,
                                     },
                                     end: Position {
                                      line: 173,
                                      column: 43,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "managementPlugin",
                                     span: Span {
                                      start: Position {
                                       line: 173,
                                       column: 44,
                                      },
                                      end: Position {
                                       line: 173,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "port",
                                     span: Span {
                                      start: Position {
                                       line: 173,
                                       column: 61,
                                      },
                                      end: Position {
                                       line: 173,
                                       column: 65,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Expression(
                               PartExpression {
                                expression: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "management.tcp.ip",
                                     span: Span {
                                      start: Position {
                                       line: 174,
                                       column: 8,
                                      },
                                      end: Position {
                                       line: 174,
                                       column: 25,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 7,
                                   },
                                   end: Position {
                                    line: 174,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 174,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 174,
                                   column: 32,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "listenAddress",
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 174,
                                    column: 46,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 172,
                            column: 52,
                           },
                           end: Position {
                            line: 175,
                            column: 6,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 177,
                        column: 5,
                       },
                       end: Position {
                        line: 177,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rabbitmq",
                      span: Span {
                       start: Position {
                        line: 177,
                        column: 14,
                       },
                       end: Position {
                        line: 177,
                        column: 22,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "plugins",
                      span: Span {
                       start: Position {
                        line: 177,
                        column: 23,
                       },
                       end: Position {
                        line: 177,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optional",
                       span: Span {
                        start: Position {
                         line: 177,
                         column: 33,
                        },
                        end: Position {
                         line: 177,
                         column: 41,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 177,
                            column: 42,
                           },
                           end: Position {
                            line: 177,
                            column: 45,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "managementPlugin",
                           span: Span {
                            start: Position {
                             line: 177,
                             column: 46,
                            },
                            end: Position {
                             line: 177,
                             column: 62,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "enable",
                           span: Span {
                            start: Position {
                             line: 177,
                             column: 63,
                            },
                            end: Position {
                             line: 177,
                             column: 69,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "rabbitmq_management",
                           span: Span {
                            start: Position {
                             line: 177,
                             column: 71,
                            },
                            end: Position {
                             line: 177,
                             column: 90,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 177,
                          column: 70,
                         },
                         end: Position {
                          line: 177,
                          column: 91,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 179,
                        column: 5,
                       },
                       end: Position {
                        line: 179,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 179,
                        column: 13,
                       },
                       end: Position {
                        line: 179,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rabbitmq",
                      span: Span {
                       start: Position {
                        line: 179,
                        column: 22,
                       },
                       end: Position {
                        line: 179,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 180,
                             column: 7,
                            },
                            end: Position {
                             line: 180,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "RabbitMQ Server",
                             span: Span {
                              start: Position {
                               line: 180,
                               column: 22,
                              },
                              end: Position {
                               line: 180,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 180,
                            column: 21,
                           },
                           end: Position {
                            line: 180,
                            column: 38,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 182,
                             column: 7,
                            },
                            end: Position {
                             line: 182,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 182,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 182,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 182,
                               column: 20,
                              },
                              end: Position {
                               line: 182,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 182,
                            column: 18,
                           },
                           end: Position {
                            line: 182,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 183,
                             column: 7,
                            },
                            end: Position {
                             line: 183,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 183,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 183,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 183,
                               column: 17,
                              },
                              end: Position {
                               line: 183,
                               column: 33,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "epmd.socket",
                                span: Span {
                                 start: Position {
                                  line: 183,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 183,
                                  column: 46,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 183,
                               column: 34,
                              },
                              end: Position {
                               line: 183,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 183,
                            column: 15,
                           },
                           end: Position {
                            line: 183,
                            column: 49,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wants",
                           span: Span {
                            start: Position {
                             line: 184,
                             column: 7,
                            },
                            end: Position {
                             line: 184,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 184,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 184,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 184,
                               column: 17,
                              },
                              end: Position {
                               line: 184,
                               column: 33,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "epmd.socket",
                                span: Span {
                                 start: Position {
                                  line: 184,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 184,
                                  column: 46,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 184,
                               column: 34,
                              },
                              end: Position {
                               line: 184,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 184,
                            column: 15,
                           },
                           end: Position {
                            line: 184,
                            column: 49,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "path",
                           span: Span {
                            start: Position {
                             line: 186,
                             column: 7,
                            },
                            end: Position {
                             line: 186,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 187,
                                 column: 9,
                                },
                                end: Position {
                                 line: 187,
                                 column: 12,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 187,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 187,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "pkgs",
                               span: Span {
                                start: Position {
                                 line: 188,
                                 column: 9,
                                },
                                end: Position {
                                 line: 188,
                                 column: 13,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "coreutils",
                                span: Span {
                                 start: Position {
                                  line: 188,
                                  column: 14,
                                 },
                                 end: Position {
                                  line: 188,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 186,
                            column: 14,
                           },
                           end: Position {
                            line: 189,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "environment",
                           span: Span {
                            start: Position {
                             line: 191,
                             column: 7,
                            },
                            end: Position {
                             line: 191,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: BinaryOperation(
                         BinaryOperation {
                          left: Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "RABBITMQ_MNESIA_BASE",
                                  span: Span {
                                   start: Position {
                                    line: 192,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 192,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [
                                  Interpolation(
                                   PartInterpolation {
                                    expression: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 192,
                                          column: 35,
                                         },
                                         end: Position {
                                          line: 192,
                                          column: 38,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "dataDir",
                                         span: Span {
                                          start: Position {
                                           line: 192,
                                           column: 39,
                                          },
                                          end: Position {
                                           line: 192,
                                           column: 46,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "/mnesia",
                                    span: Span {
                                     start: Position {
                                      line: 192,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 192,
                                      column: 54,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 192,
                                   column: 32,
                                  },
                                  end: Position {
                                   line: 192,
                                   column: 55,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "RABBITMQ_LOGS",
                                  span: Span {
                                   start: Position {
                                    line: 193,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 193,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "-",
                                    span: Span {
                                     start: Position {
                                      line: 193,
                                      column: 26,
                                     },
                                     end: Position {
                                      line: 193,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 193,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 193,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "SYS_PREFIX",
                                  span: Span {
                                   start: Position {
                                    line: 194,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 194,
                                    column: 19,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [],
                                 span: Span {
                                  start: Position {
                                   line: 194,
                                   column: 22,
                                  },
                                  end: Position {
                                   line: 194,
                                   column: 24,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "RABBITMQ_CONFIG_FILE",
                                  span: Span {
                                   start: Position {
                                    line: 195,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 195,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: Identifier(
                                Identifier {
                                 id: "config_file",
                                 span: Span {
                                  start: Position {
                                   line: 195,
                                   column: 32,
                                  },
                                  end: Position {
                                   line: 195,
                                   column: 43,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "RABBITMQ_PLUGINS_DIR",
                                  span: Span {
                                   start: Position {
                                    line: 196,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 196,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "concatStringsSep",
                                   span: Span {
                                    start: Position {
                                     line: 196,
                                     column: 32,
                                    },
                                    end: Position {
                                     line: 196,
                                     column: 48,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: ":",
                                       span: Span {
                                        start: Position {
                                         line: 196,
                                         column: 50,
                                        },
                                        end: Position {
                                         line: 196,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 196,
                                      column: 49,
                                     },
                                     end: Position {
                                      line: 196,
                                      column: 52,
                                     },
                                    },
                                   },
                                  ),
                                  PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 196,
                                        column: 53,
                                       },
                                       end: Position {
                                        line: 196,
                                        column: 56,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "pluginDirs",
                                       span: Span {
                                        start: Position {
                                         line: 196,
                                         column: 57,
                                        },
                                        end: Position {
                                         line: 196,
                                         column: 67,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "RABBITMQ_ENABLED_PLUGINS_FILE",
                                  span: Span {
                                   start: Position {
                                    line: 197,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 197,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "pkgs",
                                     span: Span {
                                      start: Position {
                                       line: 197,
                                       column: 41,
                                      },
                                      end: Position {
                                       line: 197,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "writeText",
                                      span: Span {
                                       start: Position {
                                        line: 197,
                                        column: 46,
                                       },
                                       end: Position {
                                        line: 197,
                                        column: 55,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "enabled_plugins",
                                       span: Span {
                                        start: Position {
                                         line: 197,
                                         column: 57,
                                        },
                                        end: Position {
                                         line: 197,
                                         column: 72,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 197,
                                      column: 56,
                                     },
                                     end: Position {
                                      line: 197,
                                      column: 73,
                                     },
                                    },
                                   },
                                  ),
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "[ ",
                                       span: Span {
                                        start: Position {
                                         line: 198,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 198,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: FunctionApplication(
                                        FunctionApplication {
                                         function: Identifier(
                                          Identifier {
                                           id: "concatStringsSep",
                                           span: Span {
                                            start: Position {
                                             line: 198,
                                             column: 15,
                                            },
                                            end: Position {
                                             line: 198,
                                             column: 31,
                                            },
                                           },
                                          },
                                         ),
                                         arguments: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: ",",
                                               span: Span {
                                                start: Position {
                                                 line: 198,
                                                 column: 33,
                                                },
                                                end: Position {
                                                 line: 198,
                                                 column: 34,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 198,
                                              column: 32,
                                             },
                                             end: Position {
                                              line: 198,
                                              column: 35,
                                             },
                                            },
                                           },
                                          ),
                                          PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "cfg",
                                              span: Span {
                                               start: Position {
                                                line: 198,
                                                column: 36,
                                               },
                                               end: Position {
                                                line: 198,
                                                column: 39,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "plugins",
                                               span: Span {
                                                start: Position {
                                                 line: 198,
                                                 column: 40,
                                                },
                                                end: Position {
                                                 line: 198,
                                                 column: 47,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: " ].\n",
                                       span: Span {
                                        start: Position {
                                         line: 198,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 199,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 197,
                                      column: 74,
                                     },
                                     end: Position {
                                      line: 199,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 191,
                              column: 21,
                             },
                             end: Position {
                              line: 200,
                              column: 8,
                             },
                            },
                           },
                          ),
                          operator: Update,
                          right: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalAttrs",
                              span: Span {
                               start: Position {
                                line: 200,
                                column: 12,
                               },
                               end: Position {
                                line: 200,
                                column: 25,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 200,
                                     column: 27,
                                    },
                                    end: Position {
                                     line: 200,
                                     column: 30,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "config",
                                    span: Span {
                                     start: Position {
                                      line: 200,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 200,
                                      column: 37,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: String(
                                String_ {
                                 parts: [],
                                 span: Span {
                                  start: Position {
                                   line: 200,
                                   column: 41,
                                  },
                                  end: Position {
                                   line: 200,
                                   column: 43,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "RABBITMQ_ADVANCED_CONFIG_FILE",
                                     span: Span {
                                      start: Position {
                                       line: 200,
                                       column: 47,
                                      },
                                      end: Position {
                                       line: 200,
                                       column: 76,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "advanced_config_file",
                                    span: Span {
                                     start: Position {
                                      line: 200,
                                      column: 79,
                                     },
                                     end: Position {
                                      line: 200,
                                      column: 99,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 200,
                                 column: 45,
                                },
                                end: Position {
                                 line: 200,
                                 column: 102,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 202,
                             column: 7,
                            },
                            end: Position {
                             line: 202,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 203,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 203,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 203,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 203,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "package",
                                       span: Span {
                                        start: Position {
                                         line: 203,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 203,
                                         column: 35,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/sbin/rabbitmq-server",
                                  span: Span {
                                   start: Position {
                                    line: 203,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 203,
                                    column: 57,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 203,
                                 column: 21,
                                },
                                end: Position {
                                 line: 203,
                                 column: 58,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStop",
                                span: Span {
                                 start: Position {
                                  line: 204,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 204,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 204,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 204,
                                        column: 26,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "package",
                                       span: Span {
                                        start: Position {
                                         line: 204,
                                         column: 27,
                                        },
                                        end: Position {
                                         line: 204,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/sbin/rabbitmqctl shutdown",
                                  span: Span {
                                   start: Position {
                                    line: 204,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 204,
                                    column: 61,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 204,
                                 column: 20,
                                },
                                end: Position {
                                 line: 204,
                                 column: 62,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 205,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 205,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "rabbitmq",
                                  span: Span {
                                   start: Position {
                                    line: 205,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 205,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 205,
                                 column: 16,
                                },
                                end: Position {
                                 line: 205,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Group",
                                span: Span {
                                 start: Position {
                                  line: 206,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 206,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "rabbitmq",
                                  span: Span {
                                   start: Position {
                                    line: 206,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 206,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 206,
                                 column: 17,
                                },
                                end: Position {
                                 line: 206,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "LogsDirectory",
                                span: Span {
                                 start: Position {
                                  line: 207,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 207,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "rabbitmq",
                                  span: Span {
                                   start: Position {
                                    line: 207,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 207,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 207,
                                 column: 25,
                                },
                                end: Position {
                                 line: 207,
                                 column: 35,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "WorkingDirectory",
                                span: Span {
                                 start: Position {
                                  line: 208,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 208,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 208,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 208,
                                   column: 31,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dataDir",
                                  span: Span {
                                   start: Position {
                                    line: 208,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 208,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Type",
                                span: Span {
                                 start: Position {
                                  line: 209,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 209,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "notify",
                                  span: Span {
                                   start: Position {
                                    line: 209,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 209,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 209,
                                 column: 16,
                                },
                                end: Position {
                                 line: 209,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "NotifyAccess",
                                span: Span {
                                 start: Position {
                                  line: 210,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 210,
                                  column: 21,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "all",
                                  span: Span {
                                   start: Position {
                                    line: 210,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 210,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 210,
                                 column: 24,
                                },
                                end: Position {
                                 line: 210,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "UMask",
                                span: Span {
                                 start: Position {
                                  line: 211,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 211,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "0027",
                                  span: Span {
                                   start: Position {
                                    line: 211,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 211,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 211,
                                 column: 17,
                                },
                                end: Position {
                                 line: 211,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "LimitNOFILE",
                                span: Span {
                                 start: Position {
                                  line: 212,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 212,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "100000",
                                  span: Span {
                                   start: Position {
                                    line: 212,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 212,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 212,
                                 column: 23,
                                },
                                end: Position {
                                 line: 212,
                                 column: 31,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 213,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 213,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "on-failure",
                                  span: Span {
                                   start: Position {
                                    line: 213,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 213,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 213,
                                 column: 19,
                                },
                                end: Position {
                                 line: 213,
                                 column: 31,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "RestartSec",
                                span: Span {
                                 start: Position {
                                  line: 214,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 214,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "10",
                                  span: Span {
                                   start: Position {
                                    line: 214,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 214,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 214,
                                 column: 22,
                                },
                                end: Position {
                                 line: 214,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "TimeoutStartSec",
                                span: Span {
                                 start: Position {
                                  line: 215,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 215,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "3600",
                                  span: Span {
                                   start: Position {
                                    line: 215,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 215,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 215,
                                 column: 27,
                                },
                                end: Position {
                                 line: 215,
                                 column: 33,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 202,
                            column: 23,
                           },
                           end: Position {
                            line: 216,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 218,
                             column: 7,
                            },
                            end: Position {
                             line: 218,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "",
                             span: Span {
                              start: Position {
                               line: 219,
                               column: 1,
                              },
                              end: Position {
                               line: 219,
                               column: 9,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "optionalString",
                                 span: Span {
                                  start: Position {
                                   line: 219,
                                   column: 11,
                                  },
                                  end: Position {
                                   line: 219,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                BinaryOperation(
                                 BinaryOperation {
                                  left: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 219,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 219,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "cookie",
                                       span: Span {
                                        start: Position {
                                         line: 219,
                                         column: 31,
                                        },
                                        end: Position {
                                         line: 219,
                                         column: 37,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  operator: NotEqualTo,
                                  right: String(
                                   String_ {
                                    parts: [],
                                    span: Span {
                                     start: Position {
                                      line: 219,
                                      column: 41,
                                     },
                                     end: Position {
                                      line: 219,
                                      column: 43,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "echo -n ",
                                     span: Span {
                                      start: Position {
                                       line: 220,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 220,
                                       column: 21,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 220,
                                           column: 23,
                                          },
                                          end: Position {
                                           line: 220,
                                           column: 26,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "cookie",
                                          span: Span {
                                           start: Position {
                                            line: 220,
                                            column: 27,
                                           },
                                           end: Position {
                                            line: 220,
                                            column: 33,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: " > ",
                                     span: Span {
                                      start: Position {
                                       line: 220,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 220,
                                       column: 37,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 220,
                                           column: 39,
                                          },
                                          end: Position {
                                           line: 220,
                                           column: 42,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "dataDir",
                                          span: Span {
                                           start: Position {
                                            line: 220,
                                            column: 43,
                                           },
                                           end: Position {
                                            line: 220,
                                            column: 50,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "/.erlang.cookie\nchmod 600 ",
                                     span: Span {
                                      start: Position {
                                       line: 220,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 221,
                                       column: 23,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 221,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 221,
                                           column: 28,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "dataDir",
                                          span: Span {
                                           start: Position {
                                            line: 221,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 221,
                                            column: 36,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "/.erlang.cookie\n",
                                     span: Span {
                                      start: Position {
                                       line: 220,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 222,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 219,
                                    column: 45,
                                   },
                                   end: Position {
                                    line: 222,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\n",
                             span: Span {
                              start: Position {
                               line: 219,
                               column: 1,
                              },
                              end: Position {
                               line: 223,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 218,
                            column: 18,
                           },
                           end: Position {
                            line: 223,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 179,
                       column: 33,
                      },
                      end: Position {
                       line: 224,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 153,
                  column: 28,
                 },
                 end: Position {
                  line: 226,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 16,
          column: 1,
         },
         end: Position {
          line: 228,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 228,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 228,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 228,
    column: 2,
   },
  },
 },
)