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: "pkgs",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 10,
       },
      },
     },
    ),
    target: With(
     With {
      expression: Identifier(
       Identifier {
        id: "lib",
        span: Span {
         start: Position {
          line: 4,
          column: 6,
         },
         end: Position {
          line: 4,
          column: 9,
         },
        },
       },
      ),
      target: LetIn(
       LetIn {
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "cfg",
              span: Span {
               start: Position {
                line: 8,
                column: 3,
               },
               end: Position {
                line: 8,
                column: 6,
               },
              },
             },
            ),
           ],
           to: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "config",
               span: Span {
                start: Position {
                 line: 8,
                 column: 9,
                },
                end: Position {
                 line: 8,
                 column: 15,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "services",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 16,
                 },
                 end: Position {
                  line: 8,
                  column: 24,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "activemq",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 25,
                 },
                 end: Position {
                  line: 8,
                  column: 33,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "activemqBroker",
              span: Span {
               start: Position {
                line: 10,
                column: 3,
               },
               end: Position {
                line: 10,
                column: 17,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "stdenv",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 20,
                  },
                  end: Position {
                   line: 10,
                   column: 26,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "mkDerivation",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 27,
                   },
                   end: Position {
                    line: 10,
                    column: 39,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "name",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 5,
                       },
                       end: Position {
                        line: 11,
                        column: 9,
                       },
                      },
                     },
                    ),
                   ],
                   to: String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "activemq-broker",
                        span: Span {
                         start: Position {
                          line: 11,
                          column: 13,
                         },
                         end: Position {
                          line: 11,
                          column: 28,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 12,
                      },
                      end: Position {
                       line: 11,
                       column: 29,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "phases",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 5,
                       },
                       end: Position {
                        line: 12,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "installPhase",
                           span: Span {
                            start: Position {
                             line: 12,
                             column: 17,
                            },
                            end: Position {
                             line: 12,
                             column: 29,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 12,
                          column: 16,
                         },
                         end: Position {
                          line: 12,
                          column: 30,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 14,
                      },
                      end: Position {
                       line: 12,
                       column: 32,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "buildInputs",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 5,
                       },
                       end: Position {
                        line: 13,
                        column: 16,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "jdk",
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 21,
                         },
                         end: Position {
                          line: 13,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 19,
                      },
                      end: Position {
                       line: 13,
                       column: 26,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "installPhase",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 5,
                       },
                       end: Position {
                        line: 14,
                        column: 17,
                       },
                      },
                     },
                    ),
                   ],
                   to: IndentedString(
                    IndentedString {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "mkdir -p $out/lib\nsource ",
                        span: Span {
                         start: Position {
                          line: 15,
                          column: 1,
                         },
                         end: Position {
                          line: 16,
                          column: 14,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: Identifier(
                         Identifier {
                          id: "activemq",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 16,
                           },
                           end: Position {
                            line: 16,
                            column: 24,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "/lib/classpath.env\nexport CLASSPATH\nln -s \"",
                        span: Span {
                         start: Position {
                          line: 15,
                          column: 1,
                         },
                         end: Position {
                          line: 18,
                          column: 14,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: Path(
                         Path {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "./ActiveMQBroker.java",
                             span: Span {
                              start: Position {
                               line: 18,
                               column: 16,
                              },
                              end: Position {
                               line: 18,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 16,
                           },
                           end: Position {
                            line: 18,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "\" ActiveMQBroker.java\njavac -d $out/lib ActiveMQBroker.java\n",
                        span: Span {
                         start: Position {
                          line: 15,
                          column: 1,
                         },
                         end: Position {
                          line: 20,
                          column: 5,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 20,
                      },
                      end: Position {
                       line: 20,
                       column: 7,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 10,
                  column: 40,
                 },
                 end: Position {
                  line: 21,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        target: Map(
         Map {
          recursive: false,
          bindings: [
           KeyValue(
            BindingKeyValue {
             from: [
              Raw(
               PartRaw {
                content: "options",
                span: Span {
                 start: Position {
                  line: 25,
                  column: 3,
                 },
                 end: Position {
                  line: 25,
                  column: 10,
                 },
                },
               },
              ),
             ],
             to: Map(
              Map {
               recursive: false,
               bindings: [
                KeyValue(
                 BindingKeyValue {
                  from: [
                   Raw(
                    PartRaw {
                     content: "services",
                     span: Span {
                      start: Position {
                       line: 26,
                       column: 5,
                      },
                      end: Position {
                       line: 26,
                       column: 13,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "activemq",
                     span: Span {
                      start: Position {
                       line: 26,
                       column: 14,
                      },
                      end: Position {
                       line: 26,
                       column: 22,
                      },
                     },
                    },
                   ),
                  ],
                  to: Map(
                   Map {
                    recursive: false,
                    bindings: [
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "enable",
                          span: Span {
                           start: Position {
                            line: 27,
                            column: 7,
                           },
                           end: Position {
                            line: 27,
                            column: 13,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mkOption",
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 16,
                            },
                            end: Position {
                             line: 27,
                             column: 24,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 28,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 28,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "bool",
                                    span: Span {
                                     start: Position {
                                      line: 28,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 28,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 29,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 29,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: Identifier(
                                Identifier {
                                 id: "false",
                                 span: Span {
                                  start: Position {
                                   line: 29,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 29,
                                   column: 24,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "description",
                                  span: Span {
                                   start: Position {
                                    line: 30,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 30,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 30,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 30,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "mdDoc",
                                      span: Span {
                                       start: Position {
                                        line: 30,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 30,
                                        column: 32,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "Enable the Apache ActiveMQ message broker service.\n",
                                       span: Span {
                                        start: Position {
                                         line: 31,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 32,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 30,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 32,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 27,
                              column: 25,
                             },
                             end: Position {
                              line: 33,
                              column: 8,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "configurationDir",
                          span: Span {
                           start: Position {
                            line: 34,
                            column: 7,
                           },
                           end: Position {
                            line: 34,
                            column: 23,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mkOption",
                           span: Span {
                            start: Position {
                             line: 34,
                             column: 26,
                            },
                            end: Position {
                             line: 34,
                             column: 34,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 35,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 35,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [
                                  Interpolation(
                                   PartInterpolation {
                                    expression: Identifier(
                                     Identifier {
                                      id: "activemq",
                                      span: Span {
                                       start: Position {
                                        line: 35,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 35,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "/conf",
                                    span: Span {
                                     start: Position {
                                      line: 35,
                                      column: 20,
                                     },
                                     end: Position {
                                      line: 35,
                                      column: 36,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 35,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 35,
                                   column: 37,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "defaultText",
                                  span: Span {
                                   start: Position {
                                    line: 36,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 36,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "literalExpression",
                                   span: Span {
                                    start: Position {
                                     line: 36,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 36,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "\"",
                                       span: Span {
                                        start: Position {
                                         line: 36,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 36,
                                         column: 44,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "$",
                                       span: Span {
                                        start: Position {
                                         line: 36,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 36,
                                         column: 47,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "{pkgs.activemq}/conf\"",
                                       span: Span {
                                        start: Position {
                                         line: 36,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 36,
                                         column: 68,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 36,
                                      column: 41,
                                     },
                                     end: Position {
                                      line: 36,
                                      column: 70,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 37,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 37,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 37,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 37,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "str",
                                    span: Span {
                                     start: Position {
                                      line: 37,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 37,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "description",
                                  span: Span {
                                   start: Position {
                                    line: 38,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 38,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 38,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 38,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "mdDoc",
                                      span: Span {
                                       start: Position {
                                        line: 38,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 38,
                                        column: 32,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "The base directory for ActiveMQ's configuration.\nBy default, this directory is searched for a file named activemq.xml,\nwhich should contain the configuration for the broker service.\n",
                                       span: Span {
                                        start: Position {
                                         line: 39,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 42,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 38,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 42,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 34,
                              column: 35,
                             },
                             end: Position {
                              line: 43,
                              column: 8,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "configurationURI",
                          span: Span {
                           start: Position {
                            line: 44,
                            column: 7,
                           },
                           end: Position {
                            line: 44,
                            column: 23,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mkOption",
                           span: Span {
                            start: Position {
                             line: 44,
                             column: 26,
                            },
                            end: Position {
                             line: 44,
                             column: 34,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 45,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 45,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 45,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 45,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "str",
                                    span: Span {
                                     start: Position {
                                      line: 45,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 45,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 46,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 46,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "xbean:activemq.xml",
                                    span: Span {
                                     start: Position {
                                      line: 46,
                                      column: 20,
                                     },
                                     end: Position {
                                      line: 46,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 46,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 46,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "description",
                                  span: Span {
                                   start: Position {
                                    line: 47,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 47,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 47,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 47,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "mdDoc",
                                      span: Span {
                                       start: Position {
                                        line: 47,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 47,
                                        column: 32,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "The URI that is passed along to the BrokerFactory to\nset up the configuration of the ActiveMQ broker service.\nYou should not need to change this. For custom configuration,\nset the `configurationDir` instead, and create\nan activemq.xml configuration file in it.\n",
                                       span: Span {
                                        start: Position {
                                         line: 48,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 53,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 47,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 53,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 44,
                              column: 35,
                             },
                             end: Position {
                              line: 54,
                              column: 8,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "baseDir",
                          span: Span {
                           start: Position {
                            line: 55,
                            column: 7,
                           },
                           end: Position {
                            line: 55,
                            column: 14,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mkOption",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 17,
                            },
                            end: Position {
                             line: 55,
                             column: 25,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 56,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 56,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 56,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 56,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "str",
                                    span: Span {
                                     start: Position {
                                      line: 56,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 56,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 57,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 57,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "/var/activemq",
                                    span: Span {
                                     start: Position {
                                      line: 57,
                                      column: 20,
                                     },
                                     end: Position {
                                      line: 57,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 57,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 57,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             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: "The base directory where ActiveMQ stores its persistent data and logs.\nThis will be overridden if you set \"activemq.base\" and \"activemq.data\"\nin the `javaProperties` option. You can also override\nthis in activemq.xml.\n",
                                       span: Span {
                                        start: Position {
                                         line: 59,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 63,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 58,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 63,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 55,
                              column: 26,
                             },
                             end: Position {
                              line: 64,
                              column: 8,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "javaProperties",
                          span: Span {
                           start: Position {
                            line: 65,
                            column: 7,
                           },
                           end: Position {
                            line: 65,
                            column: 21,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mkOption",
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 24,
                            },
                            end: Position {
                             line: 65,
                             column: 32,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 66,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 66,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 66,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 66,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrs",
                                    span: Span {
                                     start: Position {
                                      line: 66,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 66,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 67,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 67,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: Map(
                                Map {
                                 recursive: false,
                                 bindings: [],
                                 span: Span {
                                  start: Position {
                                   line: 67,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 67,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "example",
                                  span: Span {
                                   start: Position {
                                    line: 68,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 68,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "literalExpression",
                                   span: Span {
                                    start: Position {
                                     line: 68,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 68,
                                     column: 36,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "{\n  \"java.net.preferIPv4Stack\" = \"true\";\n}\n",
                                       span: Span {
                                        start: Position {
                                         line: 69,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 72,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 68,
                                      column: 37,
                                     },
                                     end: Position {
                                      line: 72,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "apply",
                                  span: Span {
                                   start: Position {
                                    line: 73,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 73,
                                    column: 14,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: Function(
                                Function {
                                 head: Simple(
                                  FunctionHeadSimple {
                                   identifier: "attrs",
                                  },
                                 ),
                                 body: BinaryOperation(
                                  BinaryOperation {
                                   left: Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Expression(
                                          PartExpression {
                                           expression: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "activemq.base",
                                                span: Span {
                                                 start: Position {
                                                  line: 74,
                                                  column: 12,
                                                 },
                                                 end: Position {
                                                  line: 74,
                                                  column: 25,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 74,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 74,
                                               column: 26,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        to: String(
                                         String_ {
                                          parts: [
                                           Interpolation(
                                            PartInterpolation {
                                             expression: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 74,
                                                   column: 32,
                                                  },
                                                  end: Position {
                                                   line: 74,
                                                   column: 35,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "baseDir",
                                                  span: Span {
                                                   start: Position {
                                                    line: 74,
                                                    column: 36,
                                                   },
                                                   end: Position {
                                                    line: 74,
                                                    column: 43,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 74,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 74,
                                            column: 45,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Expression(
                                          PartExpression {
                                           expression: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "activemq.data",
                                                span: Span {
                                                 start: Position {
                                                  line: 75,
                                                  column: 12,
                                                 },
                                                 end: Position {
                                                  line: 75,
                                                  column: 25,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 75,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 75,
                                               column: 26,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        to: String(
                                         String_ {
                                          parts: [
                                           Interpolation(
                                            PartInterpolation {
                                             expression: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 75,
                                                   column: 32,
                                                  },
                                                  end: Position {
                                                   line: 75,
                                                   column: 35,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "baseDir",
                                                  span: Span {
                                                   start: Position {
                                                    line: 75,
                                                    column: 36,
                                                   },
                                                   end: Position {
                                                    line: 75,
                                                    column: 43,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/data",
                                             span: Span {
                                              start: Position {
                                               line: 75,
                                               column: 30,
                                              },
                                              end: Position {
                                               line: 75,
                                               column: 49,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 75,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 75,
                                            column: 50,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Expression(
                                          PartExpression {
                                           expression: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "activemq.conf",
                                                span: Span {
                                                 start: Position {
                                                  line: 76,
                                                  column: 12,
                                                 },
                                                 end: Position {
                                                  line: 76,
                                                  column: 25,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 76,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 76,
                                               column: 26,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        to: String(
                                         String_ {
                                          parts: [
                                           Interpolation(
                                            PartInterpolation {
                                             expression: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 76,
                                                   column: 32,
                                                  },
                                                  end: Position {
                                                   line: 76,
                                                   column: 35,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "configurationDir",
                                                  span: Span {
                                                   start: Position {
                                                    line: 76,
                                                    column: 36,
                                                   },
                                                   end: Position {
                                                    line: 76,
                                                    column: 52,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 76,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 76,
                                            column: 54,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Expression(
                                          PartExpression {
                                           expression: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "activemq.home",
                                                span: Span {
                                                 start: Position {
                                                  line: 77,
                                                  column: 12,
                                                 },
                                                 end: Position {
                                                  line: 77,
                                                  column: 25,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 77,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 77,
                                               column: 26,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        to: String(
                                         String_ {
                                          parts: [
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "activemq",
                                               span: Span {
                                                start: Position {
                                                 line: 77,
                                                 column: 32,
                                                },
                                                end: Position {
                                                 line: 77,
                                                 column: 40,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 77,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 77,
                                            column: 42,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 73,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 78,
                                       column: 10,
                                      },
                                     },
                                    },
                                   ),
                                   operator: Update,
                                   right: Identifier(
                                    Identifier {
                                     id: "attrs",
                                     span: Span {
                                      start: Position {
                                       line: 78,
                                       column: 14,
                                      },
                                      end: Position {
                                       line: 78,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 span: Span {
                                  start: Position {
                                   line: 73,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 78,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "description",
                                  span: Span {
                                   start: Position {
                                    line: 79,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 79,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 79,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 79,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "mdDoc",
                                      span: Span {
                                       start: Position {
                                        line: 79,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 79,
                                        column: 32,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "Specifies Java properties that are sent to the ActiveMQ\nbroker service with the \"-D\" option. You can set properties\nhere to change the behaviour and configuration of the broker.\nAll essential properties that are not set here are automatically\ngiven reasonable defaults.\n",
                                       span: Span {
                                        start: Position {
                                         line: 80,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 85,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 79,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 85,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 65,
                              column: 33,
                             },
                             end: Position {
                              line: 86,
                              column: 8,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "extraJavaOptions",
                          span: Span {
                           start: Position {
                            line: 87,
                            column: 7,
                           },
                           end: Position {
                            line: 87,
                            column: 23,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mkOption",
                           span: Span {
                            start: Position {
                             line: 87,
                             column: 26,
                            },
                            end: Position {
                             line: 87,
                             column: 34,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "types",
                                     span: Span {
                                      start: Position {
                                       line: 88,
                                       column: 16,
                                      },
                                      end: Position {
                                       line: 88,
                                       column: 21,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "separatedString",
                                      span: Span {
                                       start: Position {
                                        line: 88,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 88,
                                        column: 37,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: " ",
                                       span: Span {
                                        start: Position {
                                         line: 88,
                                         column: 39,
                                        },
                                        end: Position {
                                         line: 88,
                                         column: 40,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 88,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 88,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [],
                                 span: Span {
                                  start: Position {
                                   line: 89,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 89,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "example",
                                  span: Span {
                                   start: Position {
                                    line: 90,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 90,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "-Xmx2G -Xms2G -XX:MaxPermSize=512M",
                                    span: Span {
                                     start: Position {
                                      line: 90,
                                      column: 20,
                                     },
                                     end: Position {
                                      line: 90,
                                      column: 54,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 90,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 90,
                                   column: 55,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             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: "Add extra options here that you want to be sent to the\nJava runtime when the broker service is started.\n",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 94,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 91,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 94,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 87,
                              column: 35,
                             },
                             end: Position {
                              line: 95,
                              column: 8,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 26,
                      column: 25,
                     },
                     end: Position {
                      line: 96,
                      column: 6,
                     },
                    },
                   },
                  ),
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 25,
                 column: 13,
                },
                end: Position {
                 line: 97,
                 column: 4,
                },
               },
              },
             ),
            },
           ),
           KeyValue(
            BindingKeyValue {
             from: [
              Raw(
               PartRaw {
                content: "config",
                span: Span {
                 start: Position {
                  line: 99,
                  column: 3,
                 },
                 end: Position {
                  line: 99,
                  column: 9,
                 },
                },
               },
              ),
             ],
             to: FunctionApplication(
              FunctionApplication {
               function: Identifier(
                Identifier {
                 id: "mkIf",
                 span: Span {
                  start: Position {
                   line: 99,
                   column: 12,
                  },
                  end: Position {
                   line: 99,
                   column: 16,
                  },
                 },
                },
               ),
               arguments: [
                PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 99,
                      column: 17,
                     },
                     end: Position {
                      line: 99,
                      column: 20,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "enable",
                     span: Span {
                      start: Position {
                       line: 99,
                       column: 21,
                      },
                      end: Position {
                       line: 99,
                       column: 27,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "users",
                        span: Span {
                         start: Position {
                          line: 100,
                          column: 5,
                         },
                         end: Position {
                          line: 100,
                          column: 10,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "users",
                        span: Span {
                         start: Position {
                          line: 100,
                          column: 11,
                         },
                         end: Position {
                          line: 100,
                          column: 16,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "activemq",
                        span: Span {
                         start: Position {
                          line: 100,
                          column: 17,
                         },
                         end: Position {
                          line: 100,
                          column: 25,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "description",
                             span: Span {
                              start: Position {
                               line: 101,
                               column: 7,
                              },
                              end: Position {
                               line: 101,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "ActiveMQ server user",
                               span: Span {
                                start: Position {
                                 line: 101,
                                 column: 22,
                                },
                                end: Position {
                                 line: 101,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 101,
                              column: 21,
                             },
                             end: Position {
                              line: 101,
                              column: 43,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "group",
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 7,
                              },
                              end: Position {
                               line: 102,
                               column: 12,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "activemq",
                               span: Span {
                                start: Position {
                                 line: 102,
                                 column: 16,
                                },
                                end: Position {
                                 line: 102,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 102,
                              column: 15,
                             },
                             end: Position {
                              line: 102,
                              column: 25,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "uid",
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 7,
                              },
                              end: Position {
                               line: 103,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                          to: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "config",
                              span: Span {
                               start: Position {
                                line: 103,
                                column: 13,
                               },
                               end: Position {
                                line: 103,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "ids",
                               span: Span {
                                start: Position {
                                 line: 103,
                                 column: 20,
                                },
                                end: Position {
                                 line: 103,
                                 column: 23,
                                },
                               },
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "uids",
                               span: Span {
                                start: Position {
                                 line: 103,
                                 column: 24,
                                },
                                end: Position {
                                 line: 103,
                                 column: 28,
                                },
                               },
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "activemq",
                               span: Span {
                                start: Position {
                                 line: 103,
                                 column: 29,
                                },
                                end: Position {
                                 line: 103,
                                 column: 37,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 100,
                         column: 28,
                        },
                        end: Position {
                         line: 104,
                         column: 6,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "users",
                        span: Span {
                         start: Position {
                          line: 106,
                          column: 5,
                         },
                         end: Position {
                          line: 106,
                          column: 10,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "groups",
                        span: Span {
                         start: Position {
                          line: 106,
                          column: 11,
                         },
                         end: Position {
                          line: 106,
                          column: 17,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "activemq",
                        span: Span {
                         start: Position {
                          line: 106,
                          column: 18,
                         },
                         end: Position {
                          line: 106,
                          column: 26,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "gid",
                        span: Span {
                         start: Position {
                          line: 106,
                          column: 27,
                         },
                         end: Position {
                          line: 106,
                          column: 30,
                         },
                        },
                       },
                      ),
                     ],
                     to: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "config",
                         span: Span {
                          start: Position {
                           line: 106,
                           column: 33,
                          },
                          end: Position {
                           line: 106,
                           column: 39,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "ids",
                          span: Span {
                           start: Position {
                            line: 106,
                            column: 40,
                           },
                           end: Position {
                            line: 106,
                            column: 43,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "gids",
                          span: Span {
                           start: Position {
                            line: 106,
                            column: 44,
                           },
                           end: Position {
                            line: 106,
                            column: 48,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "activemq",
                          span: Span {
                           start: Position {
                            line: 106,
                            column: 49,
                           },
                           end: Position {
                            line: 106,
                            column: 57,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "systemd",
                        span: Span {
                         start: Position {
                          line: 108,
                          column: 5,
                         },
                         end: Position {
                          line: 108,
                          column: 12,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "services",
                        span: Span {
                         start: Position {
                          line: 108,
                          column: 13,
                         },
                         end: Position {
                          line: 108,
                          column: 21,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "activemq_init",
                        span: Span {
                         start: Position {
                          line: 108,
                          column: 22,
                         },
                         end: Position {
                          line: 108,
                          column: 35,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "wantedBy",
                             span: Span {
                              start: Position {
                               line: 109,
                               column: 7,
                              },
                              end: Position {
                               line: 109,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "activemq.service",
                                  span: Span {
                                   start: Position {
                                    line: 109,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 109,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 109,
                                 column: 20,
                                },
                                end: Position {
                                 line: 109,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 109,
                              column: 18,
                             },
                             end: Position {
                              line: 109,
                              column: 40,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "partOf",
                             span: Span {
                              start: Position {
                               line: 110,
                               column: 7,
                              },
                              end: Position {
                               line: 110,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "activemq.service",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 110,
                                 column: 18,
                                },
                                end: Position {
                                 line: 110,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 110,
                              column: 16,
                             },
                             end: Position {
                              line: 110,
                              column: 38,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "before",
                             span: Span {
                              start: Position {
                               line: 111,
                               column: 7,
                              },
                              end: Position {
                               line: 111,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "activemq.service",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 111,
                                 column: 18,
                                },
                                end: Position {
                                 line: 111,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 111,
                              column: 16,
                             },
                             end: Position {
                              line: 111,
                              column: 38,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "serviceConfig",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 7,
                              },
                              end: Position {
                               line: 112,
                               column: 20,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "Type",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 21,
                              },
                              end: Position {
                               line: 112,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "oneshot",
                               span: Span {
                                start: Position {
                                 line: 112,
                                 column: 29,
                                },
                                end: Position {
                                 line: 112,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 112,
                              column: 28,
                             },
                             end: Position {
                              line: 112,
                              column: 37,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "script",
                             span: Span {
                              start: Position {
                               line: 113,
                               column: 7,
                              },
                              end: Position {
                               line: 113,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: IndentedString(
                           IndentedString {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "mkdir -p \"",
                               span: Span {
                                start: Position {
                                 line: 114,
                                 column: 1,
                                },
                                end: Position {
                                 line: 114,
                                 column: 19,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 114,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 114,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "javaProperties",
                                    span: Span {
                                     start: Position {
                                      line: 114,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 114,
                                      column: 39,
                                     },
                                    },
                                   },
                                  ),
                                  Expression(
                                   PartExpression {
                                    expression: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "activemq.data",
                                         span: Span {
                                          start: Position {
                                           line: 114,
                                           column: 41,
                                          },
                                          end: Position {
                                           line: 114,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 114,
                                        column: 40,
                                       },
                                       end: Position {
                                        line: 114,
                                        column: 55,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "\"\nchown -R activemq \"",
                               span: Span {
                                start: Position {
                                 line: 114,
                                 column: 1,
                                },
                                end: Position {
                                 line: 115,
                                 column: 28,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 115,
                                     column: 30,
                                    },
                                    end: Position {
                                     line: 115,
                                     column: 33,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "javaProperties",
                                    span: Span {
                                     start: Position {
                                      line: 115,
                                      column: 34,
                                     },
                                     end: Position {
                                      line: 115,
                                      column: 48,
                                     },
                                    },
                                   },
                                  ),
                                  Expression(
                                   PartExpression {
                                    expression: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "activemq.data",
                                         span: Span {
                                          start: Position {
                                           line: 115,
                                           column: 50,
                                          },
                                          end: Position {
                                           line: 115,
                                           column: 63,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 115,
                                        column: 49,
                                       },
                                       end: Position {
                                        line: 115,
                                        column: 64,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "\"\n",
                               span: Span {
                                start: Position {
                                 line: 114,
                                 column: 1,
                                },
                                end: Position {
                                 line: 116,
                                 column: 7,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 113,
                              column: 16,
                             },
                             end: Position {
                              line: 116,
                              column: 9,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 108,
                         column: 38,
                        },
                        end: Position {
                         line: 117,
                         column: 6,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "systemd",
                        span: Span {
                         start: Position {
                          line: 119,
                          column: 5,
                         },
                         end: Position {
                          line: 119,
                          column: 12,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "services",
                        span: Span {
                         start: Position {
                          line: 119,
                          column: 13,
                         },
                         end: Position {
                          line: 119,
                          column: 21,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "activemq",
                        span: Span {
                         start: Position {
                          line: 119,
                          column: 22,
                         },
                         end: Position {
                          line: 119,
                          column: 30,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "wantedBy",
                             span: Span {
                              start: Position {
                               line: 120,
                               column: 7,
                              },
                              end: Position {
                               line: 120,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "multi-user.target",
                                  span: Span {
                                   start: Position {
                                    line: 120,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 120,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 120,
                                 column: 20,
                                },
                                end: Position {
                                 line: 120,
                                 column: 39,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 120,
                              column: 18,
                             },
                             end: Position {
                              line: 120,
                              column: 41,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "after",
                             span: Span {
                              start: Position {
                               line: 121,
                               column: 7,
                              },
                              end: Position {
                               line: 121,
                               column: 12,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "network.target",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 121,
                                 column: 17,
                                },
                                end: Position {
                                 line: 121,
                                 column: 33,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 121,
                              column: 15,
                             },
                             end: Position {
                              line: 121,
                              column: 35,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "path",
                             span: Span {
                              start: Position {
                               line: 122,
                               column: 7,
                              },
                              end: Position {
                               line: 122,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             Identifier(
                              Identifier {
                               id: "jre",
                               span: Span {
                                start: Position {
                                 line: 122,
                                 column: 16,
                                },
                                end: Position {
                                 line: 122,
                                 column: 19,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 122,
                              column: 14,
                             },
                             end: Position {
                              line: 122,
                              column: 21,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "serviceConfig",
                             span: Span {
                              start: Position {
                               line: 123,
                               column: 7,
                              },
                              end: Position {
                               line: 123,
                               column: 20,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "User",
                             span: Span {
                              start: Position {
                               line: 123,
                               column: 21,
                              },
                              end: Position {
                               line: 123,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "activemq",
                               span: Span {
                                start: Position {
                                 line: 123,
                                 column: 29,
                                },
                                end: Position {
                                 line: 123,
                                 column: 37,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 123,
                              column: 28,
                             },
                             end: Position {
                              line: 123,
                              column: 38,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "script",
                             span: Span {
                              start: Position {
                               line: 124,
                               column: 7,
                              },
                              end: Position {
                               line: 124,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: IndentedString(
                           IndentedString {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "source ",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 1,
                                },
                                end: Position {
                                 line: 125,
                                 column: 16,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "activemq",
                                 span: Span {
                                  start: Position {
                                   line: 125,
                                   column: 18,
                                  },
                                  end: Position {
                                   line: 125,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/lib/classpath.env\nexport CLASSPATH=",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 1,
                                },
                                end: Position {
                                 line: 126,
                                 column: 26,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "activemqBroker",
                                 span: Span {
                                  start: Position {
                                   line: 126,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 126,
                                   column: 42,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/lib:",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 1,
                                },
                                end: Position {
                                 line: 126,
                                 column: 48,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 126,
                                     column: 50,
                                    },
                                    end: Position {
                                     line: 126,
                                     column: 53,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "configurationDir",
                                    span: Span {
                                     start: Position {
                                      line: 126,
                                      column: 54,
                                     },
                                     end: Position {
                                      line: 126,
                                      column: 70,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: ":$CLASSPATH\nexec java \\\n  ",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 1,
                                },
                                end: Position {
                                 line: 128,
                                 column: 11,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "concatStringsSep",
                                   span: Span {
                                    start: Position {
                                     line: 128,
                                     column: 13,
                                    },
                                    end: Position {
                                     line: 128,
                                     column: 29,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: " \\\n",
                                       span: Span {
                                        start: Position {
                                         line: 128,
                                         column: 31,
                                        },
                                        end: Position {
                                         line: 128,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 128,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 128,
                                      column: 37,
                                     },
                                    },
                                   },
                                  ),
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "mapAttrsToList",
                                      span: Span {
                                       start: Position {
                                        line: 128,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 128,
                                        column: 53,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Function(
                                      Function {
                                       head: Simple(
                                        FunctionHeadSimple {
                                         identifier: "name",
                                        },
                                       ),
                                       body: Function(
                                        Function {
                                         head: Simple(
                                          FunctionHeadSimple {
                                           identifier: "value",
                                          },
                                         ),
                                         body: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "-D",
                                              span: Span {
                                               start: Position {
                                                line: 128,
                                                column: 69,
                                               },
                                               end: Position {
                                                line: 128,
                                                column: 78,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "name",
                                                span: Span {
                                                 start: Position {
                                                  line: 128,
                                                  column: 73,
                                                 },
                                                 end: Position {
                                                  line: 128,
                                                  column: 77,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: "=",
                                              span: Span {
                                               start: Position {
                                                line: 128,
                                                column: 69,
                                               },
                                               end: Position {
                                                line: 128,
                                                column: 79,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "value",
                                                span: Span {
                                                 start: Position {
                                                  line: 128,
                                                  column: 81,
                                                 },
                                                 end: Position {
                                                  line: 128,
                                                  column: 86,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 128,
                                             column: 68,
                                            },
                                            end: Position {
                                             line: 128,
                                             column: 88,
                                            },
                                           },
                                          },
                                         ),
                                         span: Span {
                                          start: Position {
                                           line: 128,
                                           column: 61,
                                          },
                                          end: Position {
                                           line: 128,
                                           column: 88,
                                          },
                                         },
                                        },
                                       ),
                                       span: Span {
                                        start: Position {
                                         line: 128,
                                         column: 55,
                                        },
                                        end: Position {
                                         line: 128,
                                         column: 88,
                                        },
                                       },
                                      },
                                     ),
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 128,
                                           column: 90,
                                          },
                                          end: Position {
                                           line: 128,
                                           column: 93,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "javaProperties",
                                          span: Span {
                                           start: Position {
                                            line: 128,
                                            column: 94,
                                           },
                                           end: Position {
                                            line: 128,
                                            column: 108,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: " \\\n  ",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 1,
                                },
                                end: Position {
                                 line: 129,
                                 column: 11,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 129,
                                     column: 13,
                                    },
                                    end: Position {
                                     line: 129,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "extraJavaOptions",
                                    span: Span {
                                     start: Position {
                                      line: 129,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 129,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: " ActiveMQBroker \"",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 1,
                                },
                                end: Position {
                                 line: 129,
                                 column: 51,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 129,
                                     column: 53,
                                    },
                                    end: Position {
                                     line: 129,
                                     column: 56,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "configurationURI",
                                    span: Span {
                                     start: Position {
                                      line: 129,
                                      column: 57,
                                     },
                                     end: Position {
                                      line: 129,
                                      column: 73,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "\"\n",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 1,
                                },
                                end: Position {
                                 line: 130,
                                 column: 7,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 124,
                              column: 16,
                             },
                             end: Position {
                              line: 130,
                              column: 9,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 119,
                         column: 33,
                        },
                        end: Position {
                         line: 131,
                         column: 6,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 99,
                    column: 28,
                   },
                   end: Position {
                    line: 133,
                    column: 4,
                   },
                  },
                 },
                ),
               ],
              },
             ),
            },
           ),
          ],
          span: Span {
           start: Position {
            line: 23,
            column: 4,
           },
           end: Position {
            line: 135,
            column: 2,
           },
          },
         },
        ),
        span: Span {
         start: Position {
          line: 6,
          column: 1,
         },
         end: Position {
          line: 135,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 4,
        column: 1,
       },
       end: Position {
        line: 135,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 135,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 135,
    column: 2,
   },
  },
 },
)