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