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: "rippled",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 32,
               },
              },
             },
            ),
           ],
           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: "rippled",
              span: Span {
               start: Position {
                line: 7,
                column: 26,
               },
               end: Position {
                line: 7,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "b2i",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 6,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "val",
            },
           ),
           body: IfThenElse(
            IfThenElse {
             predicate: Identifier(
              Identifier {
               id: "val",
               span: Span {
                start: Position {
                 line: 9,
                 column: 17,
                },
                end: Position {
                 line: 9,
                 column: 20,
                },
               },
              },
             ),
             then: String(
              String_ {
               parts: [
                Raw(
                 PartRaw {
                  content: "1",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 27,
                   },
                   end: Position {
                    line: 9,
                    column: 28,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 9,
                 column: 26,
                },
                end: Position {
                 line: 9,
                 column: 29,
                },
               },
              },
             ),
             else_: String(
              String_ {
               parts: [
                Raw(
                 PartRaw {
                  content: "0",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 36,
                   },
                   end: Position {
                    line: 9,
                    column: 37,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 9,
                 column: 35,
                },
                end: Position {
                 line: 9,
                 column: 38,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 9,
               column: 14,
              },
              end: Position {
               line: 9,
               column: 38,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 9,
             column: 9,
            },
            end: Position {
             line: 9,
             column: 38,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "dbCfg",
            span: Span {
             start: Position {
              line: 11,
              column: 3,
             },
             end: Position {
              line: 11,
              column: 8,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "db",
            },
           ),
           body: IndentedString(
            IndentedString {
             parts: [
              Raw(
               PartRaw {
                content: "type=",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 1,
                 },
                 end: Position {
                  line: 12,
                  column: 10,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "db",
                    span: Span {
                     start: Position {
                      line: 12,
                      column: 12,
                     },
                     end: Position {
                      line: 12,
                      column: 14,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "type",
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 15,
                      },
                      end: Position {
                       line: 12,
                       column: 19,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\npath=",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 1,
                 },
                 end: Position {
                  line: 13,
                  column: 10,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "db",
                    span: Span {
                     start: Position {
                      line: 13,
                      column: 12,
                     },
                     end: Position {
                      line: 13,
                      column: 14,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "path",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 15,
                      },
                      end: Position {
                       line: 13,
                       column: 19,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 1,
                 },
                 end: Position {
                  line: 14,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "optionalString",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 7,
                     },
                     end: Position {
                      line: 14,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "db",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 23,
                          },
                          end: Position {
                           line: 14,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "compression",
                          span: Span {
                           start: Position {
                            line: 14,
                            column: 26,
                           },
                           end: Position {
                            line: 14,
                            column: 37,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 14,
                         column: 41,
                        },
                        end: Position {
                         line: 14,
                         column: 45,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "compression=",
                        span: Span {
                         start: Position {
                          line: 14,
                          column: 49,
                         },
                         end: Position {
                          line: 14,
                          column: 82,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "b2i",
                            span: Span {
                             start: Position {
                              line: 14,
                              column: 63,
                             },
                             end: Position {
                              line: 14,
                              column: 66,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "db",
                               span: Span {
                                start: Position {
                                 line: 14,
                                 column: 67,
                                },
                                end: Position {
                                 line: 14,
                                 column: 69,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "compression",
                                span: Span {
                                 start: Position {
                                  line: 14,
                                  column: 70,
                                 },
                                 end: Position {
                                  line: 14,
                                  column: 81,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 48,
                      },
                      end: Position {
                       line: 14,
                       column: 83,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 1,
                 },
                 end: Position {
                  line: 15,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "optionalString",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 7,
                     },
                     end: Position {
                      line: 15,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "db",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 23,
                          },
                          end: Position {
                           line: 15,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "onlineDelete",
                          span: Span {
                           start: Position {
                            line: 15,
                            column: 26,
                           },
                           end: Position {
                            line: 15,
                            column: 38,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 15,
                         column: 42,
                        },
                        end: Position {
                         line: 15,
                         column: 46,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "online_delete=",
                        span: Span {
                         start: Position {
                          line: 15,
                          column: 50,
                         },
                         end: Position {
                          line: 15,
                          column: 91,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "toString",
                            span: Span {
                             start: Position {
                              line: 15,
                              column: 66,
                             },
                             end: Position {
                              line: 15,
                              column: 74,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "db",
                               span: Span {
                                start: Position {
                                 line: 15,
                                 column: 75,
                                },
                                end: Position {
                                 line: 15,
                                 column: 77,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "onlineDelete",
                                span: Span {
                                 start: Position {
                                  line: 15,
                                  column: 78,
                                 },
                                 end: Position {
                                  line: 15,
                                  column: 90,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 49,
                      },
                      end: Position {
                       line: 15,
                       column: 92,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 1,
                 },
                 end: Position {
                  line: 16,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "optionalString",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 7,
                     },
                     end: Position {
                      line: 16,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "db",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 23,
                          },
                          end: Position {
                           line: 16,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "advisoryDelete",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 26,
                           },
                           end: Position {
                            line: 16,
                            column: 40,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 44,
                        },
                        end: Position {
                         line: 16,
                         column: 48,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "advisory_delete=",
                        span: Span {
                         start: Position {
                          line: 16,
                          column: 52,
                         },
                         end: Position {
                          line: 16,
                          column: 92,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "b2i",
                            span: Span {
                             start: Position {
                              line: 16,
                              column: 70,
                             },
                             end: Position {
                              line: 16,
                              column: 73,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "db",
                               span: Span {
                                start: Position {
                                 line: 16,
                                 column: 74,
                                },
                                end: Position {
                                 line: 16,
                                 column: 76,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "advisoryDelete",
                                span: Span {
                                 start: Position {
                                  line: 16,
                                  column: 77,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 91,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 16,
                       column: 51,
                      },
                      end: Position {
                       line: 16,
                       column: 93,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 1,
                 },
                 end: Position {
                  line: 17,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "db",
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 7,
                     },
                     end: Position {
                      line: 17,
                      column: 9,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "extraOpts",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 10,
                      },
                      end: Position {
                       line: 17,
                       column: 19,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 1,
                 },
                 end: Position {
                  line: 18,
                  column: 3,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 11,
               column: 15,
              },
              end: Position {
               line: 18,
               column: 5,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 11,
             column: 11,
            },
            end: Position {
             line: 18,
             column: 5,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "rippledCfg",
            span: Span {
             start: Position {
              line: 20,
              column: 3,
             },
             end: Position {
              line: 20,
              column: 13,
             },
            },
           },
          ),
         ],
         to: BinaryOperation(
          BinaryOperation {
           left: IndentedString(
            IndentedString {
             parts: [
              Raw(
               PartRaw {
                content: "[server]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 22,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "concatMapStringsSep",
                    span: Span {
                     start: Position {
                      line: 22,
                      column: 7,
                     },
                     end: Position {
                      line: 22,
                      column: 26,
                     },
                    },
                   },
                  ),
                  arguments: [
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "\n",
                        span: Span {
                         start: Position {
                          line: 22,
                          column: 28,
                         },
                         end: Position {
                          line: 22,
                          column: 30,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 22,
                       column: 27,
                      },
                      end: Position {
                       line: 22,
                       column: 31,
                      },
                     },
                    },
                   ),
                   Function(
                    Function {
                     head: Simple(
                      FunctionHeadSimple {
                       identifier: "n",
                      },
                     ),
                     body: String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "port_",
                          span: Span {
                           start: Position {
                            line: 22,
                            column: 37,
                           },
                           end: Position {
                            line: 22,
                            column: 46,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "n",
                            span: Span {
                             start: Position {
                              line: 22,
                              column: 44,
                             },
                             end: Position {
                              line: 22,
                              column: 45,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 22,
                         column: 36,
                        },
                        end: Position {
                         line: 22,
                         column: 47,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 22,
                       column: 33,
                      },
                      end: Position {
                       line: 22,
                       column: 47,
                      },
                     },
                    },
                   ),
                   FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "attrNames",
                       span: Span {
                        start: Position {
                         line: 22,
                         column: 50,
                        },
                        end: Position {
                         line: 22,
                         column: 59,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 22,
                            column: 60,
                           },
                           end: Position {
                            line: 22,
                            column: 63,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "ports",
                           span: Span {
                            start: Position {
                             line: 22,
                             column: 64,
                            },
                            end: Position {
                             line: 22,
                             column: 69,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 24,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "concatMapStrings",
                    span: Span {
                     start: Position {
                      line: 24,
                      column: 7,
                     },
                     end: Position {
                      line: 24,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Function(
                    Function {
                     head: Simple(
                      FunctionHeadSimple {
                       identifier: "p",
                      },
                     ),
                     body: IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "[port_",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 25,
                            column: 11,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "p",
                              span: Span {
                               start: Position {
                                line: 25,
                                column: 13,
                               },
                               end: Position {
                                line: 25,
                                column: 14,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "name",
                               span: Span {
                                start: Position {
                                 line: 25,
                                 column: 15,
                                },
                                end: Position {
                                 line: 25,
                                 column: 19,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "]\nip=",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 26,
                            column: 8,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "p",
                              span: Span {
                               start: Position {
                                line: 26,
                                column: 10,
                               },
                               end: Position {
                                line: 26,
                                column: 11,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "ip",
                               span: Span {
                                start: Position {
                                 line: 26,
                                 column: 12,
                                },
                                end: Position {
                                 line: 26,
                                 column: 14,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nport=",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 27,
                            column: 10,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 27,
                                column: 12,
                               },
                               end: Position {
                                line: 27,
                                column: 20,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "p",
                                 span: Span {
                                  start: Position {
                                   line: 27,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 27,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "port",
                                  span: Span {
                                   start: Position {
                                    line: 27,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 27,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nprotocol=",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 28,
                            column: 14,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "concatStringsSep",
                              span: Span {
                               start: Position {
                                line: 28,
                                column: 16,
                               },
                               end: Position {
                                line: 28,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: ",",
                                  span: Span {
                                   start: Position {
                                    line: 28,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 28,
                                 column: 33,
                                },
                                end: Position {
                                 line: 28,
                                 column: 36,
                                },
                               },
                              },
                             ),
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "p",
                                 span: Span {
                                  start: Position {
                                   line: 28,
                                   column: 37,
                                  },
                                  end: Position {
                                   line: 28,
                                   column: 38,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "protocol",
                                  span: Span {
                                   start: Position {
                                    line: 28,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 47,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 29,
                            column: 5,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalString",
                              span: Span {
                               start: Position {
                                line: 29,
                                column: 7,
                               },
                               end: Position {
                                line: 29,
                                column: 21,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "p",
                                   span: Span {
                                    start: Position {
                                     line: 29,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 29,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "user",
                                    span: Span {
                                     start: Position {
                                      line: 29,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 29,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: String(
                                String_ {
                                 parts: [],
                                 span: Span {
                                  start: Position {
                                   line: 29,
                                   column: 33,
                                  },
                                  end: Position {
                                   line: 29,
                                   column: 35,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "user=",
                                  span: Span {
                                   start: Position {
                                    line: 29,
                                    column: 38,
                                   },
                                   end: Position {
                                    line: 29,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "p",
                                      span: Span {
                                       start: Position {
                                        line: 29,
                                        column: 45,
                                       },
                                       end: Position {
                                        line: 29,
                                        column: 46,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "user",
                                       span: Span {
                                        start: Position {
                                         line: 29,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 29,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 37,
                                },
                                end: Position {
                                 line: 29,
                                 column: 53,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 30,
                            column: 5,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalString",
                              span: Span {
                               start: Position {
                                line: 30,
                                column: 7,
                               },
                               end: Position {
                                line: 30,
                                column: 21,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "p",
                                   span: Span {
                                    start: Position {
                                     line: 30,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 30,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "password",
                                    span: Span {
                                     start: Position {
                                      line: 30,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 30,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: String(
                                String_ {
                                 parts: [],
                                 span: Span {
                                  start: Position {
                                   line: 30,
                                   column: 37,
                                  },
                                  end: Position {
                                   line: 30,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "user=",
                                  span: Span {
                                   start: Position {
                                    line: 30,
                                    column: 42,
                                   },
                                   end: Position {
                                    line: 30,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "p",
                                      span: Span {
                                       start: Position {
                                        line: 30,
                                        column: 49,
                                       },
                                       end: Position {
                                        line: 30,
                                        column: 50,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "password",
                                       span: Span {
                                        start: Position {
                                         line: 30,
                                         column: 51,
                                        },
                                        end: Position {
                                         line: 30,
                                         column: 59,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 30,
                                 column: 41,
                                },
                                end: Position {
                                 line: 30,
                                 column: 61,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nadmin=",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 31,
                            column: 11,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "concatStringsSep",
                              span: Span {
                               start: Position {
                                line: 31,
                                column: 13,
                               },
                               end: Position {
                                line: 31,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: ",",
                                  span: Span {
                                   start: Position {
                                    line: 31,
                                    column: 31,
                                   },
                                   end: Position {
                                    line: 31,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 31,
                                 column: 30,
                                },
                                end: Position {
                                 line: 31,
                                 column: 33,
                                },
                               },
                              },
                             ),
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "p",
                                 span: Span {
                                  start: Position {
                                   line: 31,
                                   column: 34,
                                  },
                                  end: Position {
                                   line: 31,
                                   column: 35,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "admin",
                                  span: Span {
                                   start: Position {
                                    line: 31,
                                    column: 36,
                                   },
                                   end: Position {
                                    line: 31,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 32,
                            column: 5,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalString",
                              span: Span {
                               start: Position {
                                line: 32,
                                column: 7,
                               },
                               end: Position {
                                line: 32,
                                column: 21,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "p",
                                   span: Span {
                                    start: Position {
                                     line: 32,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 32,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "ssl",
                                    span: Span {
                                     start: Position {
                                      line: 32,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 32,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "key",
                                    span: Span {
                                     start: Position {
                                      line: 32,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 32,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 32,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 32,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "ssl_key=",
                                  span: Span {
                                   start: Position {
                                    line: 32,
                                    column: 43,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "p",
                                      span: Span {
                                       start: Position {
                                        line: 32,
                                        column: 53,
                                       },
                                       end: Position {
                                        line: 32,
                                        column: 54,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "ssl",
                                       span: Span {
                                        start: Position {
                                         line: 32,
                                         column: 55,
                                        },
                                        end: Position {
                                         line: 32,
                                         column: 58,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "key",
                                       span: Span {
                                        start: Position {
                                         line: 32,
                                         column: 59,
                                        },
                                        end: Position {
                                         line: 32,
                                         column: 62,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 32,
                                 column: 42,
                                },
                                end: Position {
                                 line: 32,
                                 column: 64,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 33,
                            column: 5,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalString",
                              span: Span {
                               start: Position {
                                line: 33,
                                column: 7,
                               },
                               end: Position {
                                line: 33,
                                column: 21,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "p",
                                   span: Span {
                                    start: Position {
                                     line: 33,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 33,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "ssl",
                                    span: Span {
                                     start: Position {
                                      line: 33,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 33,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "cert",
                                    span: Span {
                                     start: Position {
                                      line: 33,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 33,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 33,
                                   column: 37,
                                  },
                                  end: Position {
                                   line: 33,
                                   column: 41,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "ssl_cert=",
                                  span: Span {
                                   start: Position {
                                    line: 33,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 33,
                                    column: 66,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "p",
                                      span: Span {
                                       start: Position {
                                        line: 33,
                                        column: 55,
                                       },
                                       end: Position {
                                        line: 33,
                                        column: 56,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "ssl",
                                       span: Span {
                                        start: Position {
                                         line: 33,
                                         column: 57,
                                        },
                                        end: Position {
                                         line: 33,
                                         column: 60,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "cert",
                                       span: Span {
                                        start: Position {
                                         line: 33,
                                         column: 61,
                                        },
                                        end: Position {
                                         line: 33,
                                         column: 65,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 33,
                                 column: 43,
                                },
                                end: Position {
                                 line: 33,
                                 column: 67,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 34,
                            column: 5,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalString",
                              span: Span {
                               start: Position {
                                line: 34,
                                column: 7,
                               },
                               end: Position {
                                line: 34,
                                column: 21,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "p",
                                   span: Span {
                                    start: Position {
                                     line: 34,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 34,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "ssl",
                                    span: Span {
                                     start: Position {
                                      line: 34,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 34,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "chain",
                                    span: Span {
                                     start: Position {
                                      line: 34,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 34,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 34,
                                   column: 38,
                                  },
                                  end: Position {
                                   line: 34,
                                   column: 42,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "ssl_chain=",
                                  span: Span {
                                   start: Position {
                                    line: 34,
                                    column: 45,
                                   },
                                   end: Position {
                                    line: 34,
                                    column: 69,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "p",
                                      span: Span {
                                       start: Position {
                                        line: 34,
                                        column: 57,
                                       },
                                       end: Position {
                                        line: 34,
                                        column: 58,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "ssl",
                                       span: Span {
                                        start: Position {
                                         line: 34,
                                         column: 59,
                                        },
                                        end: Position {
                                         line: 34,
                                         column: 62,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "chain",
                                       span: Span {
                                        start: Position {
                                         line: 34,
                                         column: 63,
                                        },
                                        end: Position {
                                         line: 34,
                                         column: 68,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 34,
                                 column: 44,
                                },
                                end: Position {
                                 line: 34,
                                 column: 70,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 1,
                           },
                           end: Position {
                            line: 35,
                            column: 5,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 24,
                         column: 28,
                        },
                        end: Position {
                         line: 35,
                         column: 7,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 24,
                       column: 25,
                      },
                      end: Position {
                       line: 35,
                       column: 7,
                      },
                     },
                    },
                   ),
                   FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "attrValues",
                       span: Span {
                        start: Position {
                         line: 35,
                         column: 10,
                        },
                        end: Position {
                         line: 35,
                         column: 20,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 21,
                           },
                           end: Position {
                            line: 35,
                            column: 24,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "ports",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 25,
                            },
                            end: Position {
                             line: 35,
                             column: 30,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[database_path]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 38,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 38,
                      column: 7,
                     },
                     end: Position {
                      line: 38,
                      column: 10,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "databasePath",
                     span: Span {
                      start: Position {
                       line: 38,
                       column: 11,
                      },
                      end: Position {
                       line: 38,
                       column: 23,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[node_db]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 41,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "dbCfg",
                    span: Span {
                     start: Position {
                      line: 41,
                      column: 7,
                     },
                     end: Position {
                      line: 41,
                      column: 12,
                     },
                    },
                   },
                  ),
                  arguments: [
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 41,
                         column: 13,
                        },
                        end: Position {
                         line: 41,
                         column: 16,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "nodeDb",
                        span: Span {
                         start: Position {
                          line: 41,
                          column: 17,
                         },
                         end: Position {
                          line: 41,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 43,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "optionalString",
                    span: Span {
                     start: Position {
                      line: 43,
                      column: 7,
                     },
                     end: Position {
                      line: 43,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 43,
                           column: 23,
                          },
                          end: Position {
                           line: 43,
                           column: 26,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "tempDb",
                          span: Span {
                           start: Position {
                            line: 43,
                            column: 27,
                           },
                           end: Position {
                            line: 43,
                            column: 33,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 43,
                         column: 37,
                        },
                        end: Position {
                         line: 43,
                         column: 41,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   IndentedString(
                    IndentedString {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "[temp_db]\n",
                        span: Span {
                         start: Position {
                          line: 44,
                          column: 1,
                         },
                         end: Position {
                          line: 45,
                          column: 5,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "dbCfg",
                            span: Span {
                             start: Position {
                              line: 45,
                              column: 7,
                             },
                             end: Position {
                              line: 45,
                              column: 12,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 45,
                                 column: 13,
                                },
                                end: Position {
                                 line: 45,
                                 column: 16,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "tempDb",
                                span: Span {
                                 start: Position {
                                  line: 45,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 45,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 43,
                       column: 43,
                      },
                      end: Position {
                       line: 45,
                       column: 26,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 47,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "optionalString",
                    span: Span {
                     start: Position {
                      line: 47,
                      column: 7,
                     },
                     end: Position {
                      line: 47,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 47,
                           column: 23,
                          },
                          end: Position {
                           line: 47,
                           column: 26,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "importDb",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 27,
                           },
                           end: Position {
                            line: 47,
                            column: 35,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 47,
                         column: 39,
                        },
                        end: Position {
                         line: 47,
                         column: 43,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   IndentedString(
                    IndentedString {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "[import_db]\n",
                        span: Span {
                         start: Position {
                          line: 48,
                          column: 1,
                         },
                         end: Position {
                          line: 49,
                          column: 5,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "dbCfg",
                            span: Span {
                             start: Position {
                              line: 49,
                              column: 7,
                             },
                             end: Position {
                              line: 49,
                              column: 12,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 49,
                                 column: 13,
                                },
                                end: Position {
                                 line: 49,
                                 column: 16,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "importDb",
                                span: Span {
                                 start: Position {
                                  line: 49,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 47,
                       column: 45,
                      },
                      end: Position {
                       line: 49,
                       column: 28,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[ips]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 52,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "concatStringsSep",
                    span: Span {
                     start: Position {
                      line: 52,
                      column: 7,
                     },
                     end: Position {
                      line: 52,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "\n",
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 25,
                         },
                         end: Position {
                          line: 52,
                          column: 27,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 52,
                       column: 24,
                      },
                      end: Position {
                       line: 52,
                       column: 28,
                      },
                     },
                    },
                   ),
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 52,
                         column: 29,
                        },
                        end: Position {
                         line: 52,
                         column: 32,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "ips",
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 33,
                         },
                         end: Position {
                          line: 52,
                          column: 36,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[ips_fixed]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 55,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "concatStringsSep",
                    span: Span {
                     start: Position {
                      line: 55,
                      column: 7,
                     },
                     end: Position {
                      line: 55,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "\n",
                        span: Span {
                         start: Position {
                          line: 55,
                          column: 25,
                         },
                         end: Position {
                          line: 55,
                          column: 27,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 55,
                       column: 24,
                      },
                      end: Position {
                       line: 55,
                       column: 28,
                      },
                     },
                    },
                   ),
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 55,
                         column: 29,
                        },
                        end: Position {
                         line: 55,
                         column: 32,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "ipsFixed",
                        span: Span {
                         start: Position {
                          line: 55,
                          column: 33,
                         },
                         end: Position {
                          line: 55,
                          column: 41,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[validators]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 58,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "concatStringsSep",
                    span: Span {
                     start: Position {
                      line: 58,
                      column: 7,
                     },
                     end: Position {
                      line: 58,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "\n",
                        span: Span {
                         start: Position {
                          line: 58,
                          column: 25,
                         },
                         end: Position {
                          line: 58,
                          column: 27,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 58,
                       column: 24,
                      },
                      end: Position {
                       line: 58,
                       column: 28,
                      },
                     },
                    },
                   ),
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 58,
                         column: 29,
                        },
                        end: Position {
                         line: 58,
                         column: 32,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "validators",
                        span: Span {
                         start: Position {
                          line: 58,
                          column: 33,
                         },
                         end: Position {
                          line: 58,
                          column: 43,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[node_size]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 61,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 61,
                      column: 7,
                     },
                     end: Position {
                      line: 61,
                      column: 10,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "nodeSize",
                     span: Span {
                      start: Position {
                       line: 61,
                       column: 11,
                      },
                      end: Position {
                       line: 61,
                       column: 19,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[ledger_history]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 64,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "toString",
                    span: Span {
                     start: Position {
                      line: 64,
                      column: 7,
                     },
                     end: Position {
                      line: 64,
                      column: 15,
                     },
                    },
                   },
                  ),
                  arguments: [
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 64,
                         column: 16,
                        },
                        end: Position {
                         line: 64,
                         column: 19,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "ledgerHistory",
                        span: Span {
                         start: Position {
                          line: 64,
                          column: 20,
                         },
                         end: Position {
                          line: 64,
                          column: 33,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[fetch_depth]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 67,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "toString",
                    span: Span {
                     start: Position {
                      line: 67,
                      column: 7,
                     },
                     end: Position {
                      line: 67,
                      column: 15,
                     },
                    },
                   },
                  ),
                  arguments: [
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 67,
                         column: 16,
                        },
                        end: Position {
                         line: 67,
                         column: 19,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "fetchDepth",
                        span: Span {
                         start: Position {
                          line: 67,
                          column: 20,
                         },
                         end: Position {
                          line: 67,
                          column: 30,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[validation_quorum]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 70,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "toString",
                    span: Span {
                     start: Position {
                      line: 70,
                      column: 7,
                     },
                     end: Position {
                      line: 70,
                      column: 15,
                     },
                    },
                   },
                  ),
                  arguments: [
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 70,
                         column: 16,
                        },
                        end: Position {
                         line: 70,
                         column: 19,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "validationQuorum",
                        span: Span {
                         start: Position {
                          line: 70,
                          column: 20,
                         },
                         end: Position {
                          line: 70,
                          column: 36,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[sntp_servers]\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 73,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "concatStringsSep",
                    span: Span {
                     start: Position {
                      line: 73,
                      column: 7,
                     },
                     end: Position {
                      line: 73,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "\n",
                        span: Span {
                         start: Position {
                          line: 73,
                          column: 25,
                         },
                         end: Position {
                          line: 73,
                          column: 27,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 73,
                       column: 24,
                      },
                      end: Position {
                       line: 73,
                       column: 28,
                      },
                     },
                    },
                   ),
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 73,
                         column: 29,
                        },
                        end: Position {
                         line: 73,
                         column: 32,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "sntpServers",
                        span: Span {
                         start: Position {
                          line: 73,
                          column: 33,
                         },
                         end: Position {
                          line: 73,
                          column: 44,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 75,
                  column: 5,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "optionalString",
                    span: Span {
                     start: Position {
                      line: 75,
                      column: 7,
                     },
                     end: Position {
                      line: 75,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 75,
                         column: 22,
                        },
                        end: Position {
                         line: 75,
                         column: 25,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "statsd",
                        span: Span {
                         start: Position {
                          line: 75,
                          column: 26,
                         },
                         end: Position {
                          line: 75,
                          column: 32,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 75,
                          column: 33,
                         },
                         end: Position {
                          line: 75,
                          column: 39,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   IndentedString(
                    IndentedString {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "[insight]\nserver=statsd\naddress=",
                        span: Span {
                         start: Position {
                          line: 76,
                          column: 1,
                         },
                         end: Position {
                          line: 78,
                          column: 13,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 78,
                              column: 15,
                             },
                             end: Position {
                              line: 78,
                              column: 18,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "statsd",
                             span: Span {
                              start: Position {
                               line: 78,
                               column: 19,
                              },
                              end: Position {
                               line: 78,
                               column: 25,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "address",
                             span: Span {
                              start: Position {
                               line: 78,
                               column: 26,
                              },
                              end: Position {
                               line: 78,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "\nprefix=",
                        span: Span {
                         start: Position {
                          line: 76,
                          column: 1,
                         },
                         end: Position {
                          line: 79,
                          column: 12,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 79,
                              column: 14,
                             },
                             end: Position {
                              line: 79,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "statsd",
                             span: Span {
                              start: Position {
                               line: 79,
                               column: 18,
                              },
                              end: Position {
                               line: 79,
                               column: 24,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "prefix",
                             span: Span {
                              start: Position {
                               line: 79,
                               column: 25,
                              },
                              end: Position {
                               line: 79,
                               column: 31,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "\n",
                        span: Span {
                         start: Position {
                          line: 76,
                          column: 1,
                         },
                         end: Position {
                          line: 80,
                          column: 5,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 75,
                       column: 40,
                      },
                      end: Position {
                       line: 80,
                       column: 7,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n\n[rpc_startup]\n{ \"command\": \"log_level\", \"severity\": \"",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 83,
                  column: 44,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 83,
                      column: 46,
                     },
                     end: Position {
                      line: 83,
                      column: 49,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "logLevel",
                     span: Span {
                      start: Position {
                       line: 83,
                       column: 50,
                      },
                      end: Position {
                       line: 83,
                       column: 58,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\" }\n",
                span: Span {
                 start: Position {
                  line: 21,
                  column: 1,
                 },
                 end: Position {
                  line: 84,
                  column: 3,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 20,
               column: 16,
              },
              end: Position {
               line: 84,
               column: 5,
              },
             },
            },
           ),
           operator: Addition,
           right: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "cfg",
               span: Span {
                start: Position {
                 line: 84,
                 column: 8,
                },
                end: Position {
                 line: 84,
                 column: 11,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "extraConfig",
                span: Span {
                 start: Position {
                  line: 84,
                  column: 12,
                 },
                 end: Position {
                  line: 84,
                  column: 23,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "portOptions",
            span: Span {
             start: Position {
              line: 86,
              column: 3,
             },
             end: Position {
              line: 86,
              column: 14,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Destructured(
            FunctionHeadDestructured {
             ellipsis: true,
             identifier: None,
             arguments: [
              FunctionHeadDestructuredArgument {
               identifier: "name",
               default: None,
              },
             ],
            },
           ),
           body: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "options",
                   span: Span {
                    start: Position {
                     line: 87,
                     column: 5,
                    },
                    end: Position {
                     line: 87,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "name",
                        span: Span {
                         start: Position {
                          line: 88,
                          column: 7,
                         },
                         end: Position {
                          line: 88,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 88,
                           column: 14,
                          },
                          end: Position {
                           line: 88,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "internal",
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 89,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 89,
                                 column: 20,
                                },
                                end: Position {
                                 line: 89,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 90,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 90,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "name",
                               span: Span {
                                start: Position {
                                 line: 90,
                                 column: 19,
                                },
                                end: Position {
                                 line: 90,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 88,
                            column: 23,
                           },
                           end: Position {
                            line: 91,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ip",
                        span: Span {
                         start: Position {
                          line: 93,
                          column: 7,
                         },
                         end: Position {
                          line: 93,
                          column: 9,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 93,
                           column: 12,
                          },
                          end: Position {
                           line: 93,
                           column: 20,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 94,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 94,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "127.0.0.1",
                                  span: Span {
                                   start: Position {
                                    line: 94,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 94,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 19,
                                },
                                end: Position {
                                 line: 94,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 95,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 95,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 95,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 95,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 95,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Ip where rippled listens.",
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 95,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 95,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 96,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 96,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 96,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 96,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 93,
                            column: 21,
                           },
                           end: Position {
                            line: 97,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "port",
                        span: Span {
                         start: Position {
                          line: 99,
                          column: 7,
                         },
                         end: Position {
                          line: 99,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 99,
                           column: 14,
                          },
                          end: Position {
                           line: 99,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 100,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 100,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 100,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 100,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 100,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 100,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Port where rippled listens.",
                                     span: Span {
                                      start: Position {
                                       line: 100,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 100,
                                       column: 61,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 100,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 100,
                                    column: 62,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 101,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 101,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 101,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 101,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 101,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 101,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 99,
                            column: 23,
                           },
                           end: Position {
                            line: 102,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "protocol",
                        span: Span {
                         start: Position {
                          line: 104,
                          column: 7,
                         },
                         end: Position {
                          line: 104,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 104,
                           column: 18,
                          },
                          end: Position {
                           line: 104,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 105,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 105,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 105,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 105,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 105,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 105,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Protocols expose by rippled.",
                                     span: Span {
                                      start: Position {
                                       line: 105,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 105,
                                       column: 62,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 105,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 105,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 106,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 106,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 106,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 106,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 106,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 106,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 106,
                                        column: 30,
                                       },
                                       end: Position {
                                        line: 106,
                                        column: 35,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "enum",
                                       span: Span {
                                        start: Position {
                                         line: 106,
                                         column: 36,
                                        },
                                        end: Position {
                                         line: 106,
                                         column: 40,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   List(
                                    List {
                                     elements: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "http",
                                           span: Span {
                                            start: Position {
                                             line: 106,
                                             column: 43,
                                            },
                                            end: Position {
                                             line: 106,
                                             column: 47,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 106,
                                          column: 42,
                                         },
                                         end: Position {
                                          line: 106,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "https",
                                           span: Span {
                                            start: Position {
                                             line: 106,
                                             column: 50,
                                            },
                                            end: Position {
                                             line: 106,
                                             column: 55,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 106,
                                          column: 49,
                                         },
                                         end: Position {
                                          line: 106,
                                          column: 56,
                                         },
                                        },
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "ws",
                                           span: Span {
                                            start: Position {
                                             line: 106,
                                             column: 58,
                                            },
                                            end: Position {
                                             line: 106,
                                             column: 60,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 106,
                                          column: 57,
                                         },
                                         end: Position {
                                          line: 106,
                                          column: 61,
                                         },
                                        },
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "wss",
                                           span: Span {
                                            start: Position {
                                             line: 106,
                                             column: 63,
                                            },
                                            end: Position {
                                             line: 106,
                                             column: 66,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 106,
                                          column: 62,
                                         },
                                         end: Position {
                                          line: 106,
                                          column: 67,
                                         },
                                        },
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "peer",
                                           span: Span {
                                            start: Position {
                                             line: 106,
                                             column: 69,
                                            },
                                            end: Position {
                                             line: 106,
                                             column: 73,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 106,
                                          column: 68,
                                         },
                                         end: Position {
                                          line: 106,
                                          column: 74,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 106,
                                       column: 41,
                                      },
                                      end: Position {
                                       line: 106,
                                       column: 75,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 104,
                            column: 27,
                           },
                           end: Position {
                            line: 107,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 109,
                          column: 7,
                         },
                         end: Position {
                          line: 109,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 109,
                           column: 14,
                          },
                          end: Position {
                           line: 109,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           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: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When set, these credentials will be required on HTTP/S requests.",
                                     span: Span {
                                      start: Position {
                                       line: 110,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 110,
                                       column: 98,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 99,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 111,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 111,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 112,
                                 column: 19,
                                },
                                end: Position {
                                 line: 112,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 109,
                            column: 23,
                           },
                           end: Position {
                            line: 113,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "password",
                        span: Span {
                         start: Position {
                          line: 115,
                          column: 7,
                         },
                         end: Position {
                          line: 115,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 115,
                           column: 18,
                          },
                          end: Position {
                           line: 115,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 116,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 116,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 116,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 116,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 116,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 116,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When set, these credentials will be required on HTTP/S requests.",
                                     span: Span {
                                      start: Position {
                                       line: 116,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 116,
                                       column: 98,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 99,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 117,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 117,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 117,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 117,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 118,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 118,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 118,
                                 column: 19,
                                },
                                end: Position {
                                 line: 118,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 115,
                            column: 27,
                           },
                           end: Position {
                            line: 119,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "admin",
                        span: Span {
                         start: Position {
                          line: 121,
                          column: 7,
                         },
                         end: Position {
                          line: 121,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 121,
                           column: 15,
                          },
                          end: Position {
                           line: 121,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 122,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 122,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 122,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 122,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "A comma-separated list of admin IP addresses.",
                                     span: Span {
                                      start: Position {
                                       line: 122,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 122,
                                       column: 79,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 122,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 80,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           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: "listOf",
                                    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: "default",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "127.0.0.1",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 124,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 124,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 124,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 19,
                                },
                                end: Position {
                                 line: 124,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 121,
                            column: 24,
                           },
                           end: Position {
                            line: 125,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ssl",
                        span: Span {
                         start: Position {
                          line: 127,
                          column: 7,
                         },
                         end: Position {
                          line: 127,
                          column: 10,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "key",
                             span: Span {
                              start: Position {
                               line: 128,
                               column: 9,
                              },
                              end: Position {
                               line: 128,
                               column: 12,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 128,
                                column: 15,
                               },
                               end: Position {
                                line: 128,
                                column: 23,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 129,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 129,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 129,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 129,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 129,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 129,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Specifies the filename holding the SSL key in PEM format.\n",
                                          span: Span {
                                           start: Position {
                                            line: 130,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 131,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 129,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 131,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 132,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 132,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "null",
                                    span: Span {
                                     start: Position {
                                      line: 132,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 132,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 133,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 133,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "types",
                                        span: Span {
                                         start: Position {
                                          line: 133,
                                          column: 18,
                                         },
                                         end: Position {
                                          line: 133,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "nullOr",
                                         span: Span {
                                          start: Position {
                                           line: 133,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 133,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "types",
                                         span: Span {
                                          start: Position {
                                           line: 133,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 133,
                                           column: 36,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "path",
                                          span: Span {
                                           start: Position {
                                            line: 133,
                                            column: 37,
                                           },
                                           end: Position {
                                            line: 133,
                                            column: 41,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 128,
                                 column: 24,
                                },
                                end: Position {
                                 line: 134,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "cert",
                             span: Span {
                              start: Position {
                               line: 136,
                               column: 9,
                              },
                              end: Position {
                               line: 136,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 136,
                                column: 16,
                               },
                               end: Position {
                                line: 136,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 137,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 137,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 137,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 137,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 137,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 137,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Specifies the path to the SSL certificate file in PEM format.\nThis is not needed if the chain includes it.\n",
                                          span: Span {
                                           start: Position {
                                            line: 138,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 140,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 137,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 140,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "null",
                                    span: Span {
                                     start: Position {
                                      line: 141,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 141,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 142,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 142,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "types",
                                        span: Span {
                                         start: Position {
                                          line: 142,
                                          column: 18,
                                         },
                                         end: Position {
                                          line: 142,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "nullOr",
                                         span: Span {
                                          start: Position {
                                           line: 142,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 142,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "types",
                                         span: Span {
                                          start: Position {
                                           line: 142,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 142,
                                           column: 36,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "path",
                                          span: Span {
                                           start: Position {
                                            line: 142,
                                            column: 37,
                                           },
                                           end: Position {
                                            line: 142,
                                            column: 41,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 136,
                                 column: 25,
                                },
                                end: Position {
                                 line: 143,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "chain",
                             span: Span {
                              start: Position {
                               line: 145,
                               column: 9,
                              },
                              end: Position {
                               line: 145,
                               column: 14,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 145,
                                column: 17,
                               },
                               end: Position {
                                line: 145,
                                column: 25,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 146,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 146,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 146,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 146,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 146,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 146,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "If you need a certificate chain, specify the path to the\ncertificate chain here. The chain may include the end certificate.\n",
                                          span: Span {
                                           start: Position {
                                            line: 147,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 149,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 146,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 149,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 150,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 150,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "null",
                                    span: Span {
                                     start: Position {
                                      line: 150,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 150,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 151,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 151,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "types",
                                        span: Span {
                                         start: Position {
                                          line: 151,
                                          column: 18,
                                         },
                                         end: Position {
                                          line: 151,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "nullOr",
                                         span: Span {
                                          start: Position {
                                           line: 151,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 151,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "types",
                                         span: Span {
                                          start: Position {
                                           line: 151,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 151,
                                           column: 36,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "path",
                                          span: Span {
                                           start: Position {
                                            line: 151,
                                            column: 37,
                                           },
                                           end: Position {
                                            line: 151,
                                            column: 41,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 145,
                                 column: 26,
                                },
                                end: Position {
                                 line: 152,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 127,
                         column: 13,
                        },
                        end: Position {
                         line: 153,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 87,
                    column: 15,
                   },
                   end: Position {
                    line: 154,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 86,
               column: 31,
              },
              end: Position {
               line: 155,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 86,
             column: 17,
            },
            end: Position {
             line: 155,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "dbOptions",
            span: Span {
             start: Position {
              line: 157,
              column: 3,
             },
             end: Position {
              line: 157,
              column: 12,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "options",
                 span: Span {
                  start: Position {
                   line: 158,
                   column: 5,
                  },
                  end: Position {
                   line: 158,
                   column: 12,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "type",
                      span: Span {
                       start: Position {
                        line: 159,
                        column: 7,
                       },
                       end: Position {
                        line: 159,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 159,
                         column: 14,
                        },
                        end: Position {
                         line: 159,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 160,
                                column: 9,
                               },
                               end: Position {
                                line: 160,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 160,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 160,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 160,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 160,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Rippled database type.",
                                   span: Span {
                                    start: Position {
                                     line: 160,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 160,
                                     column: 56,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 160,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 160,
                                  column: 57,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 161,
                                column: 9,
                               },
                               end: Position {
                                line: 161,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 161,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 161,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "enum",
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "rocksdb",
                                      span: Span {
                                       start: Position {
                                        line: 161,
                                        column: 29,
                                       },
                                       end: Position {
                                        line: 161,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 161,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 161,
                                     column: 37,
                                    },
                                   },
                                  },
                                 ),
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "nudb",
                                      span: Span {
                                       start: Position {
                                        line: 161,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 161,
                                        column: 43,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 161,
                                     column: 38,
                                    },
                                    end: Position {
                                     line: 161,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 161,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 161,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 162,
                                column: 9,
                               },
                               end: Position {
                                line: 162,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "rocksdb",
                                span: Span {
                                 start: Position {
                                  line: 162,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 162,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 162,
                               column: 19,
                              },
                              end: Position {
                               line: 162,
                               column: 28,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 159,
                          column: 23,
                         },
                         end: Position {
                          line: 163,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "path",
                      span: Span {
                       start: Position {
                        line: 165,
                        column: 7,
                       },
                       end: Position {
                        line: 165,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 165,
                         column: 14,
                        },
                        end: Position {
                         line: 165,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 166,
                                column: 9,
                               },
                               end: Position {
                                line: 166,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 166,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 166,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 166,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Location to store the database.",
                                   span: Span {
                                    start: Position {
                                     line: 166,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 166,
                                     column: 65,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 166,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 166,
                                  column: 66,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         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: "path",
                                span: Span {
                                 start: Position {
                                  line: 167,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 167,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 168,
                                column: 9,
                               },
                               end: Position {
                                line: 168,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 168,
                                 column: 19,
                                },
                                end: Position {
                                 line: 168,
                                 column: 22,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "databasePath",
                                span: Span {
                                 start: Position {
                                  line: 168,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 168,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         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: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "config.",
                                   span: Span {
                                    start: Position {
                                     line: 169,
                                     column: 42,
                                    },
                                    end: Position {
                                     line: 169,
                                     column: 68,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "opt",
                                       span: Span {
                                        start: Position {
                                         line: 169,
                                         column: 51,
                                        },
                                        end: Position {
                                         line: 169,
                                         column: 54,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "databasePath",
                                        span: Span {
                                         start: Position {
                                          line: 169,
                                          column: 55,
                                         },
                                         end: Position {
                                          line: 169,
                                          column: 67,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 169,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 169,
                                  column: 69,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 165,
                          column: 23,
                         },
                         end: Position {
                          line: 170,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "compression",
                      span: Span {
                       start: Position {
                        line: 172,
                        column: 7,
                       },
                       end: Position {
                        line: 172,
                        column: 18,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 172,
                         column: 21,
                        },
                        end: Position {
                         line: 172,
                         column: 29,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 173,
                                column: 9,
                               },
                               end: Position {
                                line: 173,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 173,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 173,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 173,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 173,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Whether to enable snappy compression.",
                                   span: Span {
                                    start: Position {
                                     line: 173,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 173,
                                     column: 71,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 72,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 174,
                                column: 9,
                               },
                               end: Position {
                                line: 174,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 174,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 174,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "nullOr",
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 174,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 174,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "bool",
                                   span: Span {
                                    start: Position {
                                     line: 174,
                                     column: 35,
                                    },
                                    end: Position {
                                     line: 174,
                                     column: 39,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 175,
                                column: 9,
                               },
                               end: Position {
                                line: 175,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "null",
                             span: Span {
                              start: Position {
                               line: 175,
                               column: 19,
                              },
                              end: Position {
                               line: 175,
                               column: 23,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 172,
                          column: 30,
                         },
                         end: Position {
                          line: 176,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "onlineDelete",
                      span: Span {
                       start: Position {
                        line: 178,
                        column: 7,
                       },
                       end: Position {
                        line: 178,
                        column: 19,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 178,
                         column: 22,
                        },
                        end: Position {
                         line: 178,
                         column: 30,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 179,
                                column: 9,
                               },
                               end: Position {
                                line: 179,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 179,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 179,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 179,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 179,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Enable automatic purging of older ledger information.",
                                   span: Span {
                                    start: Position {
                                     line: 179,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 179,
                                     column: 87,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 179,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 179,
                                  column: 88,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 180,
                                column: 9,
                               },
                               end: Position {
                                line: 180,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 180,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 180,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "nullOr",
                                  span: Span {
                                   start: Position {
                                    line: 180,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 180,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 180,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 180,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "addCheck",
                                     span: Span {
                                      start: Position {
                                       line: 180,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 180,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "types",
                                     span: Span {
                                      start: Position {
                                       line: 180,
                                       column: 45,
                                      },
                                      end: Position {
                                       line: 180,
                                       column: 50,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "int",
                                      span: Span {
                                       start: Position {
                                        line: 180,
                                        column: 51,
                                       },
                                       end: Position {
                                        line: 180,
                                        column: 54,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 Function(
                                  Function {
                                   head: Simple(
                                    FunctionHeadSimple {
                                     identifier: "v",
                                    },
                                   ),
                                   body: BinaryOperation(
                                    BinaryOperation {
                                     left: Identifier(
                                      Identifier {
                                       id: "v",
                                       span: Span {
                                        start: Position {
                                         line: 180,
                                         column: 59,
                                        },
                                        end: Position {
                                         line: 180,
                                         column: 60,
                                        },
                                       },
                                      },
                                     ),
                                     operator: GreaterThan,
                                     right: Integer(
                                      Integer {
                                       value: "256",
                                       span: Span {
                                        start: Position {
                                         line: 180,
                                         column: 63,
                                        },
                                        end: Position {
                                         line: 180,
                                         column: 66,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   span: Span {
                                    start: Position {
                                     line: 180,
                                     column: 56,
                                    },
                                    end: Position {
                                     line: 180,
                                     column: 66,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 181,
                                column: 9,
                               },
                               end: Position {
                                line: 181,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 181,
                                 column: 19,
                                },
                                end: Position {
                                 line: 181,
                                 column: 22,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "ledgerHistory",
                                span: Span {
                                 start: Position {
                                  line: 181,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 181,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "defaultText",
                              span: Span {
                               start: Position {
                                line: 182,
                                column: 9,
                               },
                               end: Position {
                                line: 182,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "literalExpression",
                               span: Span {
                                start: Position {
                                 line: 182,
                                 column: 23,
                                },
                                end: Position {
                                 line: 182,
                                 column: 40,
                                },
                               },
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "config.",
                                   span: Span {
                                    start: Position {
                                     line: 182,
                                     column: 42,
                                    },
                                    end: Position {
                                     line: 182,
                                     column: 69,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "opt",
                                       span: Span {
                                        start: Position {
                                         line: 182,
                                         column: 51,
                                        },
                                        end: Position {
                                         line: 182,
                                         column: 54,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "ledgerHistory",
                                        span: Span {
                                         start: Position {
                                          line: 182,
                                          column: 55,
                                         },
                                         end: Position {
                                          line: 182,
                                          column: 68,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 182,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 182,
                                  column: 70,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 178,
                          column: 31,
                         },
                         end: Position {
                          line: 183,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "advisoryDelete",
                      span: Span {
                       start: Position {
                        line: 185,
                        column: 7,
                       },
                       end: Position {
                        line: 185,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 185,
                         column: 24,
                        },
                        end: Position {
                         line: 185,
                         column: 32,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 186,
                                column: 9,
                               },
                               end: Position {
                                line: 186,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 186,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 186,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 186,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 186,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "If set, then require administrative RPC call \"can_delete\"\nto enable online deletion of ledger records.\n",
                                   span: Span {
                                    start: Position {
                                     line: 187,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 189,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 189,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 190,
                                column: 9,
                               },
                               end: Position {
                                line: 190,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: 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: "nullOr",
                                  span: Span {
                                   start: Position {
                                    line: 190,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 190,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 190,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 190,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "bool",
                                   span: Span {
                                    start: Position {
                                     line: 190,
                                     column: 35,
                                    },
                                    end: Position {
                                     line: 190,
                                     column: 39,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 191,
                                column: 9,
                               },
                               end: Position {
                                line: 191,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "null",
                             span: Span {
                              start: Position {
                               line: 191,
                               column: 19,
                              },
                              end: Position {
                               line: 191,
                               column: 23,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 185,
                          column: 33,
                         },
                         end: Position {
                          line: 192,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "extraOpts",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 7,
                       },
                       end: Position {
                        line: 194,
                        column: 16,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 194,
                         column: 19,
                        },
                        end: Position {
                         line: 194,
                         column: 27,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 195,
                                column: 9,
                               },
                               end: Position {
                                line: 195,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 195,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 195,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 195,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 195,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Extra database options.",
                                   span: Span {
                                    start: Position {
                                     line: 195,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 195,
                                     column: 57,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 195,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 195,
                                  column: 58,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 196,
                                column: 9,
                               },
                               end: Position {
                                line: 196,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 196,
                                 column: 16,
                                },
                                end: Position {
                                 line: 196,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "lines",
                                span: Span {
                                 start: Position {
                                  line: 196,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 196,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 197,
                                column: 9,
                               },
                               end: Position {
                                line: 197,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [],
                             span: Span {
                              start: Position {
                               line: 197,
                               column: 19,
                              },
                              end: Position {
                               line: 197,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 194,
                          column: 28,
                         },
                         end: Position {
                          line: 198,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 158,
                  column: 15,
                 },
                 end: Position {
                  line: 199,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 157,
             column: 15,
            },
            end: Position {
             line: 200,
             column: 4,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 208,
                column: 3,
               },
               end: Position {
                line: 208,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 209,
                     column: 5,
                    },
                    end: Position {
                     line: 209,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "rippled",
                   span: Span {
                    start: Position {
                     line: 209,
                     column: 14,
                    },
                    end: Position {
                     line: 209,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 210,
                          column: 7,
                         },
                         end: Position {
                          line: 210,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 210,
                           column: 16,
                          },
                          end: Position {
                           line: 210,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 210,
                                column: 32,
                               },
                               end: Position {
                                line: 210,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 210,
                                 column: 36,
                                },
                                end: Position {
                                 line: 210,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "rippled",
                                span: Span {
                                 start: Position {
                                  line: 210,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 210,
                                  column: 50,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 210,
                               column: 42,
                              },
                              end: Position {
                               line: 210,
                               column: 51,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "package",
                        span: Span {
                         start: Position {
                          line: 212,
                          column: 7,
                         },
                         end: Position {
                          line: 212,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 212,
                           column: 17,
                          },
                          end: Position {
                           line: 212,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           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: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Which rippled package to use.",
                                     span: Span {
                                      start: Position {
                                       line: 213,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 213,
                                       column: 63,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 213,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 213,
                                    column: 64,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 214,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 214,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 214,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 214,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 214,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 214,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 215,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 215,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 215,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 215,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "rippled",
                                  span: Span {
                                   start: Position {
                                    line: 215,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 215,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 216,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 216,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 216,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 216,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.rippled",
                                     span: Span {
                                      start: Position {
                                       line: 216,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 216,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 216,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 216,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 212,
                            column: 26,
                           },
                           end: Position {
                            line: 217,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ports",
                        span: Span {
                         start: Position {
                          line: 219,
                          column: 7,
                         },
                         end: Position {
                          line: 219,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 219,
                           column: 15,
                          },
                          end: Position {
                           line: 219,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           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: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Ports exposed by rippled",
                                     span: Span {
                                      start: Position {
                                       line: 220,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 220,
                                       column: 58,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 220,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 220,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 221,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 221,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: With(
                              With {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 221,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 221,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "attrsOf",
                                   span: Span {
                                    start: Position {
                                     line: 221,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 221,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "submodule",
                                      span: Span {
                                       start: Position {
                                        line: 221,
                                        column: 37,
                                       },
                                       end: Position {
                                        line: 221,
                                        column: 46,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "portOptions",
                                       span: Span {
                                        start: Position {
                                         line: 221,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 221,
                                         column: 58,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 221,
                                 column: 16,
                                },
                                end: Position {
                                 line: 221,
                                 column: 59,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 222,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 222,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "rpc",
                                     span: Span {
                                      start: Position {
                                       line: 223,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 223,
                                       column: 14,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "port",
                                          span: Span {
                                           start: Position {
                                            line: 224,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 224,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Integer(
                                        Integer {
                                         value: "5005",
                                         span: Span {
                                          start: Position {
                                           line: 224,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 224,
                                           column: 24,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "admin",
                                          span: Span {
                                           start: Position {
                                            line: 225,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 225,
                                            column: 18,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "127.0.0.1",
                                               span: Span {
                                                start: Position {
                                                 line: 225,
                                                 column: 23,
                                                },
                                                end: Position {
                                                 line: 225,
                                                 column: 32,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 225,
                                              column: 22,
                                             },
                                             end: Position {
                                              line: 225,
                                              column: 33,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 225,
                                           column: 21,
                                          },
                                          end: Position {
                                           line: 225,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "protocol",
                                          span: Span {
                                           start: Position {
                                            line: 226,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 226,
                                            column: 21,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "http",
                                               span: Span {
                                                start: Position {
                                                 line: 226,
                                                 column: 26,
                                                },
                                                end: Position {
                                                 line: 226,
                                                 column: 30,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 226,
                                              column: 25,
                                             },
                                             end: Position {
                                              line: 226,
                                              column: 31,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 226,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 226,
                                           column: 32,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 223,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 227,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "peer",
                                     span: Span {
                                      start: Position {
                                       line: 229,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 229,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "port",
                                          span: Span {
                                           start: Position {
                                            line: 230,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 230,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Integer(
                                        Integer {
                                         value: "51235",
                                         span: Span {
                                          start: Position {
                                           line: 230,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 230,
                                           column: 25,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "ip",
                                          span: Span {
                                           start: Position {
                                            line: 231,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 231,
                                            column: 15,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "0.0.0.0",
                                            span: Span {
                                             start: Position {
                                              line: 231,
                                              column: 19,
                                             },
                                             end: Position {
                                              line: 231,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 231,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 231,
                                           column: 27,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "protocol",
                                          span: Span {
                                           start: Position {
                                            line: 232,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 232,
                                            column: 21,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "peer",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 26,
                                                },
                                                end: Position {
                                                 line: 232,
                                                 column: 30,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 232,
                                              column: 25,
                                             },
                                             end: Position {
                                              line: 232,
                                              column: 31,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 232,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 232,
                                           column: 32,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 229,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 233,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "ws_public",
                                     span: Span {
                                      start: Position {
                                       line: 235,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 235,
                                       column: 20,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "port",
                                          span: Span {
                                           start: Position {
                                            line: 236,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 236,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Integer(
                                        Integer {
                                         value: "5006",
                                         span: Span {
                                          start: Position {
                                           line: 236,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 236,
                                           column: 24,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "ip",
                                          span: Span {
                                           start: Position {
                                            line: 237,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 237,
                                            column: 15,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "0.0.0.0",
                                            span: Span {
                                             start: Position {
                                              line: 237,
                                              column: 19,
                                             },
                                             end: Position {
                                              line: 237,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 237,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 237,
                                           column: 27,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "protocol",
                                          span: Span {
                                           start: Position {
                                            line: 238,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 238,
                                            column: 21,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "ws",
                                               span: Span {
                                                start: Position {
                                                 line: 238,
                                                 column: 26,
                                                },
                                                end: Position {
                                                 line: 238,
                                                 column: 28,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 238,
                                              column: 25,
                                             },
                                             end: Position {
                                              line: 238,
                                              column: 29,
                                             },
                                            },
                                           },
                                          ),
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "wss",
                                               span: Span {
                                                start: Position {
                                                 line: 238,
                                                 column: 31,
                                                },
                                                end: Position {
                                                 line: 238,
                                                 column: 34,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 238,
                                              column: 30,
                                             },
                                             end: Position {
                                              line: 238,
                                              column: 35,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 238,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 238,
                                           column: 36,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 235,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 239,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 222,
                                 column: 19,
                                },
                                end: Position {
                                 line: 240,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 219,
                            column: 24,
                           },
                           end: Position {
                            line: 241,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "nodeDb",
                        span: Span {
                         start: Position {
                          line: 243,
                          column: 7,
                         },
                         end: Position {
                          line: 243,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 243,
                           column: 16,
                          },
                          end: Position {
                           line: 243,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           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: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Rippled main database options.",
                                     span: Span {
                                      start: Position {
                                       line: 244,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 244,
                                       column: 64,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 244,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 244,
                                    column: 65,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 245,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 245,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: With(
                              With {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 245,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 245,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "nullOr",
                                   span: Span {
                                    start: Position {
                                     line: 245,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 245,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "submodule",
                                      span: Span {
                                       start: Position {
                                        line: 245,
                                        column: 36,
                                       },
                                       end: Position {
                                        line: 245,
                                        column: 45,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "dbOptions",
                                       span: Span {
                                        start: Position {
                                         line: 245,
                                         column: 46,
                                        },
                                        end: Position {
                                         line: 245,
                                         column: 55,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 245,
                                 column: 16,
                                },
                                end: Position {
                                 line: 245,
                                 column: 56,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 246,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 246,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 247,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 247,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "rocksdb",
                                       span: Span {
                                        start: Position {
                                         line: 247,
                                         column: 19,
                                        },
                                        end: Position {
                                         line: 247,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 247,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 247,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "extraOpts",
                                     span: Span {
                                      start: Position {
                                       line: 248,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 248,
                                       column: 20,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "open_files=2000\nfilter_bits=12\ncache_mb=256\nfile_size_pb=8\nfile_size_mult=2;\n",
                                       span: Span {
                                        start: Position {
                                         line: 249,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 254,
                                         column: 11,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 248,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 254,
                                      column: 13,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 246,
                                 column: 19,
                                },
                                end: Position {
                                 line: 255,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 243,
                            column: 25,
                           },
                           end: Position {
                            line: 256,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "tempDb",
                        span: Span {
                         start: Position {
                          line: 258,
                          column: 7,
                         },
                         end: Position {
                          line: 258,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 258,
                           column: 16,
                          },
                          end: Position {
                           line: 258,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           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: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Rippled temporary database options.",
                                     span: Span {
                                      start: Position {
                                       line: 259,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 259,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 259,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 259,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 260,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 260,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: With(
                              With {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 260,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 260,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "nullOr",
                                   span: Span {
                                    start: Position {
                                     line: 260,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 260,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "submodule",
                                      span: Span {
                                       start: Position {
                                        line: 260,
                                        column: 36,
                                       },
                                       end: Position {
                                        line: 260,
                                        column: 45,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "dbOptions",
                                       span: Span {
                                        start: Position {
                                         line: 260,
                                         column: 46,
                                        },
                                        end: Position {
                                         line: 260,
                                         column: 55,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 260,
                                 column: 16,
                                },
                                end: Position {
                                 line: 260,
                                 column: 56,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 261,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 261,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 261,
                                 column: 19,
                                },
                                end: Position {
                                 line: 261,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 258,
                            column: 25,
                           },
                           end: Position {
                            line: 262,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "importDb",
                        span: Span {
                         start: Position {
                          line: 264,
                          column: 7,
                         },
                         end: Position {
                          line: 264,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 264,
                           column: 18,
                          },
                          end: Position {
                           line: 264,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 265,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 265,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 265,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 265,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 265,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 265,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Settings for performing a one-time import.",
                                     span: Span {
                                      start: Position {
                                       line: 265,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 265,
                                       column: 76,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 265,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 265,
                                    column: 77,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 266,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 266,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: With(
                              With {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 266,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 266,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "nullOr",
                                   span: Span {
                                    start: Position {
                                     line: 266,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 266,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "submodule",
                                      span: Span {
                                       start: Position {
                                        line: 266,
                                        column: 36,
                                       },
                                       end: Position {
                                        line: 266,
                                        column: 45,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "dbOptions",
                                       span: Span {
                                        start: Position {
                                         line: 266,
                                         column: 46,
                                        },
                                        end: Position {
                                         line: 266,
                                         column: 55,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 266,
                                 column: 16,
                                },
                                end: Position {
                                 line: 266,
                                 column: 56,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 267,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 267,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 267,
                                 column: 19,
                                },
                                end: Position {
                                 line: 267,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 264,
                            column: 27,
                           },
                           end: Position {
                            line: 268,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "nodeSize",
                        span: Span {
                         start: Position {
                          line: 270,
                          column: 7,
                         },
                         end: Position {
                          line: 270,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 270,
                           column: 18,
                          },
                          end: Position {
                           line: 270,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 271,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 271,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 271,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 271,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 271,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 271,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Rippled size of the node you are running.\n\"tiny\", \"small\", \"medium\", \"large\", and \"huge\"\n",
                                     span: Span {
                                      start: Position {
                                       line: 272,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 274,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 271,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 274,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 275,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 275,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 275,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 275,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 275,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 275,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "tiny",
                                        span: Span {
                                         start: Position {
                                          line: 275,
                                          column: 29,
                                         },
                                         end: Position {
                                          line: 275,
                                          column: 33,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 275,
                                       column: 28,
                                      },
                                      end: Position {
                                       line: 275,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "small",
                                        span: Span {
                                         start: Position {
                                          line: 275,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 275,
                                          column: 41,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 275,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 275,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "medium",
                                        span: Span {
                                         start: Position {
                                          line: 275,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 275,
                                          column: 50,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 275,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 275,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "large",
                                        span: Span {
                                         start: Position {
                                          line: 275,
                                          column: 53,
                                         },
                                         end: Position {
                                          line: 275,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 275,
                                       column: 52,
                                      },
                                      end: Position {
                                       line: 275,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "huge",
                                        span: Span {
                                         start: Position {
                                          line: 275,
                                          column: 61,
                                         },
                                         end: Position {
                                          line: 275,
                                          column: 65,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 275,
                                       column: 60,
                                      },
                                      end: Position {
                                       line: 275,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 275,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 275,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 276,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 276,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "small",
                                  span: Span {
                                   start: Position {
                                    line: 276,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 276,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 276,
                                 column: 19,
                                },
                                end: Position {
                                 line: 276,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 270,
                            column: 27,
                           },
                           end: Position {
                            line: 277,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ips",
                        span: Span {
                         start: Position {
                          line: 279,
                          column: 7,
                         },
                         end: Position {
                          line: 279,
                          column: 10,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 279,
                           column: 13,
                          },
                          end: Position {
                           line: 279,
                           column: 21,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 280,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 280,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 280,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 280,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 280,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 280,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "List of hostnames or ips where the Ripple protocol is served.\nFor a starter list, you can either copy entries from:\nhttps://ripple.com/ripple.txt or if you prefer you can let it\n default to r.ripple.com 51235\n\nA port may optionally be specified after adding a space to the\naddress. By convention, if known, IPs are listed in from most\nto least trusted.\n",
                                     span: Span {
                                      start: Position {
                                       line: 281,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 289,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 280,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 289,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 290,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 290,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 290,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 290,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 290,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 290,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 290,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 290,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 290,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 290,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 291,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 291,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "r.ripple.com 51235",
                                     span: Span {
                                      start: Position {
                                       line: 291,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 291,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 291,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 291,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 291,
                                 column: 19,
                                },
                                end: Position {
                                 line: 291,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 279,
                            column: 22,
                           },
                           end: Position {
                            line: 292,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ipsFixed",
                        span: Span {
                         start: Position {
                          line: 294,
                          column: 7,
                         },
                         end: Position {
                          line: 294,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 294,
                           column: 18,
                          },
                          end: Position {
                           line: 294,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 295,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 295,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 295,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 295,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 295,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 295,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "List of IP addresses or hostnames to which rippled should always\nattempt to maintain peer connections with. This is useful for\nmanually forming private networks, for example to configure a\nvalidation server that connects to the Ripple network through a\npublic-facing server, or for building a set of cluster peers.\n\nA port may optionally be specified after adding a space to the address\n",
                                     span: Span {
                                      start: Position {
                                       line: 296,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 303,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 295,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 303,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 304,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 304,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 304,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 304,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 304,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 304,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 304,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 304,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 304,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 304,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 305,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 305,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 305,
                                 column: 19,
                                },
                                end: Position {
                                 line: 305,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 294,
                            column: 27,
                           },
                           end: Position {
                            line: 306,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "validators",
                        span: Span {
                         start: Position {
                          line: 308,
                          column: 7,
                         },
                         end: Position {
                          line: 308,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 308,
                           column: 20,
                          },
                          end: Position {
                           line: 308,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 309,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 309,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 309,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 309,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 309,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 309,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "List of nodes to always accept as validators. Nodes are specified by domain\nor public key.\n",
                                     span: Span {
                                      start: Position {
                                       line: 310,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 312,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 309,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 312,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 313,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 313,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 313,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 313,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 313,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 313,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 313,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 313,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 313,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 313,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 314,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 314,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "n949f75evCHwgyP4fPVgaHqNHxUVN15PsJEZ3B3HnXPcPjcZAoy7  RL1",
                                     span: Span {
                                      start: Position {
                                       line: 315,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 315,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 315,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 315,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "n9MD5h24qrQqiyBC8aeqqCWvpiBiYQ3jxSr91uiDvmrkyHRdYLUj  RL2",
                                     span: Span {
                                      start: Position {
                                       line: 316,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 316,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 316,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 316,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "n9L81uNCaPgtUJfaHh89gmdvXKAmSt5Gdsw2g1iPWaPkAHW5Nm4C  RL3",
                                     span: Span {
                                      start: Position {
                                       line: 317,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 317,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 317,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 317,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "n9KiYM9CgngLvtRCQHZwgC2gjpdaZcCcbt3VboxiNFcKuwFVujzS  RL4",
                                     span: Span {
                                      start: Position {
                                       line: 318,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 318,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 318,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 318,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "n9LdgEtkmGB9E2h3K4Vp7iGUaKuq23Zr32ehxiU8FWY7xoxbWTSA  RL5",
                                     span: Span {
                                      start: Position {
                                       line: 319,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 319,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 319,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 319,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 314,
                                 column: 19,
                                },
                                end: Position {
                                 line: 320,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 308,
                            column: 29,
                           },
                           end: Position {
                            line: 321,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "databasePath",
                        span: Span {
                         start: Position {
                          line: 323,
                          column: 7,
                         },
                         end: Position {
                          line: 323,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 323,
                           column: 22,
                          },
                          end: Position {
                           line: 323,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 324,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 324,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 324,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 324,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 324,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 324,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Path to the ripple database.\n",
                                     span: Span {
                                      start: Position {
                                       line: 325,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 326,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 324,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 326,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 327,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 327,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 327,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 327,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 327,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 327,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 328,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 328,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/lib/rippled",
                                  span: Span {
                                   start: Position {
                                    line: 328,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 328,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 328,
                                 column: 19,
                                },
                                end: Position {
                                 line: 328,
                                 column: 37,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 323,
                            column: 31,
                           },
                           end: Position {
                            line: 329,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "validationQuorum",
                        span: Span {
                         start: Position {
                          line: 331,
                          column: 7,
                         },
                         end: Position {
                          line: 331,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 331,
                           column: 26,
                          },
                          end: Position {
                           line: 331,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 332,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 332,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 332,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 332,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 332,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 332,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The minimum number of trusted validations a ledger must have before\nthe server considers it fully validated.\n",
                                     span: Span {
                                      start: Position {
                                       line: 333,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 335,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 332,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 335,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 336,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 336,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 336,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 336,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 336,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 336,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 337,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 337,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "3",
                               span: Span {
                                start: Position {
                                 line: 337,
                                 column: 19,
                                },
                                end: Position {
                                 line: 337,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 331,
                            column: 35,
                           },
                           end: Position {
                            line: 338,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ledgerHistory",
                        span: Span {
                         start: Position {
                          line: 340,
                          column: 7,
                         },
                         end: Position {
                          line: 340,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 340,
                           column: 23,
                          },
                          end: Position {
                           line: 340,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 341,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 341,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 341,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 341,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 341,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 341,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The number of past ledgers to acquire on server startup and the minimum\nto maintain while running.\n",
                                     span: Span {
                                      start: Position {
                                       line: 342,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 344,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 341,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 344,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 345,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 345,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 345,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 345,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "either",
                                    span: Span {
                                     start: Position {
                                      line: 345,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 345,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 345,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 345,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "int",
                                     span: Span {
                                      start: Position {
                                       line: 345,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 345,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 345,
                                        column: 40,
                                       },
                                       end: Position {
                                        line: 345,
                                        column: 45,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "enum",
                                       span: Span {
                                        start: Position {
                                         line: 345,
                                         column: 46,
                                        },
                                        end: Position {
                                         line: 345,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   List(
                                    List {
                                     elements: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "full",
                                           span: Span {
                                            start: Position {
                                             line: 345,
                                             column: 53,
                                            },
                                            end: Position {
                                             line: 345,
                                             column: 57,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 345,
                                          column: 52,
                                         },
                                         end: Position {
                                          line: 345,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 345,
                                       column: 51,
                                      },
                                      end: Position {
                                       line: 345,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 346,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 346,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "1296000",
                               span: Span {
                                start: Position {
                                 line: 346,
                                 column: 19,
                                },
                                end: Position {
                                 line: 346,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 340,
                            column: 32,
                           },
                           end: Position {
                            line: 347,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "fetchDepth",
                        span: Span {
                         start: Position {
                          line: 349,
                          column: 7,
                         },
                         end: Position {
                          line: 349,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 349,
                           column: 20,
                          },
                          end: Position {
                           line: 349,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 350,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 350,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 350,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 350,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 350,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 350,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The number of past ledgers to serve to other peers that request historical\nledger data (or \"full\" for no limit).\n",
                                     span: Span {
                                      start: Position {
                                       line: 351,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 353,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 350,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 353,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 354,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 354,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: 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: "either",
                                    span: Span {
                                     start: Position {
                                      line: 354,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 354,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 354,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 354,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "int",
                                     span: Span {
                                      start: Position {
                                       line: 354,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 354,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 354,
                                        column: 40,
                                       },
                                       end: Position {
                                        line: 354,
                                        column: 45,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "enum",
                                       span: Span {
                                        start: Position {
                                         line: 354,
                                         column: 46,
                                        },
                                        end: Position {
                                         line: 354,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   List(
                                    List {
                                     elements: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "full",
                                           span: Span {
                                            start: Position {
                                             line: 354,
                                             column: 53,
                                            },
                                            end: Position {
                                             line: 354,
                                             column: 57,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 354,
                                          column: 52,
                                         },
                                         end: Position {
                                          line: 354,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 354,
                                       column: 51,
                                      },
                                      end: Position {
                                       line: 354,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 355,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 355,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "full",
                                  span: Span {
                                   start: Position {
                                    line: 355,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 355,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 355,
                                 column: 19,
                                },
                                end: Position {
                                 line: 355,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 349,
                            column: 29,
                           },
                           end: Position {
                            line: 356,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "sntpServers",
                        span: Span {
                         start: Position {
                          line: 358,
                          column: 7,
                         },
                         end: Position {
                          line: 358,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 358,
                           column: 21,
                          },
                          end: Position {
                           line: 358,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 359,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 359,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 359,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 359,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 359,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 359,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "IP address or domain of NTP servers to use for time synchronization.;\n",
                                     span: Span {
                                      start: Position {
                                       line: 360,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 361,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 359,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 361,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 362,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 362,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 362,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 362,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 362,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 362,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 362,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 362,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 362,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 362,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 363,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 363,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "time.windows.com",
                                     span: Span {
                                      start: Position {
                                       line: 364,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 364,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 364,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 364,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "time.apple.com",
                                     span: Span {
                                      start: Position {
                                       line: 365,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 365,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 365,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 365,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "time.nist.gov",
                                     span: Span {
                                      start: Position {
                                       line: 366,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 366,
                                       column: 25,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 366,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 366,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pool.ntp.org",
                                     span: Span {
                                      start: Position {
                                       line: 367,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 367,
                                       column: 24,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 367,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 367,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 363,
                                 column: 19,
                                },
                                end: Position {
                                 line: 368,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 358,
                            column: 30,
                           },
                           end: Position {
                            line: 369,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logLevel",
                        span: Span {
                         start: Position {
                          line: 371,
                          column: 7,
                         },
                         end: Position {
                          line: 371,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 371,
                           column: 18,
                          },
                          end: Position {
                           line: 371,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 372,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 372,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 372,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 372,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 372,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 372,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Logging verbosity.",
                                     span: Span {
                                      start: Position {
                                       line: 372,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 372,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 372,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 372,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 373,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 373,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 373,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 373,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 373,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 373,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "debug",
                                        span: Span {
                                         start: Position {
                                          line: 373,
                                          column: 29,
                                         },
                                         end: Position {
                                          line: 373,
                                          column: 34,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 373,
                                       column: 28,
                                      },
                                      end: Position {
                                       line: 373,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "error",
                                        span: Span {
                                         start: Position {
                                          line: 373,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 373,
                                          column: 42,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 373,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 373,
                                       column: 43,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "info",
                                        span: Span {
                                         start: Position {
                                          line: 373,
                                          column: 45,
                                         },
                                         end: Position {
                                          line: 373,
                                          column: 49,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 373,
                                       column: 44,
                                      },
                                      end: Position {
                                       line: 373,
                                       column: 50,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 373,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 373,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 374,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 374,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "error",
                                  span: Span {
                                   start: Position {
                                    line: 374,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 374,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 374,
                                 column: 19,
                                },
                                end: Position {
                                 line: 374,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 371,
                            column: 27,
                           },
                           end: Position {
                            line: 375,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "statsd",
                        span: Span {
                         start: Position {
                          line: 377,
                          column: 7,
                         },
                         end: Position {
                          line: 377,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "enable",
                             span: Span {
                              start: Position {
                               line: 378,
                               column: 9,
                              },
                              end: Position {
                               line: 378,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkEnableOption",
                              span: Span {
                               start: Position {
                                line: 378,
                                column: 18,
                               },
                               end: Position {
                                line: 378,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 378,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 378,
                                     column: 37,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 378,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 378,
                                      column: 43,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "statsd monitoring for rippled",
                                     span: Span {
                                      start: Position {
                                       line: 378,
                                       column: 45,
                                      },
                                      end: Position {
                                       line: 378,
                                       column: 74,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 378,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 378,
                                    column: 75,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "address",
                             span: Span {
                              start: Position {
                               line: 380,
                               column: 9,
                              },
                              end: Position {
                               line: 380,
                               column: 16,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 380,
                                column: 19,
                               },
                               end: Position {
                                line: 380,
                                column: 27,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 381,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 381,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 381,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 381,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 381,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 381,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "The UDP address and port of the listening StatsD server.",
                                          span: Span {
                                           start: Position {
                                            line: 381,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 381,
                                            column: 92,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 381,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 381,
                                         column: 93,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 382,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 382,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "127.0.0.1:8125",
                                       span: Span {
                                        start: Position {
                                         line: 382,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 382,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 382,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 382,
                                      column: 37,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 383,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 383,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 383,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 383,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 383,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 383,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 380,
                                 column: 28,
                                },
                                end: Position {
                                 line: 384,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "prefix",
                             span: Span {
                              start: Position {
                               line: 386,
                               column: 9,
                              },
                              end: Position {
                               line: 386,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 386,
                                column: 18,
                               },
                               end: Position {
                                line: 386,
                                column: 26,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 387,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 387,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 387,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 387,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 387,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 387,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "A string prepended to each collected metric.",
                                          span: Span {
                                           start: Position {
                                            line: 387,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 387,
                                            column: 80,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 387,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 387,
                                         column: 81,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 388,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 388,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [],
                                    span: Span {
                                     start: Position {
                                      line: 388,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 388,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 389,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 389,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 389,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 389,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 389,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 389,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 386,
                                 column: 27,
                                },
                                end: Position {
                                 line: 390,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 377,
                         column: 16,
                        },
                        end: Position {
                         line: 391,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConfig",
                        span: Span {
                         start: Position {
                          line: 393,
                          column: 7,
                         },
                         end: Position {
                          line: 393,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 393,
                           column: 21,
                          },
                          end: Position {
                           line: 393,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 394,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 394,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 394,
                                 column: 19,
                                },
                                end: Position {
                                 line: 394,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 395,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 395,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 395,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 395,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "lines",
                                  span: Span {
                                   start: Position {
                                    line: 395,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 395,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 396,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 396,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 396,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 396,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 396,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 396,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra lines to be added verbatim to the rippled.cfg configuration file.\n",
                                     span: Span {
                                      start: Position {
                                       line: 397,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 398,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 396,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 398,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 393,
                            column: 30,
                           },
                           end: Position {
                            line: 399,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "config",
                        span: Span {
                         start: Position {
                          line: 401,
                          column: 7,
                         },
                         end: Position {
                          line: 401,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 401,
                           column: 16,
                          },
                          end: Position {
                           line: 401,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "internal",
                                span: Span {
                                 start: Position {
                                  line: 402,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 402,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 402,
                                 column: 20,
                                },
                                end: Position {
                                 line: 402,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 403,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 403,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "pkgs",
                                   span: Span {
                                    start: Position {
                                     line: 403,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 403,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "writeText",
                                    span: Span {
                                     start: Position {
                                      line: 403,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 403,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "rippled.conf",
                                     span: Span {
                                      start: Position {
                                       line: 403,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 403,
                                       column: 47,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 403,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 403,
                                    column: 48,
                                   },
                                  },
                                 },
                                ),
                                Identifier(
                                 Identifier {
                                  id: "rippledCfg",
                                  span: Span {
                                   start: Position {
                                    line: 403,
                                    column: 49,
                                   },
                                   end: Position {
                                    line: 403,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 404,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 404,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalMD",
                                 span: Span {
                                  start: Position {
                                   line: 404,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 404,
                                   column: 32,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "generated config file",
                                     span: Span {
                                      start: Position {
                                       line: 404,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 404,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 404,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 404,
                                    column: 56,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 401,
                            column: 25,
                           },
                           end: Position {
                            line: 405,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 209,
                    column: 24,
                   },
                   end: Position {
                    line: 406,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 208,
               column: 13,
              },
              end: Position {
               line: 407,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 412,
                column: 3,
               },
               end: Position {
                line: 412,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 412,
                 column: 12,
                },
                end: Position {
                 line: 412,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 412,
                    column: 17,
                   },
                   end: Position {
                    line: 412,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 412,
                     column: 21,
                    },
                    end: Position {
                     line: 412,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 414,
                        column: 5,
                       },
                       end: Position {
                        line: 414,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 414,
                        column: 11,
                       },
                       end: Position {
                        line: 414,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rippled",
                      span: Span {
                       start: Position {
                        line: 414,
                        column: 17,
                       },
                       end: Position {
                        line: 414,
                        column: 24,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 415,
                             column: 9,
                            },
                            end: Position {
                             line: 415,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Ripple server user",
                             span: Span {
                              start: Position {
                               line: 415,
                               column: 24,
                              },
                              end: Position {
                               line: 415,
                               column: 42,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 415,
                            column: 23,
                           },
                           end: Position {
                            line: 415,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "isSystemUser",
                           span: Span {
                            start: Position {
                             line: 416,
                             column: 9,
                            },
                            end: Position {
                             line: 416,
                             column: 21,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 416,
                            column: 24,
                           },
                           end: Position {
                            line: 416,
                            column: 28,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 417,
                             column: 9,
                            },
                            end: Position {
                             line: 417,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "rippled",
                             span: Span {
                              start: Position {
                               line: 417,
                               column: 18,
                              },
                              end: Position {
                               line: 417,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 417,
                            column: 17,
                           },
                           end: Position {
                            line: 417,
                            column: 26,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "home",
                           span: Span {
                            start: Position {
                             line: 418,
                             column: 9,
                            },
                            end: Position {
                             line: 418,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 418,
                              column: 16,
                             },
                             end: Position {
                              line: 418,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "databasePath",
                             span: Span {
                              start: Position {
                               line: 418,
                               column: 20,
                              },
                              end: Position {
                               line: 418,
                               column: 32,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "createHome",
                           span: Span {
                            start: Position {
                             line: 419,
                             column: 9,
                            },
                            end: Position {
                             line: 419,
                             column: 19,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 419,
                            column: 22,
                           },
                           end: Position {
                            line: 419,
                            column: 26,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 414,
                       column: 27,
                      },
                      end: Position {
                       line: 420,
                       column: 8,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 421,
                        column: 5,
                       },
                       end: Position {
                        line: 421,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 421,
                        column: 11,
                       },
                       end: Position {
                        line: 421,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rippled",
                      span: Span {
                       start: Position {
                        line: 421,
                        column: 18,
                       },
                       end: Position {
                        line: 421,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [],
                     span: Span {
                      start: Position {
                       line: 421,
                       column: 28,
                      },
                      end: Position {
                       line: 421,
                       column: 30,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 423,
                        column: 5,
                       },
                       end: Position {
                        line: 423,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 423,
                        column: 13,
                       },
                       end: Position {
                        line: 423,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rippled",
                      span: Span {
                       start: Position {
                        line: 423,
                        column: 22,
                       },
                       end: Position {
                        line: 423,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 424,
                             column: 7,
                            },
                            end: Position {
                             line: 424,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 424,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 424,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 424,
                               column: 17,
                              },
                              end: Position {
                               line: 424,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 424,
                            column: 15,
                           },
                           end: Position {
                            line: 424,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 425,
                             column: 7,
                            },
                            end: Position {
                             line: 425,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 425,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 425,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 425,
                               column: 20,
                              },
                              end: Position {
                               line: 425,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 425,
                            column: 18,
                           },
                           end: Position {
                            line: 425,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 427,
                             column: 7,
                            },
                            end: Position {
                             line: 427,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 428,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 428,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 428,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 428,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "package",
                                       span: Span {
                                        start: Position {
                                         line: 428,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 428,
                                         column: 35,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/rippled --fg --conf ",
                                  span: Span {
                                   start: Position {
                                    line: 428,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 428,
                                    column: 61,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 428,
                                        column: 63,
                                       },
                                       end: Position {
                                        line: 428,
                                        column: 66,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "config",
                                       span: Span {
                                        start: Position {
                                         line: 428,
                                         column: 67,
                                        },
                                        end: Position {
                                         line: 428,
                                         column: 73,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 428,
                                 column: 21,
                                },
                                end: Position {
                                 line: 428,
                                 column: 75,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 429,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 429,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "rippled",
                                  span: Span {
                                   start: Position {
                                    line: 429,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 429,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 429,
                                 column: 16,
                                },
                                end: Position {
                                 line: 429,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 430,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 430,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "on-failure",
                                  span: Span {
                                   start: Position {
                                    line: 430,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 430,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 430,
                                 column: 19,
                                },
                                end: Position {
                                 line: 430,
                                 column: 31,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "LimitNOFILE",
                                span: Span {
                                 start: Position {
                                  line: 431,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 431,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "10000",
                               span: Span {
                                start: Position {
                                 line: 431,
                                 column: 21,
                                },
                                end: Position {
                                 line: 431,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 427,
                            column: 23,
                           },
                           end: Position {
                            line: 432,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 423,
                       column: 32,
                      },
                      end: Position {
                       line: 433,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 435,
                        column: 5,
                       },
                       end: Position {
                        line: 435,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 435,
                        column: 17,
                       },
                       end: Position {
                        line: 435,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 435,
                            column: 36,
                           },
                           end: Position {
                            line: 435,
                            column: 39,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 435,
                             column: 40,
                            },
                            end: Position {
                             line: 435,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 435,
                       column: 34,
                      },
                      end: Position {
                       line: 435,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 412,
                  column: 28,
                 },
                 end: Position {
                  line: 437,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 204,
          column: 1,
         },
         end: Position {
          line: 438,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 438,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 438,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 438,
    column: 2,
   },
  },
 },
)