Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: LetIn(
   LetIn {
    bindings: [
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "cfg",
          span: Span {
           start: Position {
            line: 3,
            column: 3,
           },
           end: Position {
            line: 3,
            column: 6,
           },
          },
         },
        ),
       ],
       to: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "config",
           span: Span {
            start: Position {
             line: 3,
             column: 9,
            },
            end: Position {
             line: 3,
             column: 15,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "services",
            span: Span {
             start: Position {
              line: 3,
              column: 16,
             },
             end: Position {
              line: 3,
              column: 24,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "dendrite",
            span: Span {
             start: Position {
              line: 3,
              column: 25,
             },
             end: Position {
              line: 3,
              column: 33,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "settingsFormat",
          span: Span {
           start: Position {
            line: 4,
            column: 3,
           },
           end: Position {
            line: 4,
            column: 17,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 4,
               column: 20,
              },
              end: Position {
               line: 4,
               column: 24,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "formats",
              span: Span {
               start: Position {
                line: 4,
                column: 25,
               },
               end: Position {
                line: 4,
                column: 32,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "yaml",
              span: Span {
               start: Position {
                line: 4,
                column: 33,
               },
               end: Position {
                line: 4,
                column: 37,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          Map(
           Map {
            recursive: false,
            bindings: [],
            span: Span {
             start: Position {
              line: 4,
              column: 38,
             },
             end: Position {
              line: 4,
              column: 41,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "configurationYaml",
          span: Span {
           start: Position {
            line: 5,
            column: 3,
           },
           end: Position {
            line: 5,
            column: 20,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "settingsFormat",
             span: Span {
              start: Position {
               line: 5,
               column: 23,
              },
              end: Position {
               line: 5,
               column: 37,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "generate",
              span: Span {
               start: Position {
                line: 5,
                column: 38,
               },
               end: Position {
                line: 5,
                column: 46,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          String(
           String_ {
            parts: [
             Raw(
              PartRaw {
               content: "dendrite.yaml",
               span: Span {
                start: Position {
                 line: 5,
                 column: 48,
                },
                end: Position {
                 line: 5,
                 column: 61,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 5,
              column: 47,
             },
             end: Position {
              line: 5,
              column: 62,
             },
            },
           },
          ),
          PropertyAccess(
           PropertyAccess {
            expression: Identifier(
             Identifier {
              id: "cfg",
              span: Span {
               start: Position {
                line: 5,
                column: 63,
               },
               end: Position {
                line: 5,
                column: 66,
               },
              },
             },
            ),
            attribute_path: [
             Raw(
              PartRaw {
               content: "settings",
               span: Span {
                start: Position {
                 line: 5,
                 column: 67,
                },
                end: Position {
                 line: 5,
                 column: 75,
                },
               },
              },
             ),
            ],
            default: None,
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "workingDir",
          span: Span {
           start: Position {
            line: 6,
            column: 3,
           },
           end: Position {
            line: 6,
            column: 13,
           },
          },
         },
        ),
       ],
       to: String(
        String_ {
         parts: [
          Raw(
           PartRaw {
            content: "/var/lib/dendrite",
            span: Span {
             start: Position {
              line: 6,
              column: 17,
             },
             end: Position {
              line: 6,
              column: 34,
             },
            },
           },
          ),
         ],
         span: Span {
          start: Position {
           line: 6,
           column: 16,
          },
          end: Position {
           line: 6,
           column: 35,
          },
         },
        },
       ),
      },
     ),
    ],
    target: Map(
     Map {
      recursive: false,
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "options",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 10,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "services",
            span: Span {
             start: Position {
              line: 9,
              column: 11,
             },
             end: Position {
              line: 9,
              column: 19,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "dendrite",
            span: Span {
             start: Position {
              line: 9,
              column: 20,
             },
             end: Position {
              line: 9,
              column: 28,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "enable",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 5,
                  },
                  end: Position {
                   line: 10,
                   column: 11,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 10,
                      column: 14,
                     },
                     end: Position {
                      line: 10,
                      column: 17,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkEnableOption",
                     span: Span {
                      start: Position {
                       line: 10,
                       column: 18,
                      },
                      end: Position {
                       line: 10,
                       column: 32,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 FunctionApplication(
                  FunctionApplication {
                   function: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "lib",
                       span: Span {
                        start: Position {
                         line: 10,
                         column: 34,
                        },
                        end: Position {
                         line: 10,
                         column: 37,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "mdDoc",
                        span: Span {
                         start: Position {
                          line: 10,
                          column: 38,
                         },
                         end: Position {
                          line: 10,
                          column: 43,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   arguments: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "matrix.org dendrite",
                         span: Span {
                          start: Position {
                           line: 10,
                           column: 45,
                          },
                          end: Position {
                           line: 10,
                           column: 64,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 44,
                       },
                       end: Position {
                        line: 10,
                        column: 65,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "httpPort",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 5,
                  },
                  end: Position {
                   line: 11,
                   column: 13,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 11,
                      column: 16,
                     },
                     end: Position {
                      line: 11,
                      column: 19,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 20,
                      },
                      end: Position {
                       line: 11,
                       column: 28,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 12,
                           column: 7,
                          },
                          end: Position {
                           line: 12,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 12,
                              column: 14,
                             },
                             end: Position {
                              line: 12,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "types",
                             span: Span {
                              start: Position {
                               line: 12,
                               column: 18,
                              },
                              end: Position {
                               line: 12,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "nullOr",
                             span: Span {
                              start: Position {
                               line: 12,
                               column: 24,
                              },
                              end: Position {
                               line: 12,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "lib",
                             span: Span {
                              start: Position {
                               line: 12,
                               column: 31,
                              },
                              end: Position {
                               line: 12,
                               column: 34,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "types",
                              span: Span {
                               start: Position {
                                line: 12,
                                column: 35,
                               },
                               end: Position {
                                line: 12,
                                column: 40,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 12,
                                column: 41,
                               },
                               end: Position {
                                line: 12,
                                column: 45,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 13,
                           column: 7,
                          },
                          end: Position {
                           line: 13,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Integer(
                       Integer {
                        value: "8008",
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 17,
                         },
                         end: Position {
                          line: 13,
                          column: 21,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 7,
                          },
                          end: Position {
                           line: 14,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 14,
                              column: 21,
                             },
                             end: Position {
                              line: 14,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 14,
                               column: 25,
                              },
                              end: Position {
                               line: 14,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "The port to listen for HTTP requests on.\n",
                              span: Span {
                               start: Position {
                                line: 15,
                                column: 1,
                               },
                               end: Position {
                                line: 16,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 14,
                             column: 31,
                            },
                            end: Position {
                             line: 16,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 29,
                    },
                    end: Position {
                     line: 17,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "httpsPort",
                 span: Span {
                  start: Position {
                   line: 18,
                   column: 5,
                  },
                  end: Position {
                   line: 18,
                   column: 14,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 17,
                     },
                     end: Position {
                      line: 18,
                      column: 20,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 21,
                      },
                      end: Position {
                       line: 18,
                       column: 29,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 19,
                           column: 7,
                          },
                          end: Position {
                           line: 19,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 19,
                              column: 14,
                             },
                             end: Position {
                              line: 19,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "types",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 18,
                              },
                              end: Position {
                               line: 19,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "nullOr",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 24,
                              },
                              end: Position {
                               line: 19,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "lib",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 31,
                              },
                              end: Position {
                               line: 19,
                               column: 34,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "types",
                              span: Span {
                               start: Position {
                                line: 19,
                                column: 35,
                               },
                               end: Position {
                                line: 19,
                                column: 40,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 19,
                                column: 41,
                               },
                               end: Position {
                                line: 19,
                                column: 45,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 20,
                           column: 7,
                          },
                          end: Position {
                           line: 20,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "null",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 17,
                         },
                         end: Position {
                          line: 20,
                          column: 21,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 21,
                           column: 7,
                          },
                          end: Position {
                           line: 21,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 21,
                              column: 21,
                             },
                             end: Position {
                              line: 21,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 21,
                               column: 25,
                              },
                              end: Position {
                               line: 21,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "The port to listen for HTTPS requests on.\n",
                              span: Span {
                               start: Position {
                                line: 22,
                                column: 1,
                               },
                               end: Position {
                                line: 23,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 31,
                            },
                            end: Position {
                             line: 23,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 30,
                    },
                    end: Position {
                     line: 24,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "tlsCert",
                 span: Span {
                  start: Position {
                   line: 25,
                   column: 5,
                  },
                  end: Position {
                   line: 25,
                   column: 12,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 25,
                      column: 15,
                     },
                     end: Position {
                      line: 25,
                      column: 18,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 25,
                       column: 19,
                      },
                      end: Position {
                       line: 25,
                       column: 27,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 26,
                           column: 7,
                          },
                          end: Position {
                           line: 26,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 26,
                              column: 14,
                             },
                             end: Position {
                              line: 26,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "types",
                             span: Span {
                              start: Position {
                               line: 26,
                               column: 18,
                              },
                              end: Position {
                               line: 26,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "nullOr",
                             span: Span {
                              start: Position {
                               line: 26,
                               column: 24,
                              },
                              end: Position {
                               line: 26,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "lib",
                             span: Span {
                              start: Position {
                               line: 26,
                               column: 31,
                              },
                              end: Position {
                               line: 26,
                               column: 34,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "types",
                              span: Span {
                               start: Position {
                                line: 26,
                                column: 35,
                               },
                               end: Position {
                                line: 26,
                                column: 40,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "path",
                              span: Span {
                               start: Position {
                                line: 26,
                                column: 41,
                               },
                               end: Position {
                                line: 26,
                                column: 45,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "example",
                         span: Span {
                          start: Position {
                           line: 27,
                           column: 7,
                          },
                          end: Position {
                           line: 27,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "/var/lib/dendrite/server.cert",
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 18,
                            },
                            end: Position {
                             line: 27,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 27,
                          column: 17,
                         },
                         end: Position {
                          line: 27,
                          column: 48,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 28,
                           column: 7,
                          },
                          end: Position {
                           line: 28,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "null",
                        span: Span {
                         start: Position {
                          line: 28,
                          column: 17,
                         },
                         end: Position {
                          line: 28,
                          column: 21,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 29,
                           column: 7,
                          },
                          end: Position {
                           line: 29,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 29,
                              column: 21,
                             },
                             end: Position {
                              line: 29,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 29,
                               column: 25,
                              },
                              end: Position {
                               line: 29,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "The path to the TLS certificate.\n\n```\n  nix-shell -p dendrite --command \"generate-keys --tls-cert server.crt --tls-key server.key\"\n```\n",
                              span: Span {
                               start: Position {
                                line: 30,
                                column: 1,
                               },
                               end: Position {
                                line: 35,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 31,
                            },
                            end: Position {
                             line: 35,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 25,
                     column: 28,
                    },
                    end: Position {
                     line: 36,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "tlsKey",
                 span: Span {
                  start: Position {
                   line: 37,
                   column: 5,
                  },
                  end: Position {
                   line: 37,
                   column: 11,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 37,
                      column: 14,
                     },
                     end: Position {
                      line: 37,
                      column: 17,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 37,
                       column: 18,
                      },
                      end: Position {
                       line: 37,
                       column: 26,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 38,
                           column: 7,
                          },
                          end: Position {
                           line: 38,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 38,
                              column: 14,
                             },
                             end: Position {
                              line: 38,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "types",
                             span: Span {
                              start: Position {
                               line: 38,
                               column: 18,
                              },
                              end: Position {
                               line: 38,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "nullOr",
                             span: Span {
                              start: Position {
                               line: 38,
                               column: 24,
                              },
                              end: Position {
                               line: 38,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "lib",
                             span: Span {
                              start: Position {
                               line: 38,
                               column: 31,
                              },
                              end: Position {
                               line: 38,
                               column: 34,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "types",
                              span: Span {
                               start: Position {
                                line: 38,
                                column: 35,
                               },
                               end: Position {
                                line: 38,
                                column: 40,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "path",
                              span: Span {
                               start: Position {
                                line: 38,
                                column: 41,
                               },
                               end: Position {
                                line: 38,
                                column: 45,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "example",
                         span: Span {
                          start: Position {
                           line: 39,
                           column: 7,
                          },
                          end: Position {
                           line: 39,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "/var/lib/dendrite/server.key",
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 18,
                            },
                            end: Position {
                             line: 39,
                             column: 46,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 39,
                          column: 17,
                         },
                         end: Position {
                          line: 39,
                          column: 47,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 40,
                           column: 7,
                          },
                          end: Position {
                           line: 40,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "null",
                        span: Span {
                         start: Position {
                          line: 40,
                          column: 17,
                         },
                         end: Position {
                          line: 40,
                          column: 21,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 41,
                           column: 7,
                          },
                          end: Position {
                           line: 41,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 41,
                              column: 21,
                             },
                             end: Position {
                              line: 41,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 41,
                               column: 25,
                              },
                              end: Position {
                               line: 41,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "The path to the TLS key.\n\n```\n  nix-shell -p dendrite --command \"generate-keys --tls-cert server.crt --tls-key server.key\"\n```\n",
                              span: Span {
                               start: Position {
                                line: 42,
                                column: 1,
                               },
                               end: Position {
                                line: 47,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 41,
                             column: 31,
                            },
                            end: Position {
                             line: 47,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 37,
                     column: 27,
                    },
                    end: Position {
                     line: 48,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "environmentFile",
                 span: Span {
                  start: Position {
                   line: 49,
                   column: 5,
                  },
                  end: Position {
                   line: 49,
                   column: 20,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 49,
                      column: 23,
                     },
                     end: Position {
                      line: 49,
                      column: 26,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 49,
                       column: 27,
                      },
                      end: Position {
                       line: 49,
                       column: 35,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 50,
                           column: 7,
                          },
                          end: Position {
                           line: 50,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 50,
                              column: 14,
                             },
                             end: Position {
                              line: 50,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "types",
                             span: Span {
                              start: Position {
                               line: 50,
                               column: 18,
                              },
                              end: Position {
                               line: 50,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "nullOr",
                             span: Span {
                              start: Position {
                               line: 50,
                               column: 24,
                              },
                              end: Position {
                               line: 50,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "lib",
                             span: Span {
                              start: Position {
                               line: 50,
                               column: 31,
                              },
                              end: Position {
                               line: 50,
                               column: 34,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "types",
                              span: Span {
                               start: Position {
                                line: 50,
                                column: 35,
                               },
                               end: Position {
                                line: 50,
                                column: 40,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "path",
                              span: Span {
                               start: Position {
                                line: 50,
                                column: 41,
                               },
                               end: Position {
                                line: 50,
                                column: 45,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "example",
                         span: Span {
                          start: Position {
                           line: 51,
                           column: 7,
                          },
                          end: Position {
                           line: 51,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "/var/lib/dendrite/registration_secret",
                           span: Span {
                            start: Position {
                             line: 51,
                             column: 18,
                            },
                            end: Position {
                             line: 51,
                             column: 55,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 51,
                          column: 17,
                         },
                         end: Position {
                          line: 51,
                          column: 56,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 52,
                           column: 7,
                          },
                          end: Position {
                           line: 52,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "null",
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 17,
                         },
                         end: Position {
                          line: 52,
                          column: 21,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 53,
                           column: 7,
                          },
                          end: Position {
                           line: 53,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 53,
                              column: 21,
                             },
                             end: Position {
                              line: 53,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 25,
                              },
                              end: Position {
                               line: 53,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "Environment file as defined in {manpage}`systemd.exec(5)`.\nSecrets may be passed to the service without adding them to the world-readable\nNix store, by specifying placeholder variables as the option value in Nix and\nsetting these variables accordingly in the environment file. Currently only used\nfor the registration secret to allow secure registration when\nclient_api.registration_disabled is true.\n\n```\n  # snippet of dendrite-related config\n  services.dendrite.settings.client_api.registration_shared_secret = \"$REGISTRATION_SHARED_SECRET\";\n```\n\n```\n  # content of the environment file\n  REGISTRATION_SHARED_SECRET=verysecretpassword\n```\n\nNote that this file needs to be available on the host on which\n`dendrite` is running.\n",
                              span: Span {
                               start: Position {
                                line: 54,
                                column: 1,
                               },
                               end: Position {
                                line: 73,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 31,
                            },
                            end: Position {
                             line: 73,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 49,
                     column: 36,
                    },
                    end: Position {
                     line: 74,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "loadCredential",
                 span: Span {
                  start: Position {
                   line: 75,
                   column: 5,
                  },
                  end: Position {
                   line: 75,
                   column: 19,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 75,
                      column: 22,
                     },
                     end: Position {
                      line: 75,
                      column: 25,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 75,
                       column: 26,
                      },
                      end: Position {
                       line: 75,
                       column: 34,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 76,
                           column: 7,
                          },
                          end: Position {
                           line: 76,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 76,
                              column: 14,
                             },
                             end: Position {
                              line: 76,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "types",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 18,
                              },
                              end: Position {
                               line: 76,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "listOf",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 24,
                              },
                              end: Position {
                               line: 76,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "lib",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 31,
                              },
                              end: Position {
                               line: 76,
                               column: 34,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "types",
                              span: Span {
                               start: Position {
                                line: 76,
                                column: 35,
                               },
                               end: Position {
                                line: 76,
                                column: 40,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "str",
                              span: Span {
                               start: Position {
                                line: 76,
                                column: 41,
                               },
                               end: Position {
                                line: 76,
                                column: 44,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 77,
                           column: 7,
                          },
                          end: Position {
                           line: 77,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [],
                        span: Span {
                         start: Position {
                          line: 77,
                          column: 17,
                         },
                         end: Position {
                          line: 77,
                          column: 20,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "example",
                         span: Span {
                          start: Position {
                           line: 78,
                           column: 7,
                          },
                          end: Position {
                           line: 78,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "private_key:/path/to/my_private_key",
                              span: Span {
                               start: Position {
                                line: 78,
                                column: 20,
                               },
                               end: Position {
                                line: 78,
                                column: 55,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 78,
                             column: 19,
                            },
                            end: Position {
                             line: 78,
                             column: 56,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 78,
                          column: 17,
                         },
                         end: Position {
                          line: 78,
                          column: 58,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 79,
                           column: 7,
                          },
                          end: Position {
                           line: 79,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 79,
                              column: 21,
                             },
                             end: Position {
                              line: 79,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 79,
                               column: 25,
                              },
                              end: Position {
                               line: 79,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "This can be used to pass secrets to the systemd service without adding them to\nthe nix store.\nTo use the example setting, see the example of\n{option}`services.dendrite.settings.global.private_key`.\nSee the LoadCredential section of systemd.exec manual for more information.\n",
                              span: Span {
                               start: Position {
                                line: 80,
                                column: 1,
                               },
                               end: Position {
                                line: 85,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 79,
                             column: 31,
                            },
                            end: Position {
                             line: 85,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 75,
                     column: 35,
                    },
                    end: Position {
                     line: 86,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "settings",
                 span: Span {
                  start: Position {
                   line: 87,
                   column: 5,
                  },
                  end: Position {
                   line: 87,
                   column: 13,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 87,
                      column: 16,
                     },
                     end: Position {
                      line: 87,
                      column: 19,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 87,
                       column: 20,
                      },
                      end: Position {
                       line: 87,
                       column: 28,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 88,
                           column: 7,
                          },
                          end: Position {
                           line: 88,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 88,
                              column: 14,
                             },
                             end: Position {
                              line: 88,
                              column: 17,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "types",
                             span: Span {
                              start: Position {
                               line: 88,
                               column: 18,
                              },
                              end: Position {
                               line: 88,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "submodule",
                             span: Span {
                              start: Position {
                               line: 88,
                               column: 24,
                              },
                              end: Position {
                               line: 88,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "freeformType",
                                 span: Span {
                                  start: Position {
                                   line: 89,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 89,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "settingsFormat",
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 89,
                                     column: 39,
                                    },
                                    end: Position {
                                     line: 89,
                                     column: 43,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 90,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 90,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "global",
                                 span: Span {
                                  start: Position {
                                   line: 90,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 90,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "server_name",
                                      span: Span {
                                       start: Position {
                                        line: 91,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 91,
                                        column: 22,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 91,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 91,
                                           column: 28,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 91,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 91,
                                            column: 37,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 92,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 92,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 92,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 92,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 92,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 92,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 92,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 92,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "example",
                                              span: Span {
                                               start: Position {
                                                line: 93,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 93,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "example.com",
                                                span: Span {
                                                 start: Position {
                                                  line: 93,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 93,
                                                  column: 35,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 93,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 93,
                                               column: 36,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 94,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 94,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 94,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 94,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 94,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 94,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "The domain name of the server, with optional explicit port.\nThis is used by remote servers to connect to this server.\nThis is also the last part of your UserID.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 95,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 98,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 94,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 98,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 91,
                                          column: 38,
                                         },
                                         end: Position {
                                          line: 99,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "private_key",
                                      span: Span {
                                       start: Position {
                                        line: 100,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 100,
                                        column: 22,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 100,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 100,
                                           column: 28,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 100,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 100,
                                            column: 37,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 101,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 101,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 101,
                                                   column: 20,
                                                  },
                                                  end: Position {
                                                   line: 101,
                                                   column: 23,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "types",
                                                  span: Span {
                                                   start: Position {
                                                    line: 101,
                                                    column: 24,
                                                   },
                                                   end: Position {
                                                    line: 101,
                                                    column: 29,
                                                   },
                                                  },
                                                 },
                                                ),
                                                Raw(
                                                 PartRaw {
                                                  content: "either",
                                                  span: Span {
                                                   start: Position {
                                                    line: 101,
                                                    column: 30,
                                                   },
                                                   end: Position {
                                                    line: 101,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "lib",
                                                  span: Span {
                                                   start: Position {
                                                    line: 102,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 102,
                                                    column: 18,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "types",
                                                   span: Span {
                                                    start: Position {
                                                     line: 102,
                                                     column: 19,
                                                    },
                                                    end: Position {
                                                     line: 102,
                                                     column: 24,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "path",
                                                   span: Span {
                                                    start: Position {
                                                     line: 102,
                                                     column: 25,
                                                    },
                                                    end: Position {
                                                     line: 102,
                                                     column: 29,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                              FunctionApplication(
                                               FunctionApplication {
                                                function: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "lib",
                                                    span: Span {
                                                     start: Position {
                                                      line: 103,
                                                      column: 16,
                                                     },
                                                     end: Position {
                                                      line: 103,
                                                      column: 19,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "types",
                                                     span: Span {
                                                      start: Position {
                                                       line: 103,
                                                       column: 20,
                                                      },
                                                      end: Position {
                                                       line: 103,
                                                       column: 25,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   Raw(
                                                    PartRaw {
                                                     content: "strMatching",
                                                     span: Span {
                                                      start: Position {
                                                       line: 103,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 103,
                                                       column: 37,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                                arguments: [
                                                 String(
                                                  String_ {
                                                   parts: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "^\\$CREDENTIALS_DIRECTORY/.+",
                                                      span: Span {
                                                       start: Position {
                                                        line: 103,
                                                        column: 39,
                                                       },
                                                       end: Position {
                                                        line: 103,
                                                        column: 67,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   span: Span {
                                                    start: Position {
                                                     line: 103,
                                                     column: 38,
                                                    },
                                                    end: Position {
                                                     line: 103,
                                                     column: 68,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "example",
                                              span: Span {
                                               start: Position {
                                                line: 104,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 104,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "$CREDENTIALS_DIRECTORY/private_key",
                                                span: Span {
                                                 start: Position {
                                                  line: 104,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 104,
                                                  column: 58,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 104,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 104,
                                               column: 59,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 105,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 105,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 105,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 105,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 105,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 105,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "The path to the signing private key file, used to sign\nrequests and events.\n\n```\n  nix-shell -p dendrite --command \"generate-keys --private-key matrix_key.pem\"\n```\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 106,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 112,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 105,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 112,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 100,
                                          column: 38,
                                         },
                                         end: Position {
                                          line: 113,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "trusted_third_party_id_servers",
                                      span: Span {
                                       start: Position {
                                        line: 114,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 114,
                                        column: 41,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 114,
                                           column: 44,
                                          },
                                          end: Position {
                                           line: 114,
                                           column: 47,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 114,
                                            column: 48,
                                           },
                                           end: Position {
                                            line: 114,
                                            column: 56,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 115,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 115,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 115,
                                                   column: 20,
                                                  },
                                                  end: Position {
                                                   line: 115,
                                                   column: 23,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "types",
                                                  span: Span {
                                                   start: Position {
                                                    line: 115,
                                                    column: 24,
                                                   },
                                                   end: Position {
                                                    line: 115,
                                                    column: 29,
                                                   },
                                                  },
                                                 },
                                                ),
                                                Raw(
                                                 PartRaw {
                                                  content: "listOf",
                                                  span: Span {
                                                   start: Position {
                                                    line: 115,
                                                    column: 30,
                                                   },
                                                   end: Position {
                                                    line: 115,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "lib",
                                                  span: Span {
                                                   start: Position {
                                                    line: 115,
                                                    column: 37,
                                                   },
                                                   end: Position {
                                                    line: 115,
                                                    column: 40,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "types",
                                                   span: Span {
                                                    start: Position {
                                                     line: 115,
                                                     column: 41,
                                                    },
                                                    end: Position {
                                                     line: 115,
                                                     column: 46,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "str",
                                                   span: Span {
                                                    start: Position {
                                                     line: 115,
                                                     column: 47,
                                                    },
                                                    end: Position {
                                                     line: 115,
                                                     column: 50,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "example",
                                              span: Span {
                                               start: Position {
                                                line: 116,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 116,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: List(
                                            List {
                                             elements: [
                                              String(
                                               String_ {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "matrix.org",
                                                   span: Span {
                                                    start: Position {
                                                     line: 116,
                                                     column: 26,
                                                    },
                                                    end: Position {
                                                     line: 116,
                                                     column: 36,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 116,
                                                  column: 25,
                                                 },
                                                 end: Position {
                                                  line: 116,
                                                  column: 37,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 116,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 116,
                                               column: 39,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 117,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 117,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: List(
                                            List {
                                             elements: [
                                              String(
                                               String_ {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "matrix.org",
                                                   span: Span {
                                                    start: Position {
                                                     line: 117,
                                                     column: 26,
                                                    },
                                                    end: Position {
                                                     line: 117,
                                                     column: 36,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 117,
                                                  column: 25,
                                                 },
                                                 end: Position {
                                                  line: 117,
                                                  column: 37,
                                                 },
                                                },
                                               },
                                              ),
                                              String(
                                               String_ {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "vector.im",
                                                   span: Span {
                                                    start: Position {
                                                     line: 117,
                                                     column: 39,
                                                    },
                                                    end: Position {
                                                     line: 117,
                                                     column: 48,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 117,
                                                  column: 38,
                                                 },
                                                 end: Position {
                                                  line: 117,
                                                  column: 49,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 117,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 117,
                                               column: 51,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 118,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 118,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 118,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 118,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 118,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 118,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Lists of domains that the server will trust as identity\nservers to verify third party identifiers such as phone\nnumbers and email addresses\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 119,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 122,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 118,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 122,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 114,
                                          column: 57,
                                         },
                                         end: Position {
                                          line: 123,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 90,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 125,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 125,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "app_service_api",
                                 span: Span {
                                  start: Position {
                                   line: 125,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 125,
                                   column: 32,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "database",
                                 span: Span {
                                  start: Position {
                                   line: 125,
                                   column: 33,
                                  },
                                  end: Position {
                                   line: 125,
                                   column: 41,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "connection_string",
                                      span: Span {
                                       start: Position {
                                        line: 126,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 126,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 126,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 126,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 126,
                                            column: 35,
                                           },
                                           end: Position {
                                            line: 126,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 127,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 127,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 127,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 127,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 127,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 127,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 127,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 127,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 128,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 128,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "file:federationapi.db",
                                                span: Span {
                                                 start: Position {
                                                  line: 128,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 128,
                                                  column: 45,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 128,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 128,
                                               column: 46,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 129,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 129,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 129,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 129,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 129,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 129,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Database for the Appservice API.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 130,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 131,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 129,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 131,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 126,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 132,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 44,
                                 },
                                 end: Position {
                                  line: 133,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 134,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 134,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "client_api",
                                 span: Span {
                                  start: Position {
                                   line: 134,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 134,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "registration_disabled",
                                      span: Span {
                                       start: Position {
                                        line: 135,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 135,
                                        column: 32,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 135,
                                           column: 35,
                                          },
                                          end: Position {
                                           line: 135,
                                           column: 38,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 135,
                                            column: 39,
                                           },
                                           end: Position {
                                            line: 135,
                                            column: 47,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 136,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 136,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 136,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 136,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 136,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 136,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "bool",
                                                span: Span {
                                                 start: Position {
                                                  line: 136,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 136,
                                                  column: 34,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 137,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 137,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: Identifier(
                                            Identifier {
                                             id: "true",
                                             span: Span {
                                              start: Position {
                                               line: 137,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 137,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 138,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 138,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 138,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 138,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 138,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 138,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Whether to disable user registration to the server\nwithout the shared secret.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 139,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 141,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 138,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 141,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 135,
                                          column: 48,
                                         },
                                         end: Position {
                                          line: 142,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 134,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 143,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 144,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 144,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "federation_api",
                                 span: Span {
                                  start: Position {
                                   line: 144,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 144,
                                   column: 31,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "database",
                                 span: Span {
                                  start: Position {
                                   line: 144,
                                   column: 32,
                                  },
                                  end: Position {
                                   line: 144,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "connection_string",
                                      span: Span {
                                       start: Position {
                                        line: 145,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 145,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 145,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 145,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 145,
                                            column: 35,
                                           },
                                           end: Position {
                                            line: 145,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 146,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 146,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 146,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 146,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 146,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 146,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 146,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 146,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 147,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 147,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "file:federationapi.db",
                                                span: Span {
                                                 start: Position {
                                                  line: 147,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 147,
                                                  column: 45,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 147,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 147,
                                               column: 46,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 148,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 148,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 148,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 148,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 148,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 148,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Database for the Federation API.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 149,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 150,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 148,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 150,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 145,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 151,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 144,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 152,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 153,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 153,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "key_server",
                                 span: Span {
                                  start: Position {
                                   line: 153,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 153,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "database",
                                 span: Span {
                                  start: Position {
                                   line: 153,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 153,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "connection_string",
                                      span: Span {
                                       start: Position {
                                        line: 154,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 154,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 154,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 154,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 154,
                                            column: 35,
                                           },
                                           end: Position {
                                            line: 154,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 155,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 155,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 155,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 155,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 155,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 155,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 155,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 155,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 156,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 156,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "file:keyserver.db",
                                                span: Span {
                                                 start: Position {
                                                  line: 156,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 156,
                                                  column: 41,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 156,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 156,
                                               column: 42,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 157,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 157,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 157,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 157,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 157,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 157,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Database for the Key Server (for end-to-end encryption).\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 158,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 159,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 157,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 159,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 154,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 160,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 39,
                                 },
                                 end: Position {
                                  line: 161,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 162,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 162,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "media_api",
                                 span: Span {
                                  start: Position {
                                   line: 162,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 162,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "database",
                                      span: Span {
                                       start: Position {
                                        line: 163,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 163,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "connection_string",
                                           span: Span {
                                            start: Position {
                                             line: 164,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 164,
                                             column: 30,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "lib",
                                              span: Span {
                                               start: Position {
                                                line: 164,
                                                column: 33,
                                               },
                                               end: Position {
                                                line: 164,
                                                column: 36,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "mkOption",
                                               span: Span {
                                                start: Position {
                                                 line: 164,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 164,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 165,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 165,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "lib",
                                                    span: Span {
                                                     start: Position {
                                                      line: 165,
                                                      column: 22,
                                                     },
                                                     end: Position {
                                                      line: 165,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "types",
                                                     span: Span {
                                                      start: Position {
                                                       line: 165,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 165,
                                                       column: 31,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 165,
                                                       column: 32,
                                                      },
                                                      end: Position {
                                                       line: 165,
                                                       column: 35,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 166,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 166,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "file:mediaapi.db",
                                                     span: Span {
                                                      start: Position {
                                                       line: 166,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 166,
                                                       column: 42,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 166,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 166,
                                                    column: 43,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 167,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 167,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 167,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 167,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 167,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 167,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "Database for the Media API.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 168,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 169,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 167,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 169,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 164,
                                               column: 46,
                                              },
                                              end: Position {
                                               line: 170,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 163,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 171,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "base_path",
                                      span: Span {
                                       start: Position {
                                        line: 172,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 172,
                                        column: 20,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 172,
                                           column: 23,
                                          },
                                          end: Position {
                                           line: 172,
                                           column: 26,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 172,
                                            column: 27,
                                           },
                                           end: Position {
                                            line: 172,
                                            column: 35,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 173,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 173,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 173,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 173,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 173,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 173,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 173,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 173,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 174,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 174,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Interpolation(
                                               PartInterpolation {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "workingDir",
                                                  span: Span {
                                                   start: Position {
                                                    line: 174,
                                                    column: 26,
                                                   },
                                                   end: Position {
                                                    line: 174,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "/media_store",
                                                span: Span {
                                                 start: Position {
                                                  line: 174,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 174,
                                                  column: 49,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 174,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 174,
                                               column: 50,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 175,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 175,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 175,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 175,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 175,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 175,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Storage path for uploaded media.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 176,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 177,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 175,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 177,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 172,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 178,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 162,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 179,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 180,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 180,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "room_server",
                                 span: Span {
                                  start: Position {
                                   line: 180,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 180,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "database",
                                 span: Span {
                                  start: Position {
                                   line: 180,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 180,
                                   column: 37,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "connection_string",
                                      span: Span {
                                       start: Position {
                                        line: 181,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 181,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 181,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 181,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 181,
                                            column: 35,
                                           },
                                           end: Position {
                                            line: 181,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 182,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 182,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 182,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 182,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 182,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 182,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 182,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 182,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 183,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 183,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "file:roomserver.db",
                                                span: Span {
                                                 start: Position {
                                                  line: 183,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 183,
                                                  column: 42,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 183,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 183,
                                               column: 43,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 184,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 184,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 184,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 184,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 184,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 184,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Database for the Room Server.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 185,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 186,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 184,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 186,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 181,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 187,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 180,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 188,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 189,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 189,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "sync_api",
                                 span: Span {
                                  start: Position {
                                   line: 189,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 189,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "database",
                                 span: Span {
                                  start: Position {
                                   line: 189,
                                   column: 26,
                                  },
                                  end: Position {
                                   line: 189,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "connection_string",
                                      span: Span {
                                       start: Position {
                                        line: 190,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 190,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 190,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 190,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 190,
                                            column: 35,
                                           },
                                           end: Position {
                                            line: 190,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 191,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 191,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 191,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 191,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 191,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 191,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 191,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 191,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 192,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 192,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "file:syncserver.db",
                                                span: Span {
                                                 start: Position {
                                                  line: 192,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 192,
                                                  column: 42,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 192,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 192,
                                               column: 43,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 193,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 193,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 193,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 193,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 193,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 193,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "Database for the Sync API.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 194,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 195,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 193,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 195,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 190,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 196,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 189,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 197,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 198,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 198,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "sync_api",
                                 span: Span {
                                  start: Position {
                                   line: 198,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 198,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "search",
                                 span: Span {
                                  start: Position {
                                   line: 198,
                                   column: 26,
                                  },
                                  end: Position {
                                   line: 198,
                                   column: 32,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "enable",
                                      span: Span {
                                       start: Position {
                                        line: 199,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 199,
                                        column: 17,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 199,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 199,
                                           column: 23,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkEnableOption",
                                          span: Span {
                                           start: Position {
                                            line: 199,
                                            column: 24,
                                           },
                                           end: Position {
                                            line: 199,
                                            column: 38,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      FunctionApplication(
                                       FunctionApplication {
                                        function: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "lib",
                                            span: Span {
                                             start: Position {
                                              line: 199,
                                              column: 40,
                                             },
                                             end: Position {
                                              line: 199,
                                              column: 43,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "mdDoc",
                                             span: Span {
                                              start: Position {
                                               line: 199,
                                               column: 44,
                                              },
                                              end: Position {
                                               line: 199,
                                               column: 49,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                        arguments: [
                                         String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "Dendrite's full-text search engine",
                                              span: Span {
                                               start: Position {
                                                line: 199,
                                                column: 51,
                                               },
                                               end: Position {
                                                line: 199,
                                                column: 85,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 199,
                                             column: 50,
                                            },
                                            end: Position {
                                             line: 199,
                                             column: 86,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "index_path",
                                      span: Span {
                                       start: Position {
                                        line: 200,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 200,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 200,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 200,
                                           column: 27,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 200,
                                            column: 28,
                                           },
                                           end: Position {
                                            line: 200,
                                            column: 36,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 201,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 201,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 201,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 201,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 201,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 201,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 201,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 201,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 202,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 202,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Interpolation(
                                               PartInterpolation {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "workingDir",
                                                  span: Span {
                                                   start: Position {
                                                    line: 202,
                                                    column: 26,
                                                   },
                                                   end: Position {
                                                    line: 202,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "/searchindex",
                                                span: Span {
                                                 start: Position {
                                                  line: 202,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 202,
                                                  column: 49,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 202,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 202,
                                               column: 50,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 203,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 203,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 203,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 203,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 203,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 203,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "The path the search index will be created in.\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 204,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 205,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 203,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 205,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 200,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 206,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "language",
                                      span: Span {
                                       start: Position {
                                        line: 207,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 207,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "lib",
                                         span: Span {
                                          start: Position {
                                           line: 207,
                                           column: 22,
                                          },
                                          end: Position {
                                           line: 207,
                                           column: 25,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "mkOption",
                                          span: Span {
                                           start: Position {
                                            line: 207,
                                            column: 26,
                                           },
                                           end: Position {
                                            line: 207,
                                            column: 34,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Map(
                                       Map {
                                        recursive: false,
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "type",
                                              span: Span {
                                               start: Position {
                                                line: 208,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 208,
                                                column: 17,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "lib",
                                               span: Span {
                                                start: Position {
                                                 line: 208,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 208,
                                                 column: 23,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "types",
                                                span: Span {
                                                 start: Position {
                                                  line: 208,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 208,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "str",
                                                span: Span {
                                                 start: Position {
                                                  line: 208,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 208,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "default",
                                              span: Span {
                                               start: Position {
                                                line: 209,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 209,
                                                column: 20,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "en",
                                                span: Span {
                                                 start: Position {
                                                  line: 209,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 209,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 209,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 209,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "description",
                                              span: Span {
                                               start: Position {
                                                line: 210,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 210,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: FunctionApplication(
                                            FunctionApplication {
                                             function: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "lib",
                                                 span: Span {
                                                  start: Position {
                                                   line: 210,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 210,
                                                   column: 30,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "mdDoc",
                                                  span: Span {
                                                   start: Position {
                                                    line: 210,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 210,
                                                    column: 36,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                             arguments: [
                                              IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "The language most likely to be used on the server - used when indexing, to\nensure the returned results match expectations. A full list of possible languages\ncan be found at https://github.com/blevesearch/bleve/tree/master/analysis/lang\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 211,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 214,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 210,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 214,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 207,
                                          column: 35,
                                         },
                                         end: Position {
                                          line: 215,
                                          column: 12,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 198,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 216,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 217,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 217,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "user_api",
                                 span: Span {
                                  start: Position {
                                   line: 217,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 217,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "account_database",
                                      span: Span {
                                       start: Position {
                                        line: 218,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 218,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "connection_string",
                                           span: Span {
                                            start: Position {
                                             line: 219,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 219,
                                             column: 30,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "lib",
                                              span: Span {
                                               start: Position {
                                                line: 219,
                                                column: 33,
                                               },
                                               end: Position {
                                                line: 219,
                                                column: 36,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "mkOption",
                                               span: Span {
                                                start: Position {
                                                 line: 219,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 219,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 220,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 220,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "lib",
                                                    span: Span {
                                                     start: Position {
                                                      line: 220,
                                                      column: 22,
                                                     },
                                                     end: Position {
                                                      line: 220,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "types",
                                                     span: Span {
                                                      start: Position {
                                                       line: 220,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 220,
                                                       column: 31,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 220,
                                                       column: 32,
                                                      },
                                                      end: Position {
                                                       line: 220,
                                                       column: 35,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 221,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 221,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "file:userapi_accounts.db",
                                                     span: Span {
                                                      start: Position {
                                                       line: 221,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 221,
                                                       column: 50,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 221,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 221,
                                                    column: 51,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 222,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 222,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 222,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 222,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 222,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 222,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "Database for the User API, accounts.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 223,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 224,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 222,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 224,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 219,
                                               column: 46,
                                              },
                                              end: Position {
                                               line: 225,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 218,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 226,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "device_database",
                                      span: Span {
                                       start: Position {
                                        line: 227,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 227,
                                        column: 26,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "connection_string",
                                           span: Span {
                                            start: Position {
                                             line: 228,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 228,
                                             column: 30,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "lib",
                                              span: Span {
                                               start: Position {
                                                line: 228,
                                                column: 33,
                                               },
                                               end: Position {
                                                line: 228,
                                                column: 36,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "mkOption",
                                               span: Span {
                                                start: Position {
                                                 line: 228,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 228,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 229,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 229,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "lib",
                                                    span: Span {
                                                     start: Position {
                                                      line: 229,
                                                      column: 22,
                                                     },
                                                     end: Position {
                                                      line: 229,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "types",
                                                     span: Span {
                                                      start: Position {
                                                       line: 229,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 229,
                                                       column: 31,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 229,
                                                       column: 32,
                                                      },
                                                      end: Position {
                                                       line: 229,
                                                       column: 35,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 230,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 230,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "file:userapi_devices.db",
                                                     span: Span {
                                                      start: Position {
                                                       line: 230,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 230,
                                                       column: 49,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 230,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 230,
                                                    column: 50,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 231,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 231,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 231,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 231,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 231,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 231,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "Database for the User API, devices.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 232,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 233,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 231,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 233,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 228,
                                               column: 46,
                                              },
                                              end: Position {
                                               line: 234,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 227,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 235,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 217,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 236,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "options",
                                 span: Span {
                                  start: Position {
                                   line: 237,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 237,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "mscs",
                                 span: Span {
                                  start: Position {
                                   line: 237,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 237,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "database",
                                      span: Span {
                                       start: Position {
                                        line: 238,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 238,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "connection_string",
                                           span: Span {
                                            start: Position {
                                             line: 239,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 239,
                                             column: 30,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "lib",
                                              span: Span {
                                               start: Position {
                                                line: 239,
                                                column: 33,
                                               },
                                               end: Position {
                                                line: 239,
                                                column: 36,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "mkOption",
                                               span: Span {
                                                start: Position {
                                                 line: 239,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 239,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 240,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 240,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "lib",
                                                    span: Span {
                                                     start: Position {
                                                      line: 240,
                                                      column: 22,
                                                     },
                                                     end: Position {
                                                      line: 240,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "types",
                                                     span: Span {
                                                      start: Position {
                                                       line: 240,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 240,
                                                       column: 31,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 240,
                                                       column: 32,
                                                      },
                                                      end: Position {
                                                       line: 240,
                                                       column: 35,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 241,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 241,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "file:mscs.db",
                                                     span: Span {
                                                      start: Position {
                                                       line: 241,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 241,
                                                       column: 38,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 241,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 241,
                                                    column: 39,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 242,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 242,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 242,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 242,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 242,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 242,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "Database for exerimental MSC's.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 243,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 244,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 242,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 244,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 239,
                                               column: 46,
                                              },
                                              end: Position {
                                               line: 245,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 238,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 246,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 237,
                                  column: 24,
                                 },
                                 end: Position {
                                  line: 247,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 34,
                            },
                            end: Position {
                             line: 248,
                             column: 8,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 249,
                           column: 7,
                          },
                          end: Position {
                           line: 249,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [],
                        span: Span {
                         start: Position {
                          line: 249,
                          column: 17,
                         },
                         end: Position {
                          line: 249,
                          column: 20,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 250,
                           column: 7,
                          },
                          end: Position {
                           line: 250,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 250,
                              column: 21,
                             },
                             end: Position {
                              line: 250,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 250,
                               column: 25,
                              },
                              end: Position {
                               line: 250,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "Configuration for dendrite, see:\n<https://github.com/matrix-org/dendrite/blob/master/dendrite-config.yaml>\nfor available options with which to populate settings.\n",
                              span: Span {
                               start: Position {
                                line: 251,
                                column: 1,
                               },
                               end: Position {
                                line: 254,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 250,
                             column: 31,
                            },
                            end: Position {
                             line: 254,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 87,
                     column: 29,
                    },
                    end: Position {
                     line: 255,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "openRegistration",
                 span: Span {
                  start: Position {
                   line: 256,
                   column: 5,
                  },
                  end: Position {
                   line: 256,
                   column: 21,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "lib",
                    span: Span {
                     start: Position {
                      line: 256,
                      column: 24,
                     },
                     end: Position {
                      line: 256,
                      column: 27,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "mkOption",
                     span: Span {
                      start: Position {
                       line: 256,
                       column: 28,
                      },
                      end: Position {
                       line: 256,
                       column: 36,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 257,
                           column: 7,
                          },
                          end: Position {
                           line: 257,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "lib",
                          span: Span {
                           start: Position {
                            line: 257,
                            column: 14,
                           },
                           end: Position {
                            line: 257,
                            column: 17,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "types",
                           span: Span {
                            start: Position {
                             line: 257,
                             column: 18,
                            },
                            end: Position {
                             line: 257,
                             column: 23,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "bool",
                           span: Span {
                            start: Position {
                             line: 257,
                             column: 24,
                            },
                            end: Position {
                             line: 257,
                             column: 28,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 258,
                           column: 7,
                          },
                          end: Position {
                           line: 258,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "false",
                        span: Span {
                         start: Position {
                          line: 258,
                          column: 17,
                         },
                         end: Position {
                          line: 258,
                          column: 22,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 259,
                           column: 7,
                          },
                          end: Position {
                           line: 259,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 259,
                              column: 21,
                             },
                             end: Position {
                              line: 259,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 259,
                               column: 25,
                              },
                              end: Position {
                               line: 259,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "Allow open registration without secondary verification (reCAPTCHA).\n",
                              span: Span {
                               start: Position {
                                line: 260,
                                column: 1,
                               },
                               end: Position {
                                line: 261,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 259,
                             column: 31,
                            },
                            end: Position {
                             line: 261,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 256,
                     column: 37,
                    },
                    end: Position {
                     line: 262,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 9,
             column: 31,
            },
            end: Position {
             line: 263,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "config",
            span: Span {
             start: Position {
              line: 265,
              column: 3,
             },
             end: Position {
              line: 265,
              column: 9,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "lib",
               span: Span {
                start: Position {
                 line: 265,
                 column: 12,
                },
                end: Position {
                 line: 265,
                 column: 15,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "mkIf",
                span: Span {
                 start: Position {
                  line: 265,
                  column: 16,
                 },
                 end: Position {
                  line: 265,
                  column: 20,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 265,
                  column: 21,
                 },
                 end: Position {
                  line: 265,
                  column: 24,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "enable",
                 span: Span {
                  start: Position {
                   line: 265,
                   column: 25,
                  },
                  end: Position {
                   line: 265,
                   column: 31,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "assertions",
                    span: Span {
                     start: Position {
                      line: 266,
                      column: 5,
                     },
                     end: Position {
                      line: 266,
                      column: 15,
                     },
                    },
                   },
                  ),
                 ],
                 to: List(
                  List {
                   elements: [
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "assertion",
                            span: Span {
                             start: Position {
                              line: 267,
                              column: 7,
                             },
                             end: Position {
                              line: 267,
                              column: 16,
                             },
                            },
                           },
                          ),
                         ],
                         to: BinaryOperation(
                          BinaryOperation {
                           left: BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 267,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 267,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "httpsPort",
                                  span: Span {
                                   start: Position {
                                    line: 267,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 267,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: NotEqualTo,
                             right: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 267,
                                 column: 36,
                                },
                                end: Position {
                                 line: 267,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           operator: Implication,
                           right: BinaryOperation(
                            BinaryOperation {
                             left: BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 267,
                                     column: 45,
                                    },
                                    end: Position {
                                     line: 267,
                                     column: 48,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "tlsCert",
                                    span: Span {
                                     start: Position {
                                      line: 267,
                                      column: 49,
                                     },
                                     end: Position {
                                      line: 267,
                                      column: 56,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 267,
                                   column: 60,
                                  },
                                  end: Position {
                                   line: 267,
                                   column: 64,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             operator: LogicalAnd,
                             right: BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 267,
                                     column: 68,
                                    },
                                    end: Position {
                                     line: 267,
                                     column: 71,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "tlsKey",
                                    span: Span {
                                     start: Position {
                                      line: 267,
                                      column: 72,
                                     },
                                     end: Position {
                                      line: 267,
                                      column: 78,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 267,
                                   column: 82,
                                  },
                                  end: Position {
                                   line: 267,
                                   column: 86,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            },
                           ),
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "message",
                            span: Span {
                             start: Position {
                              line: 268,
                              column: 7,
                             },
                             end: Position {
                              line: 268,
                              column: 14,
                             },
                            },
                           },
                          ),
                         ],
                         to: IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "If Dendrite is configured to use https, tlsCert and tlsKey must be provided.\n\nnix-shell -p dendrite --command \"generate-keys --tls-cert server.crt --tls-key server.key\"\n",
                              span: Span {
                               start: Position {
                                line: 269,
                                column: 1,
                               },
                               end: Position {
                                line: 272,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 268,
                             column: 17,
                            },
                            end: Position {
                             line: 272,
                             column: 9,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 266,
                        column: 19,
                       },
                       end: Position {
                        line: 273,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 266,
                     column: 18,
                    },
                    end: Position {
                     line: 273,
                     column: 7,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "systemd",
                    span: Span {
                     start: Position {
                      line: 275,
                      column: 5,
                     },
                     end: Position {
                      line: 275,
                      column: 12,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 275,
                      column: 13,
                     },
                     end: Position {
                      line: 275,
                      column: 21,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "dendrite",
                    span: Span {
                     start: Position {
                      line: 275,
                      column: 22,
                     },
                     end: Position {
                      line: 275,
                      column: 30,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 276,
                           column: 7,
                          },
                          end: Position {
                           line: 276,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Dendrite Matrix homeserver",
                           span: Span {
                            start: Position {
                             line: 276,
                             column: 22,
                            },
                            end: Position {
                             line: 276,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 276,
                          column: 21,
                         },
                         end: Position {
                          line: 276,
                          column: 49,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "after",
                         span: Span {
                          start: Position {
                           line: 277,
                           column: 7,
                          },
                          end: Position {
                           line: 277,
                           column: 12,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "network.target",
                              span: Span {
                               start: Position {
                                line: 278,
                                column: 10,
                               },
                               end: Position {
                                line: 278,
                                column: 24,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 278,
                             column: 9,
                            },
                            end: Position {
                             line: 278,
                             column: 25,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 277,
                          column: 15,
                         },
                         end: Position {
                          line: 279,
                          column: 8,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "wantedBy",
                         span: Span {
                          start: Position {
                           line: 280,
                           column: 7,
                          },
                          end: Position {
                           line: 280,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "multi-user.target",
                              span: Span {
                               start: Position {
                                line: 280,
                                column: 21,
                               },
                               end: Position {
                                line: 280,
                                column: 38,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 280,
                             column: 20,
                            },
                            end: Position {
                             line: 280,
                             column: 39,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 280,
                          column: 18,
                         },
                         end: Position {
                          line: 280,
                          column: 41,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "serviceConfig",
                         span: Span {
                          start: Position {
                           line: 281,
                           column: 7,
                          },
                          end: Position {
                           line: 281,
                           column: 20,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "Type",
                              span: Span {
                               start: Position {
                                line: 282,
                                column: 9,
                               },
                               end: Position {
                                line: 282,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "simple",
                                span: Span {
                                 start: Position {
                                  line: 282,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 282,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 282,
                               column: 16,
                              },
                              end: Position {
                               line: 282,
                               column: 24,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "DynamicUser",
                              span: Span {
                               start: Position {
                                line: 283,
                                column: 9,
                               },
                               end: Position {
                                line: 283,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "true",
                             span: Span {
                              start: Position {
                               line: 283,
                               column: 23,
                              },
                              end: Position {
                               line: 283,
                               column: 27,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "StateDirectory",
                              span: Span {
                               start: Position {
                                line: 284,
                                column: 9,
                               },
                               end: Position {
                                line: 284,
                                column: 23,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "dendrite",
                                span: Span {
                                 start: Position {
                                  line: 284,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 284,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 284,
                               column: 26,
                              },
                              end: Position {
                               line: 284,
                               column: 36,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "WorkingDirectory",
                              span: Span {
                               start: Position {
                                line: 285,
                                column: 9,
                               },
                               end: Position {
                                line: 285,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "workingDir",
                             span: Span {
                              start: Position {
                               line: 285,
                               column: 28,
                              },
                              end: Position {
                               line: 285,
                               column: 38,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "RuntimeDirectory",
                              span: Span {
                               start: Position {
                                line: 286,
                                column: 9,
                               },
                               end: Position {
                                line: 286,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "dendrite",
                                span: Span {
                                 start: Position {
                                  line: 286,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 286,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 286,
                               column: 28,
                              },
                              end: Position {
                               line: 286,
                               column: 38,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "RuntimeDirectoryMode",
                              span: Span {
                               start: Position {
                                line: 287,
                                column: 9,
                               },
                               end: Position {
                                line: 287,
                                column: 29,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "0700",
                                span: Span {
                                 start: Position {
                                  line: 287,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 287,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 287,
                               column: 32,
                              },
                              end: Position {
                               line: 287,
                               column: 38,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "LimitNOFILE",
                              span: Span {
                               start: Position {
                                line: 288,
                                column: 9,
                               },
                               end: Position {
                                line: 288,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: Integer(
                            Integer {
                             value: "65535",
                             span: Span {
                              start: Position {
                               line: 288,
                               column: 23,
                              },
                              end: Position {
                               line: 288,
                               column: 28,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "EnvironmentFile",
                              span: Span {
                               start: Position {
                                line: 289,
                                column: 9,
                               },
                               end: Position {
                                line: 289,
                                column: 24,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 289,
                                   column: 27,
                                  },
                                  end: Position {
                                   line: 289,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mkIf",
                                  span: Span {
                                   start: Position {
                                    line: 289,
                                    column: 31,
                                   },
                                   end: Position {
                                    line: 289,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              BinaryOperation(
                               BinaryOperation {
                                left: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 289,
                                      column: 37,
                                     },
                                     end: Position {
                                      line: 289,
                                      column: 40,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "environmentFile",
                                     span: Span {
                                      start: Position {
                                       line: 289,
                                       column: 41,
                                      },
                                      end: Position {
                                       line: 289,
                                       column: 56,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                operator: NotEqualTo,
                                right: Identifier(
                                 Identifier {
                                  id: "null",
                                  span: Span {
                                   start: Position {
                                    line: 289,
                                    column: 60,
                                   },
                                   end: Position {
                                    line: 289,
                                    column: 64,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 289,
                                    column: 66,
                                   },
                                   end: Position {
                                    line: 289,
                                    column: 69,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "environmentFile",
                                   span: Span {
                                    start: Position {
                                     line: 289,
                                     column: 70,
                                    },
                                    end: Position {
                                     line: 289,
                                     column: 85,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "LoadCredential",
                              span: Span {
                               start: Position {
                                line: 290,
                                column: 9,
                               },
                               end: Position {
                                line: 290,
                                column: 23,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 290,
                                 column: 26,
                                },
                                end: Position {
                                 line: 290,
                                 column: 29,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "loadCredential",
                                span: Span {
                                 start: Position {
                                  line: 290,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 290,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "ExecStartPre",
                              span: Span {
                               start: Position {
                                line: 291,
                                column: 9,
                               },
                               end: Position {
                                line: 291,
                                column: 21,
                               },
                              },
                             },
                            ),
                           ],
                           to: IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "",
                                span: Span {
                                 start: Position {
                                  line: 292,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 292,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 292,
                                      column: 13,
                                     },
                                     end: Position {
                                      line: 292,
                                      column: 17,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "envsubst",
                                     span: Span {
                                      start: Position {
                                       line: 292,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 292,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/envsubst \\\n  -i ",
                                span: Span {
                                 start: Position {
                                  line: 292,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 293,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: Identifier(
                                 Identifier {
                                  id: "configurationYaml",
                                  span: Span {
                                   start: Position {
                                    line: 293,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 293,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: " \\\n  -o /run/dendrite/dendrite.yaml\n",
                                span: Span {
                                 start: Position {
                                  line: 292,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 295,
                                  column: 9,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 291,
                               column: 24,
                              },
                              end: Position {
                               line: 295,
                               column: 11,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "ExecStart",
                              span: Span {
                               start: Position {
                                line: 296,
                                column: 9,
                               },
                               end: Position {
                                line: 296,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 296,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 296,
                                   column: 24,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "strings",
                                  span: Span {
                                   start: Position {
                                    line: 296,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 296,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "concatStringsSep",
                                  span: Span {
                                   start: Position {
                                    line: 296,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 296,
                                    column: 49,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: " ",
                                   span: Span {
                                    start: Position {
                                     line: 296,
                                     column: 51,
                                    },
                                    end: Position {
                                     line: 296,
                                     column: 52,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 296,
                                  column: 50,
                                 },
                                 end: Position {
                                  line: 296,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                              BinaryOperation(
                               BinaryOperation {
                                left: List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Interpolation(
                                       PartInterpolation {
                                        expression: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "pkgs",
                                            span: Span {
                                             start: Position {
                                              line: 297,
                                              column: 14,
                                             },
                                             end: Position {
                                              line: 297,
                                              column: 18,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "dendrite",
                                             span: Span {
                                              start: Position {
                                               line: 297,
                                               column: 19,
                                              },
                                              end: Position {
                                               line: 297,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "/bin/dendrite-monolith-server",
                                        span: Span {
                                         start: Position {
                                          line: 297,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 297,
                                          column: 57,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 297,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 297,
                                       column: 58,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "--config /run/dendrite/dendrite.yaml",
                                        span: Span {
                                         start: Position {
                                          line: 298,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 298,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 298,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 298,
                                       column: 49,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 296,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 299,
                                    column: 10,
                                   },
                                  },
                                 },
                                ),
                                operator: Concatenation,
                                right: BinaryOperation(
                                 BinaryOperation {
                                  left: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 299,
                                          column: 14,
                                         },
                                         end: Position {
                                          line: 299,
                                          column: 17,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "optionals",
                                         span: Span {
                                          start: Position {
                                           line: 299,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 299,
                                           column: 27,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     BinaryOperation(
                                      BinaryOperation {
                                       left: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 299,
                                             column: 29,
                                            },
                                            end: Position {
                                             line: 299,
                                             column: 32,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "httpPort",
                                            span: Span {
                                             start: Position {
                                              line: 299,
                                              column: 33,
                                             },
                                             end: Position {
                                              line: 299,
                                              column: 41,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                       operator: NotEqualTo,
                                       right: Identifier(
                                        Identifier {
                                         id: "null",
                                         span: Span {
                                          start: Position {
                                           line: 299,
                                           column: 45,
                                          },
                                          end: Position {
                                           line: 299,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     List(
                                      List {
                                       elements: [
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "--http-bind-address :",
                                             span: Span {
                                              start: Position {
                                               line: 300,
                                               column: 12,
                                              },
                                              end: Position {
                                               line: 300,
                                               column: 66,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: FunctionApplication(
                                              FunctionApplication {
                                               function: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "builtins",
                                                   span: Span {
                                                    start: Position {
                                                     line: 300,
                                                     column: 35,
                                                    },
                                                    end: Position {
                                                     line: 300,
                                                     column: 43,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "toString",
                                                    span: Span {
                                                     start: Position {
                                                      line: 300,
                                                      column: 44,
                                                     },
                                                     end: Position {
                                                      line: 300,
                                                      column: 52,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                               arguments: [
                                                PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "cfg",
                                                    span: Span {
                                                     start: Position {
                                                      line: 300,
                                                      column: 53,
                                                     },
                                                     end: Position {
                                                      line: 300,
                                                      column: 56,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "httpPort",
                                                     span: Span {
                                                      start: Position {
                                                       line: 300,
                                                       column: 57,
                                                      },
                                                      end: Position {
                                                       line: 300,
                                                       column: 65,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 300,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 300,
                                            column: 67,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 299,
                                         column: 51,
                                        },
                                        end: Position {
                                         line: 301,
                                         column: 10,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                  operator: Concatenation,
                                  right: BinaryOperation(
                                   BinaryOperation {
                                    left: FunctionApplication(
                                     FunctionApplication {
                                      function: PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "lib",
                                          span: Span {
                                           start: Position {
                                            line: 301,
                                            column: 14,
                                           },
                                           end: Position {
                                            line: 301,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "optionals",
                                           span: Span {
                                            start: Position {
                                             line: 301,
                                             column: 18,
                                            },
                                            end: Position {
                                             line: 301,
                                             column: 27,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                      arguments: [
                                       BinaryOperation(
                                        BinaryOperation {
                                         left: PropertyAccess(
                                          PropertyAccess {
                                           expression: Identifier(
                                            Identifier {
                                             id: "cfg",
                                             span: Span {
                                              start: Position {
                                               line: 301,
                                               column: 29,
                                              },
                                              end: Position {
                                               line: 301,
                                               column: 32,
                                              },
                                             },
                                            },
                                           ),
                                           attribute_path: [
                                            Raw(
                                             PartRaw {
                                              content: "httpsPort",
                                              span: Span {
                                               start: Position {
                                                line: 301,
                                                column: 33,
                                               },
                                               end: Position {
                                                line: 301,
                                                column: 42,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           default: None,
                                          },
                                         ),
                                         operator: NotEqualTo,
                                         right: Identifier(
                                          Identifier {
                                           id: "null",
                                           span: Span {
                                            start: Position {
                                             line: 301,
                                             column: 46,
                                            },
                                            end: Position {
                                             line: 301,
                                             column: 50,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "--https-bind-address :",
                                               span: Span {
                                                start: Position {
                                                 line: 302,
                                                 column: 12,
                                                },
                                                end: Position {
                                                 line: 302,
                                                 column: 68,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: FunctionApplication(
                                                FunctionApplication {
                                                 function: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "builtins",
                                                     span: Span {
                                                      start: Position {
                                                       line: 302,
                                                       column: 36,
                                                      },
                                                      end: Position {
                                                       line: 302,
                                                       column: 44,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "toString",
                                                      span: Span {
                                                       start: Position {
                                                        line: 302,
                                                        column: 45,
                                                       },
                                                       end: Position {
                                                        line: 302,
                                                        column: 53,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                 arguments: [
                                                  PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "cfg",
                                                      span: Span {
                                                       start: Position {
                                                        line: 302,
                                                        column: 54,
                                                       },
                                                       end: Position {
                                                        line: 302,
                                                        column: 57,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "httpsPort",
                                                       span: Span {
                                                        start: Position {
                                                         line: 302,
                                                         column: 58,
                                                        },
                                                        end: Position {
                                                         line: 302,
                                                         column: 67,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 302,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 302,
                                              column: 69,
                                             },
                                            },
                                           },
                                          ),
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "--tls-cert ",
                                               span: Span {
                                                start: Position {
                                                 line: 303,
                                                 column: 12,
                                                },
                                                end: Position {
                                                 line: 303,
                                                 column: 37,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "cfg",
                                                   span: Span {
                                                    start: Position {
                                                     line: 303,
                                                     column: 25,
                                                    },
                                                    end: Position {
                                                     line: 303,
                                                     column: 28,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "tlsCert",
                                                    span: Span {
                                                     start: Position {
                                                      line: 303,
                                                      column: 29,
                                                     },
                                                     end: Position {
                                                      line: 303,
                                                      column: 36,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 303,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 303,
                                              column: 38,
                                             },
                                            },
                                           },
                                          ),
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "--tls-key ",
                                               span: Span {
                                                start: Position {
                                                 line: 304,
                                                 column: 12,
                                                },
                                                end: Position {
                                                 line: 304,
                                                 column: 35,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "cfg",
                                                   span: Span {
                                                    start: Position {
                                                     line: 304,
                                                     column: 24,
                                                    },
                                                    end: Position {
                                                     line: 304,
                                                     column: 27,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "tlsKey",
                                                    span: Span {
                                                     start: Position {
                                                      line: 304,
                                                      column: 28,
                                                     },
                                                     end: Position {
                                                      line: 304,
                                                      column: 34,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 304,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 304,
                                              column: 36,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 301,
                                           column: 52,
                                          },
                                          end: Position {
                                           line: 305,
                                           column: 10,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                     },
                                    ),
                                    operator: Concatenation,
                                    right: FunctionApplication(
                                     FunctionApplication {
                                      function: PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "lib",
                                          span: Span {
                                           start: Position {
                                            line: 305,
                                            column: 14,
                                           },
                                           end: Position {
                                            line: 305,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "optionals",
                                           span: Span {
                                            start: Position {
                                             line: 305,
                                             column: 18,
                                            },
                                            end: Position {
                                             line: 305,
                                             column: 27,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                      arguments: [
                                       PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 305,
                                             column: 28,
                                            },
                                            end: Position {
                                             line: 305,
                                             column: 31,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "openRegistration",
                                            span: Span {
                                             start: Position {
                                              line: 305,
                                              column: 32,
                                             },
                                             end: Position {
                                              line: 305,
                                              column: 48,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                       List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "--really-enable-open-registration",
                                               span: Span {
                                                start: Position {
                                                 line: 306,
                                                 column: 12,
                                                },
                                                end: Position {
                                                 line: 306,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 306,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 306,
                                              column: 46,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 305,
                                           column: 49,
                                          },
                                          end: Position {
                                           line: 307,
                                           column: 10,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                     },
                                    ),
                                   },
                                  ),
                                 },
                                ),
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "ExecReload",
                              span: Span {
                               start: Position {
                                line: 308,
                                column: 9,
                               },
                               end: Position {
                                line: 308,
                                column: 19,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 308,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 308,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "coreutils",
                                     span: Span {
                                      start: Position {
                                       line: 308,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 308,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/kill -HUP $MAINPID",
                                span: Span {
                                 start: Position {
                                  line: 308,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 308,
                                  column: 63,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 308,
                               column: 22,
                              },
                              end: Position {
                               line: 308,
                               column: 64,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "Restart",
                              span: Span {
                               start: Position {
                                line: 309,
                                column: 9,
                               },
                               end: Position {
                                line: 309,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "on-failure",
                                span: Span {
                                 start: Position {
                                  line: 309,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 309,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 309,
                               column: 19,
                              },
                              end: Position {
                               line: 309,
                               column: 31,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 281,
                          column: 23,
                         },
                         end: Position {
                          line: 310,
                          column: 8,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 275,
                     column: 33,
                    },
                    end: Position {
                     line: 311,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 265,
                column: 32,
               },
               end: Position {
                line: 312,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "meta",
            span: Span {
             start: Position {
              line: 313,
              column: 3,
             },
             end: Position {
              line: 313,
              column: 7,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "maintainers",
            span: Span {
             start: Position {
              line: 313,
              column: 8,
             },
             end: Position {
              line: 313,
              column: 19,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "lib",
             span: Span {
              start: Position {
               line: 313,
               column: 22,
              },
              end: Position {
               line: 313,
               column: 25,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "teams",
              span: Span {
               start: Position {
                line: 313,
                column: 26,
               },
               end: Position {
                line: 313,
                column: 31,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "matrix",
              span: Span {
               start: Position {
                line: 313,
                column: 32,
               },
               end: Position {
                line: 313,
                column: 38,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "members",
              span: Span {
               start: Position {
                line: 313,
                column: 39,
               },
               end: Position {
                line: 313,
                column: 46,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      span: Span {
       start: Position {
        line: 8,
        column: 1,
       },
       end: Position {
        line: 314,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 2,
      column: 1,
     },
     end: Position {
      line: 314,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 314,
    column: 2,
   },
  },
 },
)