Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "options",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "exhibitor",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "opt",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "options",
             span: Span {
              start: Position {
               line: 7,
               column: 9,
              },
              end: Position {
               line: 7,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 7,
                column: 17,
               },
               end: Position {
                line: 7,
                column: 25,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "exhibitor",
              span: Span {
               start: Position {
                line: 7,
                column: 26,
               },
               end: Position {
                line: 7,
                column: 35,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "exhibitorConfig",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 18,
             },
            },
           },
          ),
         ],
         to: IndentedString(
          IndentedString {
           parts: [
            Raw(
             PartRaw {
              content: "zookeeper-install-directory=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 9,
                column: 33,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 35,
                   },
                   end: Position {
                    line: 9,
                    column: 38,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "baseDir",
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 39,
                    },
                    end: Position {
                     line: 9,
                     column: 46,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "/zookeeper\nzookeeper-data-directory=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 10,
                column: 30,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 32,
                   },
                   end: Position {
                    line: 10,
                    column: 35,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "zkDataDir",
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 36,
                    },
                    end: Position {
                     line: 10,
                     column: 45,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nzookeeper-log-directory=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 11,
                column: 29,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 11,
                    column: 31,
                   },
                   end: Position {
                    line: 11,
                    column: 34,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "zkLogDir",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 35,
                    },
                    end: Position {
                     line: 11,
                     column: 43,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nzoo-cfg-extra=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 12,
                column: 19,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 12,
                    column: 21,
                   },
                   end: Position {
                    line: 12,
                    column: 24,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "zkExtraCfg",
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 25,
                    },
                    end: Position {
                     line: 12,
                     column: 35,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nclient-port=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 13,
                column: 17,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 13,
                    column: 19,
                   },
                   end: Position {
                    line: 13,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 28,
                      },
                      end: Position {
                       line: 13,
                       column: 31,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "zkClientPort",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 32,
                       },
                       end: Position {
                        line: 13,
                        column: 44,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nconnect-port=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 14,
                column: 18,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 14,
                    column: 20,
                   },
                   end: Position {
                    line: 14,
                    column: 28,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 29,
                      },
                      end: Position {
                       line: 14,
                       column: 32,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "zkConnectPort",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 33,
                       },
                       end: Position {
                        line: 14,
                        column: 46,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nelection-port=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 15,
                column: 19,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 15,
                    column: 21,
                   },
                   end: Position {
                    line: 15,
                    column: 29,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 30,
                      },
                      end: Position {
                       line: 15,
                       column: 33,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "zkElectionPort",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 34,
                       },
                       end: Position {
                        line: 15,
                        column: 48,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\ncleanup-period-ms=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 16,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 25,
                   },
                   end: Position {
                    line: 16,
                    column: 33,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 16,
                       column: 34,
                      },
                      end: Position {
                       line: 16,
                       column: 37,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "zkCleanupPeriod",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 38,
                       },
                       end: Position {
                        line: 16,
                        column: 53,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nservers-spec=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 17,
                column: 18,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "concatStringsSep",
                  span: Span {
                   start: Position {
                    line: 17,
                    column: 20,
                   },
                   end: Position {
                    line: 17,
                    column: 36,
                   },
                  },
                 },
                ),
                arguments: [
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: ",",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 38,
                       },
                       end: Position {
                        line: 17,
                        column: 39,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 17,
                     column: 37,
                    },
                    end: Position {
                     line: 17,
                     column: 40,
                    },
                   },
                  },
                 ),
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 41,
                      },
                      end: Position {
                       line: 17,
                       column: 44,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "zkServersSpec",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 45,
                       },
                       end: Position {
                        line: 17,
                        column: 58,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nauto-manage-instances=",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 18,
                column: 27,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 18,
                    column: 29,
                   },
                   end: Position {
                    line: 18,
                    column: 37,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 38,
                      },
                      end: Position {
                       line: 18,
                       column: 41,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "autoManageInstances",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 42,
                       },
                       end: Position {
                        line: 18,
                        column: 61,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 19,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 19,
                    column: 7,
                   },
                   end: Position {
                    line: 19,
                    column: 10,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "extraConf",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 11,
                    },
                    end: Position {
                     line: 19,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 9,
                column: 1,
               },
               end: Position {
                line: 20,
                column: 3,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 8,
             column: 21,
            },
            end: Position {
             line: 20,
             column: 5,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configDir",
            span: Span {
             start: Position {
              line: 24,
              column: 3,
             },
             end: Position {
              line: 24,
              column: 12,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 24,
                 column: 15,
                },
                end: Position {
                 line: 24,
                 column: 19,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeTextDir",
                span: Span {
                 start: Position {
                  line: 24,
                  column: 20,
                 },
                 end: Position {
                  line: 24,
                  column: 32,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "exhibitor.properties",
                 span: Span {
                  start: Position {
                   line: 24,
                   column: 34,
                  },
                  end: Position {
                   line: 24,
                   column: 54,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 24,
                column: 33,
               },
               end: Position {
                line: 24,
                column: 55,
               },
              },
             },
            ),
            Identifier(
             Identifier {
              id: "exhibitorConfig",
              span: Span {
               start: Position {
                line: 24,
                column: 56,
               },
               end: Position {
                line: 24,
                column: 71,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cliOptionsCommon",
            span: Span {
             start: Position {
              line: 25,
              column: 3,
             },
             end: Position {
              line: 25,
              column: 19,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "configtype",
                 span: Span {
                  start: Position {
                   line: 26,
                   column: 5,
                  },
                  end: Position {
                   line: 26,
                   column: 15,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 26,
                    column: 18,
                   },
                   end: Position {
                    line: 26,
                    column: 21,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "configType",
                   span: Span {
                    start: Position {
                     line: 26,
                     column: 22,
                    },
                    end: Position {
                     line: 26,
                     column: 32,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "defaultconfig",
                 span: Span {
                  start: Position {
                   line: 27,
                   column: 5,
                  },
                  end: Position {
                   line: 27,
                   column: 18,
                  },
                 },
                },
               ),
              ],
              to: String(
               String_ {
                parts: [
                 Interpolation(
                  PartInterpolation {
                   expression: Identifier(
                    Identifier {
                     id: "configDir",
                     span: Span {
                      start: Position {
                       line: 27,
                       column: 24,
                      },
                      end: Position {
                       line: 27,
                       column: 33,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "/exhibitor.properties",
                   span: Span {
                    start: Position {
                     line: 27,
                     column: 22,
                    },
                    end: Position {
                     line: 27,
                     column: 55,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 27,
                  column: 21,
                 },
                 end: Position {
                  line: 27,
                  column: 56,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "port",
                 span: Span {
                  start: Position {
                   line: 28,
                   column: 5,
                  },
                  end: Position {
                   line: 28,
                   column: 9,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 28,
                    column: 12,
                   },
                   end: Position {
                    line: 28,
                    column: 20,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 21,
                      },
                      end: Position {
                       line: 28,
                       column: 24,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "port",
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 25,
                       },
                       end: Position {
                        line: 28,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "hostname",
                 span: Span {
                  start: Position {
                   line: 29,
                   column: 5,
                  },
                  end: Position {
                   line: 29,
                   column: 13,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 29,
                    column: 16,
                   },
                   end: Position {
                    line: 29,
                    column: 19,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "hostname",
                   span: Span {
                    start: Position {
                     line: 29,
                     column: 20,
                    },
                    end: Position {
                     line: 29,
                     column: 28,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "headingtext",
                 span: Span {
                  start: Position {
                   line: 30,
                   column: 5,
                  },
                  end: Position {
                   line: 30,
                   column: 16,
                  },
                 },
                },
               ),
              ],
              to: IfThenElse(
               IfThenElse {
                predicate: BinaryOperation(
                 BinaryOperation {
                  left: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 30,
                        column: 23,
                       },
                       end: Position {
                        line: 30,
                        column: 26,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "headingText",
                       span: Span {
                        start: Position {
                         line: 30,
                         column: 27,
                        },
                        end: Position {
                         line: 30,
                         column: 38,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  operator: NotEqualTo,
                  right: Identifier(
                   Identifier {
                    id: "null",
                    span: Span {
                     start: Position {
                      line: 30,
                      column: 42,
                     },
                     end: Position {
                      line: 30,
                      column: 46,
                     },
                    },
                   },
                  ),
                 },
                ),
                then: FunctionApplication(
                 FunctionApplication {
                  function: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 30,
                        column: 54,
                       },
                       end: Position {
                        line: 30,
                        column: 57,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "escapeShellArg",
                       span: Span {
                        start: Position {
                         line: 30,
                         column: 58,
                        },
                        end: Position {
                         line: 30,
                         column: 72,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  arguments: [
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 30,
                         column: 73,
                        },
                        end: Position {
                         line: 30,
                         column: 76,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "headingText",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 77,
                         },
                         end: Position {
                          line: 30,
                          column: 88,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
                else_: Identifier(
                 Identifier {
                  id: "null",
                  span: Span {
                   start: Position {
                    line: 30,
                    column: 95,
                   },
                   end: Position {
                    line: 30,
                    column: 99,
                   },
                  },
                 },
                ),
                span: Span {
                 start: Position {
                  line: 30,
                  column: 19,
                 },
                 end: Position {
                  line: 30,
                  column: 99,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "nodemodification",
                 span: Span {
                  start: Position {
                   line: 31,
                   column: 5,
                  },
                  end: Position {
                   line: 31,
                   column: 21,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 31,
                      column: 24,
                     },
                     end: Position {
                      line: 31,
                      column: 27,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "boolToString",
                     span: Span {
                      start: Position {
                       line: 31,
                       column: 28,
                      },
                      end: Position {
                       line: 31,
                       column: 40,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 31,
                       column: 41,
                      },
                      end: Position {
                       line: 31,
                       column: 44,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "nodeModification",
                      span: Span {
                       start: Position {
                        line: 31,
                        column: 45,
                       },
                       end: Position {
                        line: 31,
                        column: 61,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "configcheckms",
                 span: Span {
                  start: Position {
                   line: 32,
                   column: 5,
                  },
                  end: Position {
                   line: 32,
                   column: 18,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 32,
                    column: 21,
                   },
                   end: Position {
                    line: 32,
                    column: 29,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 32,
                       column: 30,
                      },
                      end: Position {
                       line: 32,
                       column: 33,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "configCheckMs",
                      span: Span {
                       start: Position {
                        line: 32,
                        column: 34,
                       },
                       end: Position {
                        line: 32,
                        column: 47,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "jquerystyle",
                 span: Span {
                  start: Position {
                   line: 33,
                   column: 5,
                  },
                  end: Position {
                   line: 33,
                   column: 16,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 33,
                    column: 19,
                   },
                   end: Position {
                    line: 33,
                    column: 22,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "jqueryStyle",
                   span: Span {
                    start: Position {
                     line: 33,
                     column: 23,
                    },
                    end: Position {
                     line: 33,
                     column: 34,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "loglines",
                 span: Span {
                  start: Position {
                   line: 34,
                   column: 5,
                  },
                  end: Position {
                   line: 34,
                   column: 13,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 34,
                    column: 16,
                   },
                   end: Position {
                    line: 34,
                    column: 24,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 34,
                       column: 25,
                      },
                      end: Position {
                       line: 34,
                       column: 28,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "logLines",
                      span: Span {
                       start: Position {
                        line: 34,
                        column: 29,
                       },
                       end: Position {
                        line: 34,
                        column: 37,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "servo",
                 span: Span {
                  start: Position {
                   line: 35,
                   column: 5,
                  },
                  end: Position {
                   line: 35,
                   column: 10,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 35,
                      column: 13,
                     },
                     end: Position {
                      line: 35,
                      column: 16,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "boolToString",
                     span: Span {
                      start: Position {
                       line: 35,
                       column: 17,
                      },
                      end: Position {
                       line: 35,
                       column: 29,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 35,
                       column: 30,
                      },
                      end: Position {
                       line: 35,
                       column: 33,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "servo",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 34,
                       },
                       end: Position {
                        line: 35,
                        column: 39,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "timeout",
                 span: Span {
                  start: Position {
                   line: 36,
                   column: 5,
                  },
                  end: Position {
                   line: 36,
                   column: 12,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "toString",
                  span: Span {
                   start: Position {
                    line: 36,
                    column: 15,
                   },
                   end: Position {
                    line: 36,
                    column: 23,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 36,
                       column: 24,
                      },
                      end: Position {
                       line: 36,
                       column: 27,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "timeout",
                      span: Span {
                       start: Position {
                        line: 36,
                        column: 28,
                       },
                       end: Position {
                        line: 36,
                        column: 35,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 25,
             column: 22,
            },
            end: Position {
             line: 37,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "s3CommonOptions",
            span: Span {
             start: Position {
              line: 38,
              column: 3,
             },
             end: Position {
              line: 38,
              column: 18,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "s3region",
                 span: Span {
                  start: Position {
                   line: 38,
                   column: 23,
                  },
                  end: Position {
                   line: 38,
                   column: 31,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 38,
                    column: 34,
                   },
                   end: Position {
                    line: 38,
                    column: 37,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "s3Region",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 38,
                    },
                    end: Position {
                     line: 38,
                     column: 46,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "s3credentials",
                 span: Span {
                  start: Position {
                   line: 38,
                   column: 48,
                  },
                  end: Position {
                   line: 38,
                   column: 61,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 38,
                    column: 64,
                   },
                   end: Position {
                    line: 38,
                    column: 67,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "s3Credentials",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 68,
                    },
                    end: Position {
                     line: 38,
                     column: 81,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 38,
             column: 21,
            },
            end: Position {
             line: 38,
             column: 84,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cliOptionsPerConfig",
            span: Span {
             start: Position {
              line: 39,
              column: 3,
             },
             end: Position {
              line: 39,
              column: 22,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "s3",
                 span: Span {
                  start: Position {
                   line: 40,
                   column: 5,
                  },
                  end: Position {
                   line: 40,
                   column: 7,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "s3config",
                      span: Span {
                       start: Position {
                        line: 41,
                        column: 7,
                       },
                       end: Position {
                        line: 41,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: String(
                    String_ {
                     parts: [
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 41,
                              column: 21,
                             },
                             end: Position {
                              line: 41,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "s3Config",
                             span: Span {
                              start: Position {
                               line: 41,
                               column: 25,
                              },
                              end: Position {
                               line: 41,
                               column: 33,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "bucketName",
                             span: Span {
                              start: Position {
                               line: 41,
                               column: 34,
                              },
                              end: Position {
                               line: 41,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: ":",
                        span: Span {
                         start: Position {
                          line: 41,
                          column: 19,
                         },
                         end: Position {
                          line: 41,
                          column: 46,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 41,
                              column: 48,
                             },
                             end: Position {
                              line: 41,
                              column: 51,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "s3Config",
                             span: Span {
                              start: Position {
                               line: 41,
                               column: 52,
                              },
                              end: Position {
                               line: 41,
                               column: 60,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "objectKey",
                             span: Span {
                              start: Position {
                               line: 41,
                               column: 61,
                              },
                              end: Position {
                               line: 41,
                               column: 70,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 41,
                       column: 18,
                      },
                      end: Position {
                       line: 41,
                       column: 72,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "s3configprefix",
                      span: Span {
                       start: Position {
                        line: 42,
                        column: 7,
                       },
                       end: Position {
                        line: 42,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 42,
                         column: 24,
                        },
                        end: Position {
                         line: 42,
                         column: 27,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "s3Config",
                        span: Span {
                         start: Position {
                          line: 42,
                          column: 28,
                         },
                         end: Position {
                          line: 42,
                          column: 36,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "configPrefix",
                        span: Span {
                         start: Position {
                          line: 42,
                          column: 37,
                         },
                         end: Position {
                          line: 42,
                          column: 49,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 40,
                  column: 10,
                 },
                 end: Position {
                  line: 43,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "zookeeper",
                 span: Span {
                  start: Position {
                   line: 44,
                   column: 5,
                  },
                  end: Position {
                   line: 44,
                   column: 14,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "zkconfigconnect",
                      span: Span {
                       start: Position {
                        line: 45,
                        column: 7,
                       },
                       end: Position {
                        line: 45,
                        column: 22,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "concatStringsSep",
                       span: Span {
                        start: Position {
                         line: 45,
                         column: 25,
                        },
                        end: Position {
                         line: 45,
                         column: 41,
                        },
                       },
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: ",",
                           span: Span {
                            start: Position {
                             line: 45,
                             column: 43,
                            },
                            end: Position {
                             line: 45,
                             column: 44,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 45,
                          column: 42,
                         },
                         end: Position {
                          line: 45,
                          column: 45,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 45,
                            column: 46,
                           },
                           end: Position {
                            line: 45,
                            column: 49,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "zkConfigConnect",
                           span: Span {
                            start: Position {
                             line: 45,
                             column: 50,
                            },
                            end: Position {
                             line: 45,
                             column: 65,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "zkconfigexhibitorpath",
                      span: Span {
                       start: Position {
                        line: 46,
                        column: 7,
                       },
                       end: Position {
                        line: 46,
                        column: 28,
                       },
                      },
                     },
                    ),
                   ],
                   to: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 46,
                         column: 31,
                        },
                        end: Position {
                         line: 46,
                         column: 34,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "zkConfigExhibitorPath",
                        span: Span {
                         start: Position {
                          line: 46,
                          column: 35,
                         },
                         end: Position {
                          line: 46,
                          column: 56,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "zkconfigpollms",
                      span: Span {
                       start: Position {
                        line: 47,
                        column: 7,
                       },
                       end: Position {
                        line: 47,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "toString",
                       span: Span {
                        start: Position {
                         line: 47,
                         column: 24,
                        },
                        end: Position {
                         line: 47,
                         column: 32,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 33,
                           },
                           end: Position {
                            line: 47,
                            column: 36,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "zkConfigPollMs",
                           span: Span {
                            start: Position {
                             line: 47,
                             column: 37,
                            },
                            end: Position {
                             line: 47,
                             column: 51,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "zkconfigretry",
                      span: Span {
                       start: Position {
                        line: 48,
                        column: 7,
                       },
                       end: Position {
                        line: 48,
                        column: 20,
                       },
                      },
                     },
                    ),
                   ],
                   to: String(
                    String_ {
                     parts: [
                      Interpolation(
                       PartInterpolation {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "toString",
                            span: Span {
                             start: Position {
                              line: 48,
                              column: 26,
                             },
                             end: Position {
                              line: 48,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 48,
                                 column: 35,
                                },
                                end: Position {
                                 line: 48,
                                 column: 38,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "zkConfigRetry",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 39,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 52,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "sleepMs",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 53,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 60,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: ":",
                        span: Span {
                         start: Position {
                          line: 48,
                          column: 24,
                         },
                         end: Position {
                          line: 48,
                          column: 62,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "toString",
                            span: Span {
                             start: Position {
                              line: 48,
                              column: 64,
                             },
                             end: Position {
                              line: 48,
                              column: 72,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 48,
                                 column: 73,
                                },
                                end: Position {
                                 line: 48,
                                 column: 76,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "zkConfigRetry",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 77,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 90,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "retryQuantity",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 91,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 104,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 48,
                       column: 23,
                      },
                      end: Position {
                       line: 48,
                       column: 106,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "zkconfigzpath",
                      span: Span {
                       start: Position {
                        line: 49,
                        column: 7,
                       },
                       end: Position {
                        line: 49,
                        column: 20,
                       },
                      },
                     },
                    ),
                   ],
                   to: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 49,
                         column: 23,
                        },
                        end: Position {
                         line: 49,
                         column: 26,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "zkConfigZPath",
                        span: Span {
                         start: Position {
                          line: 49,
                          column: 27,
                         },
                         end: Position {
                          line: 49,
                          column: 40,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "zkconfigexhibitorport",
                      span: Span {
                       start: Position {
                        line: 50,
                        column: 7,
                       },
                       end: Position {
                        line: 50,
                        column: 28,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "toString",
                       span: Span {
                        start: Position {
                         line: 50,
                         column: 31,
                        },
                        end: Position {
                         line: 50,
                         column: 39,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 50,
                            column: 40,
                           },
                           end: Position {
                            line: 50,
                            column: 43,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "zkConfigExhibitorPort",
                           span: Span {
                            start: Position {
                             line: 50,
                             column: 44,
                            },
                            end: Position {
                             line: 50,
                             column: 65,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 44,
                  column: 17,
                 },
                 end: Position {
                  line: 51,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "file",
                 span: Span {
                  start: Position {
                   line: 52,
                   column: 5,
                  },
                  end: Position {
                   line: 52,
                   column: 9,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "fsconfigdir",
                      span: Span {
                       start: Position {
                        line: 53,
                        column: 7,
                       },
                       end: Position {
                        line: 53,
                        column: 18,
                       },
                      },
                     },
                    ),
                   ],
                   to: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 53,
                         column: 21,
                        },
                        end: Position {
                         line: 53,
                         column: 24,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "fsConfigDir",
                        span: Span {
                         start: Position {
                          line: 53,
                          column: 25,
                         },
                         end: Position {
                          line: 53,
                          column: 36,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "fsconfiglockprefix",
                      span: Span {
                       start: Position {
                        line: 54,
                        column: 7,
                       },
                       end: Position {
                        line: 54,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   to: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 54,
                         column: 28,
                        },
                        end: Position {
                         line: 54,
                         column: 31,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "fsConfigLockPrefix",
                        span: Span {
                         start: Position {
                          line: 54,
                          column: 32,
                         },
                         end: Position {
                          line: 54,
                          column: 50,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "fsConfigName",
                      span: Span {
                       start: Position {
                        line: 55,
                        column: 7,
                       },
                       end: Position {
                        line: 55,
                        column: 19,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "fsConfigName",
                     span: Span {
                      start: Position {
                       line: 55,
                       column: 22,
                      },
                      end: Position {
                       line: 55,
                       column: 34,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 52,
                  column: 12,
                 },
                 end: Position {
                  line: 56,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "none",
                 span: Span {
                  start: Position {
                   line: 57,
                   column: 5,
                  },
                  end: Position {
                   line: 57,
                   column: 9,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "noneconfigdir",
                      span: Span {
                       start: Position {
                        line: 58,
                        column: 7,
                       },
                       end: Position {
                        line: 58,
                        column: 20,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "configDir",
                     span: Span {
                      start: Position {
                       line: 58,
                       column: 23,
                      },
                      end: Position {
                       line: 58,
                       column: 32,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 57,
                  column: 12,
                 },
                 end: Position {
                  line: 59,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 39,
             column: 25,
            },
            end: Position {
             line: 60,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cliOptions",
            span: Span {
             start: Position {
              line: 61,
              column: 3,
             },
             end: Position {
              line: 61,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "concatStringsSep",
             span: Span {
              start: Position {
               line: 61,
               column: 16,
              },
              end: Position {
               line: 61,
               column: 32,
              },
             },
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: " ",
                 span: Span {
                  start: Position {
                   line: 61,
                   column: 34,
                  },
                  end: Position {
                   line: 61,
                   column: 35,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 61,
                column: 33,
               },
               end: Position {
                line: 61,
                column: 36,
               },
              },
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "mapAttrsToList",
                span: Span {
                 start: Position {
                  line: 61,
                  column: 38,
                 },
                 end: Position {
                  line: 61,
                  column: 52,
                 },
                },
               },
              ),
              arguments: [
               Function(
                Function {
                 head: Simple(
                  FunctionHeadSimple {
                   identifier: "k",
                  },
                 ),
                 body: Function(
                  Function {
                   head: Simple(
                    FunctionHeadSimple {
                     identifier: "v",
                    },
                   ),
                   body: String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "--",
                        span: Span {
                         start: Position {
                          line: 61,
                          column: 61,
                         },
                         end: Position {
                          line: 61,
                          column: 67,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: Identifier(
                         Identifier {
                          id: "k",
                          span: Span {
                           start: Position {
                            line: 61,
                            column: 65,
                           },
                           end: Position {
                            line: 61,
                            column: 66,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: " ",
                        span: Span {
                         start: Position {
                          line: 61,
                          column: 61,
                         },
                         end: Position {
                          line: 61,
                          column: 68,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: Identifier(
                         Identifier {
                          id: "v",
                          span: Span {
                           start: Position {
                            line: 61,
                            column: 70,
                           },
                           end: Position {
                            line: 61,
                            column: 71,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 61,
                       column: 60,
                      },
                      end: Position {
                       line: 61,
                       column: 73,
                      },
                     },
                    },
                   ),
                   span: Span {
                    start: Position {
                     line: 61,
                     column: 57,
                    },
                    end: Position {
                     line: 61,
                     column: 73,
                    },
                   },
                  },
                 ),
                 span: Span {
                  start: Position {
                   line: 61,
                   column: 54,
                  },
                  end: Position {
                   line: 61,
                   column: 73,
                  },
                 },
                },
               ),
               FunctionApplication(
                FunctionApplication {
                 function: Identifier(
                  Identifier {
                   id: "filterAttrs",
                   span: Span {
                    start: Position {
                     line: 61,
                     column: 76,
                    },
                    end: Position {
                     line: 61,
                     column: 87,
                    },
                   },
                  },
                 ),
                 arguments: [
                  Function(
                   Function {
                    head: Simple(
                     FunctionHeadSimple {
                      identifier: "k",
                     },
                    ),
                    body: Function(
                     Function {
                      head: Simple(
                       FunctionHeadSimple {
                        identifier: "v",
                       },
                      ),
                      body: BinaryOperation(
                       BinaryOperation {
                        left: BinaryOperation(
                         BinaryOperation {
                          left: Identifier(
                           Identifier {
                            id: "v",
                            span: Span {
                             start: Position {
                              line: 61,
                              column: 95,
                             },
                             end: Position {
                              line: 61,
                              column: 96,
                             },
                            },
                           },
                          ),
                          operator: NotEqualTo,
                          right: Identifier(
                           Identifier {
                            id: "null",
                            span: Span {
                             start: Position {
                              line: 61,
                              column: 100,
                             },
                             end: Position {
                              line: 61,
                              column: 104,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        operator: LogicalAnd,
                        right: BinaryOperation(
                         BinaryOperation {
                          left: Identifier(
                           Identifier {
                            id: "v",
                            span: Span {
                             start: Position {
                              line: 61,
                              column: 108,
                             },
                             end: Position {
                              line: 61,
                              column: 109,
                             },
                            },
                           },
                          ),
                          operator: NotEqualTo,
                          right: String(
                           String_ {
                            parts: [],
                            span: Span {
                             start: Position {
                              line: 61,
                              column: 113,
                             },
                             end: Position {
                              line: 61,
                              column: 115,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       },
                      ),
                      span: Span {
                       start: Position {
                        line: 61,
                        column: 92,
                       },
                       end: Position {
                        line: 61,
                        column: 115,
                       },
                      },
                     },
                    ),
                    span: Span {
                     start: Position {
                      line: 61,
                      column: 89,
                     },
                     end: Position {
                      line: 61,
                      column: 115,
                     },
                    },
                   },
                  ),
                  BinaryOperation(
                   BinaryOperation {
                    left: Identifier(
                     Identifier {
                      id: "cliOptionsCommon",
                      span: Span {
                       start: Position {
                        line: 61,
                        column: 118,
                       },
                       end: Position {
                        line: 61,
                        column: 134,
                       },
                      },
                     },
                    ),
                    operator: Update,
                    right: BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cliOptionsPerConfig",
                          span: Span {
                           start: Position {
                            line: 62,
                            column: 16,
                           },
                           end: Position {
                            line: 62,
                            column: 35,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 38,
                                },
                                end: Position {
                                 line: 62,
                                 column: 41,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "configType",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 42,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 52,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: Update,
                      right: BinaryOperation(
                       BinaryOperation {
                        left: Identifier(
                         Identifier {
                          id: "s3CommonOptions",
                          span: Span {
                           start: Position {
                            line: 63,
                            column: 16,
                           },
                           end: Position {
                            line: 63,
                            column: 31,
                           },
                          },
                         },
                        ),
                        operator: Update,
                        right: BinaryOperation(
                         BinaryOperation {
                          left: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalAttrs",
                              span: Span {
                               start: Position {
                                line: 64,
                                column: 16,
                               },
                               end: Position {
                                line: 64,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 64,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 64,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "s3Backup",
                                  span: Span {
                                   start: Position {
                                    line: 64,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 64,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "s3backup",
                                     span: Span {
                                      start: Position {
                                       line: 64,
                                       column: 45,
                                      },
                                      end: Position {
                                       line: 64,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "true",
                                       span: Span {
                                        start: Position {
                                         line: 64,
                                         column: 57,
                                        },
                                        end: Position {
                                         line: 64,
                                         column: 61,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 64,
                                      column: 56,
                                     },
                                     end: Position {
                                      line: 64,
                                      column: 62,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 64,
                                 column: 43,
                                },
                                end: Position {
                                 line: 64,
                                 column: 65,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          operator: Update,
                          right: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalAttrs",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 16,
                               },
                               end: Position {
                                line: 65,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 65,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 65,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "fileSystemBackup",
                                  span: Span {
                                   start: Position {
                                    line: 65,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 65,
                                    column: 50,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "filesystembackup",
                                     span: Span {
                                      start: Position {
                                       line: 65,
                                       column: 53,
                                      },
                                      end: Position {
                                       line: 65,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "true",
                                       span: Span {
                                        start: Position {
                                         line: 65,
                                         column: 73,
                                        },
                                        end: Position {
                                         line: 65,
                                         column: 77,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 65,
                                      column: 72,
                                     },
                                     end: Position {
                                      line: 65,
                                      column: 78,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 65,
                                 column: 51,
                                },
                                end: Position {
                                 line: 65,
                                 column: 81,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       },
                      ),
                     },
                    ),
                   },
                  ),
                 ],
                },
               ),
              ],
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 69,
                column: 3,
               },
               end: Position {
                line: 69,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 70,
                     column: 5,
                    },
                    end: Position {
                     line: 70,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "exhibitor",
                   span: Span {
                    start: Position {
                     line: 70,
                     column: 14,
                    },
                    end: Position {
                     line: 70,
                     column: 23,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 7,
                         },
                         end: Position {
                          line: 71,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 71,
                           column: 16,
                          },
                          end: Position {
                           line: 71,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 72,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 72,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 72,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 73,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 73,
                                 column: 19,
                                },
                                end: Position {
                                 line: 73,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 74,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 74,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 74,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 74,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 74,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable the exhibitor server.\n",
                                     span: Span {
                                      start: Position {
                                       line: 75,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 74,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 76,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 71,
                            column: 25,
                           },
                           end: Position {
                            line: 77,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "port",
                        span: Span {
                         start: Position {
                          line: 80,
                          column: 7,
                         },
                         end: Position {
                          line: 80,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 80,
                           column: 14,
                          },
                          end: Position {
                           line: 80,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 81,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 81,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 81,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 81,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "8080",
                               span: Span {
                                start: Position {
                                 line: 82,
                                 column: 19,
                                },
                                end: Position {
                                 line: 82,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 83,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 83,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 83,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 83,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The port for exhibitor to listen on and communicate with other exhibitors.\n",
                                     span: Span {
                                      start: Position {
                                       line: 84,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 85,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 83,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 85,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 80,
                            column: 23,
                           },
                           end: Position {
                            line: 86,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "baseDir",
                        span: Span {
                         start: Position {
                          line: 87,
                          column: 7,
                         },
                         end: Position {
                          line: 87,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 87,
                           column: 17,
                          },
                          end: Position {
                           line: 87,
                           column: 25,
                          },
                         },
                        },
                       ),
                       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: 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: "str",
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           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: [
                                Raw(
                                 PartRaw {
                                  content: "/var/exhibitor",
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 89,
                                 column: 19,
                                },
                                end: Position {
                                 line: 89,
                                 column: 35,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 90,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 90,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 90,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 90,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 90,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 90,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Baseline directory for exhibitor runtime config.\n",
                                     span: Span {
                                      start: Position {
                                       line: 91,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 92,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 90,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 87,
                            column: 26,
                           },
                           end: Position {
                            line: 93,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "configType",
                        span: Span {
                         start: Position {
                          line: 94,
                          column: 7,
                         },
                         end: Position {
                          line: 94,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 20,
                          },
                          end: Position {
                           line: 94,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 95,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 95,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 95,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 95,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 95,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "file",
                                        span: Span {
                                         start: Position {
                                          line: 95,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 95,
                                          column: 34,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "s3",
                                        span: Span {
                                         start: Position {
                                          line: 95,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 95,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "zookeeper",
                                        span: Span {
                                         start: Position {
                                          line: 95,
                                          column: 42,
                                         },
                                         end: Position {
                                          line: 95,
                                          column: 51,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 41,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "none",
                                        span: Span {
                                         start: Position {
                                          line: 95,
                                          column: 54,
                                         },
                                         end: Position {
                                          line: 95,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 53,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 95,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 95,
                                    column: 61,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 96,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 96,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 96,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 96,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Which configuration type you want to use. Additional config will be\nrequired depending on which type you are using.\n",
                                     span: Span {
                                      start: Position {
                                       line: 97,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 99,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 96,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 99,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 94,
                            column: 29,
                           },
                           end: Position {
                            line: 100,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "hostname",
                        span: Span {
                         start: Position {
                          line: 101,
                          column: 7,
                         },
                         end: Position {
                          line: 101,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 101,
                           column: 18,
                          },
                          end: Position {
                           line: 101,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 102,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 102,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 102,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 102,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 102,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 102,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 102,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 102,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 103,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 103,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 103,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 103,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 103,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 103,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Hostname to use and advertise\n",
                                     span: Span {
                                      start: Position {
                                       line: 104,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 105,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 103,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 105,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 106,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 106,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 106,
                                 column: 19,
                                },
                                end: Position {
                                 line: 106,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 101,
                            column: 27,
                           },
                           end: Position {
                            line: 107,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "nodeModification",
                        span: Span {
                         start: Position {
                          line: 108,
                          column: 7,
                         },
                         end: Position {
                          line: 108,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 108,
                           column: 26,
                          },
                          end: Position {
                           line: 108,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 109,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 109,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 109,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 109,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 109,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 109,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 110,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 110,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 110,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 110,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 110,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether the Explorer UI will allow nodes to be modified (use with caution).\n",
                                     span: Span {
                                      start: Position {
                                       line: 111,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 112,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 112,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 113,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 113,
                                 column: 19,
                                },
                                end: Position {
                                 line: 113,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 108,
                            column: 35,
                           },
                           end: Position {
                            line: 114,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "configCheckMs",
                        span: Span {
                         start: Position {
                          line: 115,
                          column: 7,
                         },
                         end: Position {
                          line: 115,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 115,
                           column: 23,
                          },
                          end: Position {
                           line: 115,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 116,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 116,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 116,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 116,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 117,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 117,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 117,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 117,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Period (ms) to check for shared config updates.\n",
                                     span: Span {
                                      start: Position {
                                       line: 118,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 119,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 117,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 119,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 120,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 120,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "30000",
                               span: Span {
                                start: Position {
                                 line: 120,
                                 column: 19,
                                },
                                end: Position {
                                 line: 120,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 115,
                            column: 32,
                           },
                           end: Position {
                            line: 121,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "headingText",
                        span: Span {
                         start: Position {
                          line: 122,
                          column: 7,
                         },
                         end: Position {
                          line: 122,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 122,
                           column: 21,
                          },
                          end: Position {
                           line: 122,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 123,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 123,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 123,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 123,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 123,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 123,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 123,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 123,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 124,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 124,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 124,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 124,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra text to display in UI header\n",
                                     span: Span {
                                      start: Position {
                                       line: 125,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 126,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 124,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 126,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 127,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 127,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 127,
                                 column: 19,
                                },
                                end: Position {
                                 line: 127,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 122,
                            column: 30,
                           },
                           end: Position {
                            line: 128,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "jqueryStyle",
                        span: Span {
                         start: Position {
                          line: 129,
                          column: 7,
                         },
                         end: Position {
                          line: 129,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 129,
                           column: 21,
                          },
                          end: Position {
                           line: 129,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 130,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 130,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 130,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 130,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 130,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 130,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "red",
                                        span: Span {
                                         start: Position {
                                          line: 130,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 130,
                                          column: 33,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 130,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 130,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "black",
                                        span: Span {
                                         start: Position {
                                          line: 130,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 130,
                                          column: 41,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 130,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 130,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "custom",
                                        span: Span {
                                         start: Position {
                                          line: 130,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 130,
                                          column: 50,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 130,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 130,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 130,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 130,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 131,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 131,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 131,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 131,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 131,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 131,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Styling used for the JQuery-based UI.\n",
                                     span: Span {
                                      start: Position {
                                       line: 132,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 133,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 131,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 133,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 134,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 134,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "red",
                                  span: Span {
                                   start: Position {
                                    line: 134,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 134,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 134,
                                 column: 19,
                                },
                                end: Position {
                                 line: 134,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 129,
                            column: 30,
                           },
                           end: Position {
                            line: 135,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logLines",
                        span: Span {
                         start: Position {
                          line: 136,
                          column: 7,
                         },
                         end: Position {
                          line: 136,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 136,
                           column: 18,
                          },
                          end: Position {
                           line: 136,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 137,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 137,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 137,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 137,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 138,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 138,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 138,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 138,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 138,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 138,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Max lines of logging to keep in memory for display.\n",
                                     span: Span {
                                      start: Position {
                                       line: 139,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 140,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 138,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 140,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "1000",
                               span: Span {
                                start: Position {
                                 line: 141,
                                 column: 19,
                                },
                                end: Position {
                                 line: 141,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 136,
                            column: 27,
                           },
                           end: Position {
                            line: 142,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "servo",
                        span: Span {
                         start: Position {
                          line: 143,
                          column: 7,
                         },
                         end: Position {
                          line: 143,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 143,
                           column: 15,
                          },
                          end: Position {
                           line: 143,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 144,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 144,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 144,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 144,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 144,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 144,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 145,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 145,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 145,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 145,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 145,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 145,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "ZooKeeper will be queried once a minute for its state via the 'mntr' four\nletter word (this requires ZooKeeper 3.4.x+). Servo will be used to publish\nthis data via JMX.\n",
                                     span: Span {
                                      start: Position {
                                       line: 146,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 149,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 145,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 149,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 150,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 150,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 150,
                                 column: 19,
                                },
                                end: Position {
                                 line: 150,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 24,
                           },
                           end: Position {
                            line: 151,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "timeout",
                        span: Span {
                         start: Position {
                          line: 152,
                          column: 7,
                         },
                         end: Position {
                          line: 152,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 152,
                           column: 17,
                          },
                          end: Position {
                           line: 152,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 153,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 153,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 153,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 153,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 154,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 154,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 154,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 154,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Connection timeout (ms) for ZK connections.\n",
                                     span: Span {
                                      start: Position {
                                       line: 155,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 156,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 154,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 156,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 157,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 157,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "30000",
                               span: Span {
                                start: Position {
                                 line: 157,
                                 column: 19,
                                },
                                end: Position {
                                 line: 157,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 152,
                            column: 26,
                           },
                           end: Position {
                            line: 158,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "autoManageInstances",
                        span: Span {
                         start: Position {
                          line: 159,
                          column: 7,
                         },
                         end: Position {
                          line: 159,
                          column: 26,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 159,
                           column: 29,
                          },
                          end: Position {
                           line: 159,
                           column: 37,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 160,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 160,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 160,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 160,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 160,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 160,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 161,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 161,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 161,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 161,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 161,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 161,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Automatically manage ZooKeeper instances in the ensemble\n",
                                     span: Span {
                                      start: Position {
                                       line: 162,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 163,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 163,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 164,
                                 column: 19,
                                },
                                end: Position {
                                 line: 164,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 159,
                            column: 38,
                           },
                           end: Position {
                            line: 165,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkDataDir",
                        span: Span {
                         start: Position {
                          line: 166,
                          column: 7,
                         },
                         end: Position {
                          line: 166,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 166,
                           column: 19,
                          },
                          end: Position {
                           line: 166,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 167,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 167,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 167,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 167,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 167,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 167,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 168,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 168,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 168,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 168,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "baseDir",
                                       span: Span {
                                        start: Position {
                                         line: 168,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 168,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/zkData",
                                  span: Span {
                                   start: Position {
                                    line: 168,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 168,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 168,
                                 column: 19,
                                },
                                end: Position {
                                 line: 168,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 169,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 169,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 169,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 169,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "\"",
                                     span: Span {
                                      start: Position {
                                       line: 169,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 169,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "$",
                                     span: Span {
                                      start: Position {
                                       line: 169,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 169,
                                       column: 47,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "{config.",
                                     span: Span {
                                      start: Position {
                                       line: 169,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 169,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 169,
                                           column: 57,
                                          },
                                          end: Position {
                                           line: 169,
                                           column: 60,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "baseDir",
                                          span: Span {
                                           start: Position {
                                            line: 169,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 169,
                                            column: 68,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "}/zkData\"",
                                     span: Span {
                                      start: Position {
                                       line: 169,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 169,
                                       column: 78,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 169,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 169,
                                    column: 80,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 170,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 170,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 170,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 170,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 170,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The Zookeeper data directory\n",
                                     span: Span {
                                      start: Position {
                                       line: 171,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 172,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 170,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 172,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 166,
                            column: 28,
                           },
                           end: Position {
                            line: 173,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkLogDir",
                        span: Span {
                         start: Position {
                          line: 174,
                          column: 7,
                         },
                         end: Position {
                          line: 174,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 174,
                           column: 18,
                          },
                          end: Position {
                           line: 174,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 175,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 175,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 175,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 175,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 175,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 175,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 176,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 176,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 176,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 176,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "baseDir",
                                       span: Span {
                                        start: Position {
                                         line: 176,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 176,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/zkLogs",
                                  span: Span {
                                   start: Position {
                                    line: 176,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 176,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 176,
                                 column: 19,
                                },
                                end: Position {
                                 line: 176,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 177,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 177,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 177,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 177,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "\"",
                                     span: Span {
                                      start: Position {
                                       line: 177,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 177,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "$",
                                     span: Span {
                                      start: Position {
                                       line: 177,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 177,
                                       column: 47,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "{config.",
                                     span: Span {
                                      start: Position {
                                       line: 177,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 177,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 177,
                                           column: 57,
                                          },
                                          end: Position {
                                           line: 177,
                                           column: 60,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "baseDir",
                                          span: Span {
                                           start: Position {
                                            line: 177,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 177,
                                            column: 68,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "}/zkLogs\"",
                                     span: Span {
                                      start: Position {
                                       line: 177,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 177,
                                       column: 78,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 177,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 177,
                                    column: 80,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 178,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 178,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 178,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 178,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 178,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 178,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The Zookeeper logs directory\n",
                                     span: Span {
                                      start: Position {
                                       line: 179,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 180,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 178,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 180,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 174,
                            column: 27,
                           },
                           end: Position {
                            line: 181,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConf",
                        span: Span {
                         start: Position {
                          line: 182,
                          column: 7,
                         },
                         end: Position {
                          line: 182,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 182,
                           column: 19,
                          },
                          end: Position {
                           line: 182,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 183,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 183,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 183,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 183,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 183,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 183,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 184,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 184,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 184,
                                 column: 19,
                                },
                                end: Position {
                                 line: 184,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 185,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 185,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 185,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 185,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 185,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 185,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra Exhibitor configuration to put in the ZooKeeper config file.\n",
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 187,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 185,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 187,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 182,
                            column: 28,
                           },
                           end: Position {
                            line: 188,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkExtraCfg",
                        span: Span {
                         start: Position {
                          line: 189,
                          column: 7,
                         },
                         end: Position {
                          line: 189,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 189,
                           column: 20,
                          },
                          end: Position {
                           line: 189,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 190,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 190,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 190,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 190,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 190,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 190,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 191,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 191,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "initLimit=5&syncLimit=2&tickTime=2000",
                                  span: Span {
                                   start: Position {
                                    line: 191,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 191,
                                    column: 57,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 191,
                                 column: 19,
                                },
                                end: Position {
                                 line: 191,
                                 column: 58,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 192,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 192,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 192,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 192,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 192,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 192,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra options to pass into Zookeeper\n",
                                     span: Span {
                                      start: Position {
                                       line: 193,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 194,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 192,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 194,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 189,
                            column: 29,
                           },
                           end: Position {
                            line: 195,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkClientPort",
                        span: Span {
                         start: Position {
                          line: 196,
                          column: 7,
                         },
                         end: Position {
                          line: 196,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 196,
                           column: 22,
                          },
                          end: Position {
                           line: 196,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 197,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 197,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 197,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 197,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 197,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 197,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 198,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 198,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "2181",
                               span: Span {
                                start: Position {
                                 line: 198,
                                 column: 19,
                                },
                                end: Position {
                                 line: 198,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 199,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 199,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 199,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 199,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 199,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 199,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Zookeeper client port\n",
                                     span: Span {
                                      start: Position {
                                       line: 200,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 201,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 199,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 201,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 196,
                            column: 31,
                           },
                           end: Position {
                            line: 202,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkConnectPort",
                        span: Span {
                         start: Position {
                          line: 203,
                          column: 7,
                         },
                         end: Position {
                          line: 203,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 203,
                           column: 23,
                          },
                          end: Position {
                           line: 203,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 204,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 204,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 204,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 204,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 204,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 204,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 205,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 205,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "2888",
                               span: Span {
                                start: Position {
                                 line: 205,
                                 column: 19,
                                },
                                end: Position {
                                 line: 205,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 206,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 206,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 206,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 206,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 206,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 206,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The port to use for followers to talk to each other.\n",
                                     span: Span {
                                      start: Position {
                                       line: 207,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 208,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 206,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 208,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 203,
                            column: 32,
                           },
                           end: Position {
                            line: 209,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkElectionPort",
                        span: Span {
                         start: Position {
                          line: 210,
                          column: 7,
                         },
                         end: Position {
                          line: 210,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 210,
                           column: 24,
                          },
                          end: Position {
                           line: 210,
                           column: 32,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 211,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 211,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 211,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 211,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 211,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 211,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 212,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 212,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "3888",
                               span: Span {
                                start: Position {
                                 line: 212,
                                 column: 19,
                                },
                                end: Position {
                                 line: 212,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 213,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 213,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 213,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 213,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 213,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 213,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The port for Zookeepers to use for leader election.\n",
                                     span: Span {
                                      start: Position {
                                       line: 214,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 215,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 213,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 215,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 210,
                            column: 33,
                           },
                           end: Position {
                            line: 216,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkCleanupPeriod",
                        span: Span {
                         start: Position {
                          line: 217,
                          column: 7,
                         },
                         end: Position {
                          line: 217,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 217,
                           column: 25,
                          },
                          end: Position {
                           line: 217,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 218,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 218,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 218,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 218,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 218,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 218,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 219,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 219,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "0",
                               span: Span {
                                start: Position {
                                 line: 219,
                                 column: 19,
                                },
                                end: Position {
                                 line: 219,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 220,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 220,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 220,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 220,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 220,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 220,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "How often (in milliseconds) to run the Zookeeper log cleanup task.\n",
                                     span: Span {
                                      start: Position {
                                       line: 221,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 222,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 220,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 222,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 217,
                            column: 34,
                           },
                           end: Position {
                            line: 223,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkServersSpec",
                        span: Span {
                         start: Position {
                          line: 224,
                          column: 7,
                         },
                         end: Position {
                          line: 224,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 224,
                           column: 23,
                          },
                          end: Position {
                           line: 224,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 225,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 225,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 225,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 225,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 225,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 225,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 225,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 225,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 225,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 225,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 226,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 226,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 226,
                                 column: 19,
                                },
                                end: Position {
                                 line: 226,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 227,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 227,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 227,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 227,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 227,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 227,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Zookeeper server spec for all servers in the ensemble.\n",
                                     span: Span {
                                      start: Position {
                                       line: 228,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 229,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 227,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 229,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 230,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 230,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "S:1:zk1.example.com",
                                     span: Span {
                                      start: Position {
                                       line: 230,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 230,
                                       column: 41,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 230,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 230,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "S:2:zk2.example.com",
                                     span: Span {
                                      start: Position {
                                       line: 230,
                                       column: 44,
                                      },
                                      end: Position {
                                       line: 230,
                                       column: 63,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 230,
                                    column: 43,
                                   },
                                   end: Position {
                                    line: 230,
                                    column: 64,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "S:3:zk3.example.com",
                                     span: Span {
                                      start: Position {
                                       line: 230,
                                       column: 66,
                                      },
                                      end: Position {
                                       line: 230,
                                       column: 85,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 230,
                                    column: 65,
                                   },
                                   end: Position {
                                    line: 230,
                                    column: 86,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "O:4:zk-observer.example.com",
                                     span: Span {
                                      start: Position {
                                       line: 230,
                                       column: 88,
                                      },
                                      end: Position {
                                       line: 230,
                                       column: 115,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 230,
                                    column: 87,
                                   },
                                   end: Position {
                                    line: 230,
                                    column: 116,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 230,
                                 column: 19,
                                },
                                end: Position {
                                 line: 230,
                                 column: 118,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 224,
                            column: 32,
                           },
                           end: Position {
                            line: 231,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "s3Backup",
                        span: Span {
                         start: Position {
                          line: 234,
                          column: 7,
                         },
                         end: Position {
                          line: 234,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 234,
                           column: 18,
                          },
                          end: Position {
                           line: 234,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 235,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 235,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 235,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 235,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 235,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 235,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 236,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 236,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 236,
                                 column: 19,
                                },
                                end: Position {
                                 line: 236,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 237,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 237,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 237,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 237,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 237,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 237,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable backups to S3\n",
                                     span: Span {
                                      start: Position {
                                       line: 238,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 239,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 237,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 239,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 234,
                            column: 27,
                           },
                           end: Position {
                            line: 240,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "fileSystemBackup",
                        span: Span {
                         start: Position {
                          line: 241,
                          column: 7,
                         },
                         end: Position {
                          line: 241,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 241,
                           column: 26,
                          },
                          end: Position {
                           line: 241,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 242,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 242,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 242,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 242,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 242,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 242,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 243,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 243,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 243,
                                 column: 19,
                                },
                                end: Position {
                                 line: 243,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 244,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 244,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 244,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 244,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 244,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 244,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Enables file system backup of ZooKeeper log files\n",
                                     span: Span {
                                      start: Position {
                                       line: 245,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 246,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 244,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 246,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 241,
                            column: 35,
                           },
                           end: Position {
                            line: 247,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkConfigConnect",
                        span: Span {
                         start: Position {
                          line: 250,
                          column: 7,
                         },
                         end: Position {
                          line: 250,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 250,
                           column: 25,
                          },
                          end: Position {
                           line: 250,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 251,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 251,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 251,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 251,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 251,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 251,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 251,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 251,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 251,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 251,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 252,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 252,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 252,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 252,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 252,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 252,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The initial connection string for ZooKeeper shared config storage\n",
                                     span: Span {
                                      start: Position {
                                       line: 253,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 254,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 252,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 254,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 255,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 255,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "host1:2181",
                                     span: Span {
                                      start: Position {
                                       line: 255,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 255,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 255,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 255,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "host2:2181",
                                     span: Span {
                                      start: Position {
                                       line: 255,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 255,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 255,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 255,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 255,
                                 column: 19,
                                },
                                end: Position {
                                 line: 255,
                                 column: 46,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 250,
                            column: 34,
                           },
                           end: Position {
                            line: 256,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkConfigExhibitorPath",
                        span: Span {
                         start: Position {
                          line: 257,
                          column: 7,
                         },
                         end: Position {
                          line: 257,
                          column: 28,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 257,
                           column: 31,
                          },
                          end: Position {
                           line: 257,
                           column: 39,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 258,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 258,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 258,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 258,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 258,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 258,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 259,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 259,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 259,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 259,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 259,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 259,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "If the ZooKeeper shared config is also running Exhibitor, the URI path for the REST call\n",
                                     span: Span {
                                      start: Position {
                                       line: 260,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 261,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 259,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 261,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 262,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 262,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/",
                                  span: Span {
                                   start: Position {
                                    line: 262,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 262,
                                    column: 21,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 262,
                                 column: 19,
                                },
                                end: Position {
                                 line: 262,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 257,
                            column: 40,
                           },
                           end: Position {
                            line: 263,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkConfigExhibitorPort",
                        span: Span {
                         start: Position {
                          line: 264,
                          column: 7,
                         },
                         end: Position {
                          line: 264,
                          column: 28,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 264,
                           column: 31,
                          },
                          end: Position {
                           line: 264,
                           column: 39,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 265,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 265,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 265,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 265,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 265,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 265,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 265,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 265,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "int",
                                     span: Span {
                                      start: Position {
                                       line: 265,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 265,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 266,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 266,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 266,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 266,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 266,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 266,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "If the ZooKeeper shared config is also running Exhibitor, the port that\nExhibitor is listening on. IMPORTANT: if this value is not set it implies\nthat Exhibitor is not being used on the ZooKeeper shared config.\n",
                                     span: Span {
                                      start: Position {
                                       line: 267,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 270,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 266,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 270,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 264,
                            column: 40,
                           },
                           end: Position {
                            line: 271,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkConfigPollMs",
                        span: Span {
                         start: Position {
                          line: 272,
                          column: 7,
                         },
                         end: Position {
                          line: 272,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 272,
                           column: 24,
                          },
                          end: Position {
                           line: 272,
                           column: 32,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 273,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 273,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 273,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 273,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 273,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 273,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 274,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 274,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 274,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 274,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 274,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 274,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The period in ms to check for changes in the config ensemble\n",
                                     span: Span {
                                      start: Position {
                                       line: 275,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 276,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 274,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 276,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 277,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 277,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "10000",
                               span: Span {
                                start: Position {
                                 line: 277,
                                 column: 19,
                                },
                                end: Position {
                                 line: 277,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 272,
                            column: 33,
                           },
                           end: Position {
                            line: 278,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkConfigRetry",
                        span: Span {
                         start: Position {
                          line: 279,
                          column: 7,
                         },
                         end: Position {
                          line: 279,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "sleepMs",
                             span: Span {
                              start: Position {
                               line: 280,
                               column: 9,
                              },
                              end: Position {
                               line: 280,
                               column: 16,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 280,
                                column: 19,
                               },
                               end: Position {
                                line: 280,
                                column: 27,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 281,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 281,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 281,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 281,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "int",
                                       span: Span {
                                        start: Position {
                                         line: 281,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 281,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 282,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 282,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "1000",
                                    span: Span {
                                     start: Position {
                                      line: 282,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 282,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 283,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 283,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 283,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 283,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 283,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 283,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Retry sleep time connecting to the ZooKeeper config\n",
                                          span: Span {
                                           start: Position {
                                            line: 284,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 285,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 283,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 285,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 280,
                                 column: 28,
                                },
                                end: Position {
                                 line: 286,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "retryQuantity",
                             span: Span {
                              start: Position {
                               line: 287,
                               column: 9,
                              },
                              end: Position {
                               line: 287,
                               column: 22,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 287,
                                column: 25,
                               },
                               end: Position {
                                line: 287,
                                column: 33,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 288,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 288,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 288,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 288,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "int",
                                       span: Span {
                                        start: Position {
                                         line: 288,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 288,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 289,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 289,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "3",
                                    span: Span {
                                     start: Position {
                                      line: 289,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 289,
                                      column: 22,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 290,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 290,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 290,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 290,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 290,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 290,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Retries connecting to the ZooKeeper config\n",
                                          span: Span {
                                           start: Position {
                                            line: 291,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 292,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 290,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 292,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 287,
                                 column: 34,
                                },
                                end: Position {
                                 line: 293,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 279,
                         column: 23,
                        },
                        end: Position {
                         line: 294,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "zkConfigZPath",
                        span: Span {
                         start: Position {
                          line: 295,
                          column: 7,
                         },
                         end: Position {
                          line: 295,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 295,
                           column: 23,
                          },
                          end: Position {
                           line: 295,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 296,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 296,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 296,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 296,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 296,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 296,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 297,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 297,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 297,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 297,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 297,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 297,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The base ZPath that Exhibitor should use\n",
                                     span: Span {
                                      start: Position {
                                       line: 298,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 299,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 297,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 299,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 300,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 300,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/exhibitor/config",
                                  span: Span {
                                   start: Position {
                                    line: 300,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 300,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 300,
                                 column: 19,
                                },
                                end: Position {
                                 line: 300,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 295,
                            column: 32,
                           },
                           end: Position {
                            line: 301,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "s3Config",
                        span: Span {
                         start: Position {
                          line: 304,
                          column: 7,
                         },
                         end: Position {
                          line: 304,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "bucketName",
                             span: Span {
                              start: Position {
                               line: 305,
                               column: 9,
                              },
                              end: Position {
                               line: 305,
                               column: 19,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 305,
                                column: 22,
                               },
                               end: Position {
                                line: 305,
                                column: 30,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 306,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 306,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 306,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 306,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 306,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 306,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 307,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 307,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 307,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 307,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 307,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 307,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Bucket name to store config\n",
                                          span: Span {
                                           start: Position {
                                            line: 308,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 309,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 307,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 309,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 305,
                                 column: 31,
                                },
                                end: Position {
                                 line: 310,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "objectKey",
                             span: Span {
                              start: Position {
                               line: 311,
                               column: 9,
                              },
                              end: Position {
                               line: 311,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 311,
                                column: 21,
                               },
                               end: Position {
                                line: 311,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 312,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 312,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 312,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 312,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 312,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 312,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 313,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 313,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 313,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 313,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 313,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 313,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "S3 key name to store the config\n",
                                          span: Span {
                                           start: Position {
                                            line: 314,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 315,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 313,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 315,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 311,
                                 column: 30,
                                },
                                end: Position {
                                 line: 316,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "configPrefix",
                             span: Span {
                              start: Position {
                               line: 317,
                               column: 9,
                              },
                              end: Position {
                               line: 317,
                               column: 21,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 317,
                                column: 24,
                               },
                               end: Position {
                                line: 317,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 318,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 318,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 318,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 318,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 318,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 318,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 319,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 319,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 319,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 319,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 319,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 319,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "When using AWS S3 shared config files, the prefix to use for values such as locks\n",
                                          span: Span {
                                           start: Position {
                                            line: 320,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 321,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 319,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 321,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 322,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 322,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "exhibitor-",
                                       span: Span {
                                        start: Position {
                                         line: 322,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 322,
                                         column: 32,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 322,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 322,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 317,
                                 column: 33,
                                },
                                end: Position {
                                 line: 323,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 304,
                         column: 18,
                        },
                        end: Position {
                         line: 324,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "s3Credentials",
                        span: Span {
                         start: Position {
                          line: 327,
                          column: 7,
                         },
                         end: Position {
                          line: 327,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 327,
                           column: 23,
                          },
                          end: Position {
                           line: 327,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 328,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 328,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 328,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 328,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 328,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 328,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 328,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 328,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 328,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 328,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 329,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 329,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 329,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 329,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 329,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 329,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Optional credentials to use for s3backup or s3config. Argument is the path\nto an AWS credential properties file with two properties:\ncom.netflix.exhibitor.s3.access-key-id and com.netflix.exhibitor.s3.access-secret-key\n",
                                     span: Span {
                                      start: Position {
                                       line: 330,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 333,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 329,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 333,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 334,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 334,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 334,
                                 column: 19,
                                },
                                end: Position {
                                 line: 334,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 327,
                            column: 32,
                           },
                           end: Position {
                            line: 335,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "s3Region",
                        span: Span {
                         start: Position {
                          line: 336,
                          column: 7,
                         },
                         end: Position {
                          line: 336,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 336,
                           column: 18,
                          },
                          end: Position {
                           line: 336,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 337,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 337,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 337,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 337,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 337,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 337,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 337,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 337,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 337,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 337,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 338,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 338,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 338,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 338,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 338,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 338,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Optional region for S3 calls\n",
                                     span: Span {
                                      start: Position {
                                       line: 339,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 340,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 338,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 340,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 341,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 341,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 341,
                                 column: 19,
                                },
                                end: Position {
                                 line: 341,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 336,
                            column: 27,
                           },
                           end: Position {
                            line: 342,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "fsConfigDir",
                        span: Span {
                         start: Position {
                          line: 345,
                          column: 7,
                         },
                         end: Position {
                          line: 345,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 345,
                           column: 21,
                          },
                          end: Position {
                           line: 345,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 346,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 346,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 346,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 346,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 346,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 346,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 347,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 347,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 347,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 347,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 347,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 347,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Directory to store Exhibitor properties (cannot be used with s3config).\nExhibitor uses file system locks so you can specify a shared location\nso as to enable complete ensemble management.\n",
                                     span: Span {
                                      start: Position {
                                       line: 348,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 351,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 347,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 351,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 345,
                            column: 30,
                           },
                           end: Position {
                            line: 352,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "fsConfigLockPrefix",
                        span: Span {
                         start: Position {
                          line: 353,
                          column: 7,
                         },
                         end: Position {
                          line: 353,
                          column: 25,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 353,
                           column: 28,
                          },
                          end: Position {
                           line: 353,
                           column: 36,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 354,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 354,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 354,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 354,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 354,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 354,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 355,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 355,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 355,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 355,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 355,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 355,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "A prefix for a locking mechanism used in conjunction with fsconfigdir\n",
                                     span: Span {
                                      start: Position {
                                       line: 356,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 357,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 355,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 357,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 358,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 358,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "exhibitor-lock-",
                                  span: Span {
                                   start: Position {
                                    line: 358,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 358,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 358,
                                 column: 19,
                                },
                                end: Position {
                                 line: 358,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 353,
                            column: 37,
                           },
                           end: Position {
                            line: 359,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "fsConfigName",
                        span: Span {
                         start: Position {
                          line: 360,
                          column: 7,
                         },
                         end: Position {
                          line: 360,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 360,
                           column: 22,
                          },
                          end: Position {
                           line: 360,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 361,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 361,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 361,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 361,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 361,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 361,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 362,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 362,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 362,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 362,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 362,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 362,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The name of the file to store config in\n",
                                     span: Span {
                                      start: Position {
                                       line: 363,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 364,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 362,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 364,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 365,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 365,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "exhibitor.properties",
                                  span: Span {
                                   start: Position {
                                    line: 365,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 365,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 365,
                                 column: 19,
                                },
                                end: Position {
                                 line: 365,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 360,
                            column: 31,
                           },
                           end: Position {
                            line: 366,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 70,
                    column: 26,
                   },
                   end: Position {
                    line: 367,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 69,
               column: 13,
              },
              end: Position {
               line: 368,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 370,
                column: 3,
               },
               end: Position {
                line: 370,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 370,
                 column: 12,
                },
                end: Position {
                 line: 370,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 370,
                    column: 17,
                   },
                   end: Position {
                    line: 370,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 370,
                     column: 21,
                    },
                    end: Position {
                     line: 370,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 371,
                        column: 5,
                       },
                       end: Position {
                        line: 371,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 371,
                        column: 13,
                       },
                       end: Position {
                        line: 371,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "exhibitor",
                      span: Span {
                       start: Position {
                        line: 371,
                        column: 22,
                       },
                       end: Position {
                        line: 371,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 372,
                             column: 7,
                            },
                            end: Position {
                             line: 372,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Exhibitor Daemon",
                             span: Span {
                              start: Position {
                               line: 372,
                               column: 22,
                              },
                              end: Position {
                               line: 372,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 372,
                            column: 21,
                           },
                           end: Position {
                            line: 372,
                            column: 39,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 373,
                             column: 7,
                            },
                            end: Position {
                             line: 373,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 373,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 373,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 373,
                               column: 20,
                              },
                              end: Position {
                               line: 373,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 373,
                            column: 18,
                           },
                           end: Position {
                            line: 373,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 374,
                             column: 7,
                            },
                            end: Position {
                             line: 374,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 374,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 374,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 374,
                               column: 17,
                              },
                              end: Position {
                               line: 374,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 374,
                            column: 15,
                           },
                           end: Position {
                            line: 374,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "environment",
                           span: Span {
                            start: Position {
                             line: 375,
                             column: 7,
                            },
                            end: Position {
                             line: 375,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ZOO_LOG_DIR",
                                span: Span {
                                 start: Position {
                                  line: 376,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 376,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 376,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 376,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 376,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 376,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 375,
                            column: 21,
                           },
                           end: Position {
                            line: 377,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 378,
                             column: 7,
                            },
                            end: Position {
                             line: 378,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 386,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 386,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: IndentedString(
                              IndentedString {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "",
                                  span: Span {
                                   start: Position {
                                    line: 387,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 387,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 387,
                                        column: 13,
                                       },
                                       end: Position {
                                        line: 387,
                                        column: 17,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "exhibitor",
                                       span: Span {
                                        start: Position {
                                         line: 387,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 387,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/startExhibitor.sh ",
                                  span: Span {
                                   start: Position {
                                    line: 387,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 387,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cliOptions",
                                    span: Span {
                                     start: Position {
                                      line: 387,
                                      column: 53,
                                     },
                                     end: Position {
                                      line: 387,
                                      column: 63,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 387,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 388,
                                    column: 9,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 386,
                                 column: 21,
                                },
                                end: Position {
                                 line: 388,
                                 column: 11,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 389,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 389,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "zookeeper",
                                  span: Span {
                                   start: Position {
                                    line: 389,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 389,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 389,
                                 column: 16,
                                },
                                end: Position {
                                 line: 389,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "PermissionsStartOnly",
                                span: Span {
                                 start: Position {
                                  line: 390,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 390,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 390,
                                 column: 32,
                                },
                                end: Position {
                                 line: 390,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 378,
                            column: 23,
                           },
                           end: Position {
                            line: 391,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 404,
                             column: 7,
                            },
                            end: Position {
                             line: 404,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "mkdir -m 0700 -p ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 405,
                               column: 26,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 405,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 405,
                                   column: 31,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 405,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 405,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/zookeeper\n# Not doing a chown -R to keep the base ZK files owned by root\nchown zookeeper ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 407,
                               column: 25,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 407,
                                   column: 27,
                                  },
                                  end: Position {
                                   line: 407,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 407,
                                    column: 31,
                                   },
                                   end: Position {
                                    line: 407,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 407,
                               column: 40,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 407,
                                   column: 42,
                                  },
                                  end: Position {
                                   line: 407,
                                   column: 45,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 407,
                                    column: 46,
                                   },
                                   end: Position {
                                    line: 407,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/zookeeper\ncp -Rf ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 408,
                               column: 16,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 408,
                                   column: 18,
                                  },
                                  end: Position {
                                   line: 408,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "zookeeper",
                                  span: Span {
                                   start: Position {
                                    line: 408,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 408,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/* ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 408,
                               column: 36,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 408,
                                   column: 38,
                                  },
                                  end: Position {
                                   line: 408,
                                   column: 41,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 408,
                                    column: 42,
                                   },
                                   end: Position {
                                    line: 408,
                                    column: 49,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/zookeeper\nchown -R zookeeper ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 409,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 409,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 409,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 409,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 409,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/zookeeper/conf\nchmod -R u+w ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 410,
                               column: 22,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 410,
                                   column: 24,
                                  },
                                  end: Position {
                                   line: 410,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 410,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 410,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/zookeeper/conf\nreplace_what=$(echo ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 411,
                               column: 29,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 411,
                                   column: 31,
                                  },
                                  end: Position {
                                   line: 411,
                                   column: 35,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "zookeeper",
                                  span: Span {
                                   start: Position {
                                    line: 411,
                                    column: 36,
                                   },
                                   end: Position {
                                    line: 411,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " | sed 's/[\\/&]/\\\\&/g')\nreplace_with=$(echo ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 412,
                               column: 29,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 412,
                                   column: 31,
                                  },
                                  end: Position {
                                   line: 412,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 412,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 412,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/zookeeper | sed 's/[\\/&]/\\\\&/g')\nsed -i 's/'\"$replace_what\"'/'\"$replace_with\"'/g' ",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 413,
                               column: 58,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 413,
                                   column: 60,
                                  },
                                  end: Position {
                                   line: 413,
                                   column: 63,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "baseDir",
                                  span: Span {
                                   start: Position {
                                    line: 413,
                                    column: 64,
                                   },
                                   end: Position {
                                    line: 413,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/zookeeper/bin/zk*.sh\n",
                             span: Span {
                              start: Position {
                               line: 405,
                               column: 1,
                              },
                              end: Position {
                               line: 414,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 404,
                            column: 18,
                           },
                           end: Position {
                            line: 414,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 371,
                       column: 34,
                      },
                      end: Position {
                       line: 415,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 416,
                        column: 5,
                       },
                       end: Position {
                        line: 416,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 416,
                        column: 11,
                       },
                       end: Position {
                        line: 416,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "zookeeper",
                      span: Span {
                       start: Position {
                        line: 416,
                        column: 17,
                       },
                       end: Position {
                        line: 416,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "uid",
                           span: Span {
                            start: Position {
                             line: 417,
                             column: 7,
                            },
                            end: Position {
                             line: 417,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 417,
                              column: 13,
                             },
                             end: Position {
                              line: 417,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 417,
                               column: 20,
                              },
                              end: Position {
                               line: 417,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "uids",
                             span: Span {
                              start: Position {
                               line: 417,
                               column: 24,
                              },
                              end: Position {
                               line: 417,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "zookeeper",
                             span: Span {
                              start: Position {
                               line: 417,
                               column: 29,
                              },
                              end: Position {
                               line: 417,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 418,
                             column: 7,
                            },
                            end: Position {
                             line: 418,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Zookeeper daemon user",
                             span: Span {
                              start: Position {
                               line: 418,
                               column: 22,
                              },
                              end: Position {
                               line: 418,
                               column: 43,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 418,
                            column: 21,
                           },
                           end: Position {
                            line: 418,
                            column: 44,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "home",
                           span: Span {
                            start: Position {
                             line: 419,
                             column: 7,
                            },
                            end: Position {
                             line: 419,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 419,
                              column: 14,
                             },
                             end: Position {
                              line: 419,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "baseDir",
                             span: Span {
                              start: Position {
                               line: 419,
                               column: 18,
                              },
                              end: Position {
                               line: 419,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 416,
                       column: 29,
                      },
                      end: Position {
                       line: 420,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 370,
                  column: 28,
                 },
                 end: Position {
                  line: 421,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 68,
          column: 1,
         },
         end: Position {
          line: 422,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 422,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 422,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 422,
    column: 2,
   },
  },
 },
)