Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "gunicorn",
            span: Span {
             start: Position {
              line: 5,
              column: 3,
             },
             end: Position {
              line: 5,
              column: 11,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 5,
               column: 14,
              },
              end: Position {
               line: 5,
               column: 18,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "python3Packages",
              span: Span {
               start: Position {
                line: 5,
                column: 19,
               },
               end: Position {
                line: 5,
                column: 34,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "gunicorn",
              span: Span {
               start: Position {
                line: 5,
                column: 35,
               },
               end: Position {
                line: 5,
                column: 43,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "bepasty",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 10,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 6,
               column: 13,
              },
              end: Position {
               line: 6,
               column: 17,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "bepasty",
              span: Span {
               start: Position {
                line: 6,
                column: 18,
               },
               end: Position {
                line: 6,
                column: 25,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "gevent",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 9,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 7,
               column: 12,
              },
              end: Position {
               line: 7,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "python3Packages",
              span: Span {
               start: Position {
                line: 7,
                column: 17,
               },
               end: Position {
                line: 7,
                column: 32,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "gevent",
              span: Span {
               start: Position {
                line: 7,
                column: 33,
               },
               end: Position {
                line: 7,
                column: 39,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "python",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 9,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 8,
               column: 12,
              },
              end: Position {
               line: 8,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "python3Packages",
              span: Span {
               start: Position {
                line: 8,
                column: 17,
               },
               end: Position {
                line: 8,
                column: 32,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "python",
              span: Span {
               start: Position {
                line: 8,
                column: 33,
               },
               end: Position {
                line: 8,
                column: 39,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 9,
               column: 9,
              },
              end: Position {
               line: 9,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 9,
                column: 16,
               },
               end: Position {
                line: 9,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "bepasty",
              span: Span {
               start: Position {
                line: 9,
                column: 25,
               },
               end: Position {
                line: 9,
                column: 32,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "user",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 7,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "bepasty",
              span: Span {
               start: Position {
                line: 10,
                column: 11,
               },
               end: Position {
                line: 10,
                column: 18,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 10,
             column: 10,
            },
            end: Position {
             line: 10,
             column: 19,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "group",
            span: Span {
             start: Position {
              line: 11,
              column: 3,
             },
             end: Position {
              line: 11,
              column: 8,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "bepasty",
              span: Span {
               start: Position {
                line: 11,
                column: 12,
               },
               end: Position {
                line: 11,
                column: 19,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 11,
             column: 11,
            },
            end: Position {
             line: 11,
             column: 20,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "default_home",
            span: Span {
             start: Position {
              line: 12,
              column: 3,
             },
             end: Position {
              line: 12,
              column: 15,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "/var/lib/bepasty",
              span: Span {
               start: Position {
                line: 12,
                column: 19,
               },
               end: Position {
                line: 12,
                column: 35,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 12,
             column: 18,
            },
            end: Position {
             line: 12,
             column: 36,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 15,
                column: 3,
               },
               end: Position {
                line: 15,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 15,
                column: 11,
               },
               end: Position {
                line: 15,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "bepasty",
              span: Span {
               start: Position {
                line: 15,
                column: 20,
               },
               end: Position {
                line: 15,
                column: 27,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 5,
                    },
                    end: Position {
                     line: 16,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 14,
                     },
                     end: Position {
                      line: 16,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 30,
                          },
                          end: Position {
                           line: 16,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 34,
                           },
                           end: Position {
                            line: 16,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Bepasty servers",
                           span: Span {
                            start: Position {
                             line: 16,
                             column: 41,
                            },
                            end: Position {
                             line: 16,
                             column: 56,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 16,
                          column: 40,
                         },
                         end: Position {
                          line: 16,
                          column: 57,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "servers",
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 5,
                    },
                    end: Position {
                     line: 18,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 15,
                     },
                     end: Position {
                      line: 18,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 19,
                             column: 7,
                            },
                            end: Position {
                             line: 19,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [],
                          span: Span {
                           start: Position {
                            line: 19,
                            column: 17,
                           },
                           end: Position {
                            line: 19,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 7,
                            },
                            end: Position {
                             line: 20,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 20,
                                column: 21,
                               },
                               end: Position {
                                line: 20,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 20,
                                 column: 25,
                                },
                                end: Position {
                                 line: 20,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "configure a number of bepasty servers which will be started with\ngunicorn.\n",
                                span: Span {
                                 start: Position {
                                  line: 21,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 9,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 20,
                               column: 31,
                              },
                              end: Position {
                               line: 23,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 7,
                            },
                            end: Position {
                             line: 24,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: With(
                         With {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 24,
                              column: 19,
                             },
                             end: Position {
                              line: 24,
                              column: 24,
                             },
                            },
                           },
                          ),
                          target: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "attrsOf",
                              span: Span {
                               start: Position {
                                line: 24,
                                column: 27,
                               },
                               end: Position {
                                line: 24,
                                column: 34,
                               },
                              },
                             },
                            ),
                            arguments: [
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "submodule",
                                 span: Span {
                                  start: Position {
                                   line: 24,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 24,
                                   column: 45,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                Function(
                                 Function {
                                  head: Destructured(
                                   FunctionHeadDestructured {
                                    ellipsis: true,
                                    identifier: None,
                                    arguments: [
                                     FunctionHeadDestructuredArgument {
                                      identifier: "config",
                                      default: None,
                                     },
                                    ],
                                   },
                                  ),
                                  body: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "options",
                                          span: Span {
                                           start: Position {
                                            line: 26,
                                            column: 9,
                                           },
                                           end: Position {
                                            line: 26,
                                            column: 16,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Map(
                                        Map {
                                         recursive: false,
                                         bindings: [
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "bind",
                                               span: Span {
                                                start: Position {
                                                 line: 28,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 28,
                                                 column: 15,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkOption",
                                                span: Span {
                                                 start: Position {
                                                  line: 28,
                                                  column: 18,
                                                 },
                                                 end: Position {
                                                  line: 28,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Map(
                                                Map {
                                                 recursive: false,
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 29,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 29,
                                                         column: 17,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 29,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 29,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "str",
                                                         span: Span {
                                                          start: Position {
                                                           line: 29,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 29,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "description",
                                                       span: Span {
                                                        start: Position {
                                                         line: 30,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 30,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "lib",
                                                          span: Span {
                                                           start: Position {
                                                            line: 30,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 30,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "mdDoc",
                                                           span: Span {
                                                            start: Position {
                                                             line: 30,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 30,
                                                             column: 36,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       IndentedString(
                                                        IndentedString {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "Bind address to be used for this server.\n",
                                                            span: Span {
                                                             start: Position {
                                                              line: 31,
                                                              column: 1,
                                                             },
                                                             end: Position {
                                                              line: 32,
                                                              column: 15,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 30,
                                                           column: 37,
                                                          },
                                                          end: Position {
                                                           line: 32,
                                                           column: 17,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "example",
                                                       span: Span {
                                                        start: Position {
                                                         line: 33,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 33,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: String(
                                                     String_ {
                                                      parts: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "0.0.0.0:8000",
                                                         span: Span {
                                                          start: Position {
                                                           line: 33,
                                                           column: 24,
                                                          },
                                                          end: Position {
                                                           line: 33,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      span: Span {
                                                       start: Position {
                                                        line: 33,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 33,
                                                        column: 37,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "default",
                                                       span: Span {
                                                        start: Position {
                                                         line: 34,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 34,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: String(
                                                     String_ {
                                                      parts: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "127.0.0.1:8000",
                                                         span: Span {
                                                          start: Position {
                                                           line: 34,
                                                           column: 24,
                                                          },
                                                          end: Position {
                                                           line: 34,
                                                           column: 38,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      span: Span {
                                                       start: Position {
                                                        line: 34,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 34,
                                                        column: 39,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 28,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 35,
                                                   column: 12,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "dataDir",
                                               span: Span {
                                                start: Position {
                                                 line: 37,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 37,
                                                 column: 18,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkOption",
                                                span: Span {
                                                 start: Position {
                                                  line: 37,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 37,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Map(
                                                Map {
                                                 recursive: false,
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 38,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 38,
                                                         column: 17,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 38,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 38,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "str",
                                                         span: Span {
                                                          start: Position {
                                                           line: 38,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 38,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "description",
                                                       span: Span {
                                                        start: Position {
                                                         line: 39,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 39,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "lib",
                                                          span: Span {
                                                           start: Position {
                                                            line: 39,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 39,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "mdDoc",
                                                           span: Span {
                                                            start: Position {
                                                             line: 39,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 39,
                                                             column: 36,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       IndentedString(
                                                        IndentedString {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "Path to the directory where the pastes will be saved to\n",
                                                            span: Span {
                                                             start: Position {
                                                              line: 40,
                                                              column: 1,
                                                             },
                                                             end: Position {
                                                              line: 41,
                                                              column: 15,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 39,
                                                           column: 37,
                                                          },
                                                          end: Position {
                                                           line: 41,
                                                           column: 17,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "default",
                                                       span: Span {
                                                        start: Position {
                                                         line: 42,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 42,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: BinaryOperation(
                                                     BinaryOperation {
                                                      left: Identifier(
                                                       Identifier {
                                                        id: "default_home",
                                                        span: Span {
                                                         start: Position {
                                                          line: 42,
                                                          column: 23,
                                                         },
                                                         end: Position {
                                                          line: 42,
                                                          column: 35,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      operator: Addition,
                                                      right: String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "/data",
                                                           span: Span {
                                                            start: Position {
                                                             line: 42,
                                                             column: 37,
                                                            },
                                                            end: Position {
                                                             line: 42,
                                                             column: 42,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 42,
                                                          column: 36,
                                                         },
                                                         end: Position {
                                                          line: 42,
                                                          column: 43,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 37,
                                                   column: 30,
                                                  },
                                                  end: Position {
                                                   line: 43,
                                                   column: 12,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "defaultPermissions",
                                               span: Span {
                                                start: Position {
                                                 line: 45,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 45,
                                                 column: 29,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkOption",
                                                span: Span {
                                                 start: Position {
                                                  line: 45,
                                                  column: 32,
                                                 },
                                                 end: Position {
                                                  line: 45,
                                                  column: 40,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Map(
                                                Map {
                                                 recursive: false,
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 46,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 46,
                                                         column: 17,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 46,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 46,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "str",
                                                         span: Span {
                                                          start: Position {
                                                           line: 46,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 46,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "description",
                                                       span: Span {
                                                        start: Position {
                                                         line: 47,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 47,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "lib",
                                                          span: Span {
                                                           start: Position {
                                                            line: 47,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 47,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "mdDoc",
                                                           span: Span {
                                                            start: Position {
                                                             line: 47,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 47,
                                                             column: 36,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       IndentedString(
                                                        IndentedString {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "default permissions for all unauthenticated accesses.\n",
                                                            span: Span {
                                                             start: Position {
                                                              line: 48,
                                                              column: 1,
                                                             },
                                                             end: Position {
                                                              line: 49,
                                                              column: 15,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 47,
                                                           column: 37,
                                                          },
                                                          end: Position {
                                                           line: 49,
                                                           column: 17,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "example",
                                                       span: Span {
                                                        start: Position {
                                                         line: 50,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 50,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: String(
                                                     String_ {
                                                      parts: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "read,create,delete",
                                                         span: Span {
                                                          start: Position {
                                                           line: 50,
                                                           column: 24,
                                                          },
                                                          end: Position {
                                                           line: 50,
                                                           column: 42,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      span: Span {
                                                       start: Position {
                                                        line: 50,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 50,
                                                        column: 43,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "default",
                                                       span: Span {
                                                        start: Position {
                                                         line: 51,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 51,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: String(
                                                     String_ {
                                                      parts: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "read",
                                                         span: Span {
                                                          start: Position {
                                                           line: 51,
                                                           column: 24,
                                                          },
                                                          end: Position {
                                                           line: 51,
                                                           column: 28,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      span: Span {
                                                       start: Position {
                                                        line: 51,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 51,
                                                        column: 29,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 45,
                                                   column: 41,
                                                  },
                                                  end: Position {
                                                   line: 52,
                                                   column: 12,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "extraConfig",
                                               span: Span {
                                                start: Position {
                                                 line: 54,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 54,
                                                 column: 22,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkOption",
                                                span: Span {
                                                 start: Position {
                                                  line: 54,
                                                  column: 25,
                                                 },
                                                 end: Position {
                                                  line: 54,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Map(
                                                Map {
                                                 recursive: false,
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 55,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 55,
                                                         column: 17,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 55,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 55,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "lines",
                                                         span: Span {
                                                          start: Position {
                                                           line: 55,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 55,
                                                           column: 31,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "description",
                                                       span: Span {
                                                        start: Position {
                                                         line: 56,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 56,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "lib",
                                                          span: Span {
                                                           start: Position {
                                                            line: 56,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 56,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "mdDoc",
                                                           span: Span {
                                                            start: Position {
                                                             line: 56,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 56,
                                                             column: 36,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       IndentedString(
                                                        IndentedString {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "Extra configuration for bepasty server to be appended on the\nconfiguration.\nsee https://bepasty-server.readthedocs.org/en/latest/quickstart.html#configuring-bepasty\nfor all options.\n",
                                                            span: Span {
                                                             start: Position {
                                                              line: 57,
                                                              column: 1,
                                                             },
                                                             end: Position {
                                                              line: 61,
                                                              column: 15,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 56,
                                                           column: 37,
                                                          },
                                                          end: Position {
                                                           line: 61,
                                                           column: 17,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "default",
                                                       span: Span {
                                                        start: Position {
                                                         line: 62,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 62,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: String(
                                                     String_ {
                                                      parts: [],
                                                      span: Span {
                                                       start: Position {
                                                        line: 62,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 62,
                                                        column: 25,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "example",
                                                       span: Span {
                                                        start: Position {
                                                         line: 63,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 63,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: IndentedString(
                                                     IndentedString {
                                                      parts: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "PERMISSIONS = {\n  'myadminsecret': 'admin,list,create,read,delete',\n}\nMAX_ALLOWED_FILE_SIZE = 5 * 1000 * 1000\n",
                                                         span: Span {
                                                          start: Position {
                                                           line: 64,
                                                           column: 1,
                                                          },
                                                          end: Position {
                                                           line: 68,
                                                           column: 15,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      span: Span {
                                                       start: Position {
                                                        line: 63,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 68,
                                                        column: 17,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 54,
                                                   column: 34,
                                                  },
                                                  end: Position {
                                                   line: 69,
                                                   column: 12,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "secretKey",
                                               span: Span {
                                                start: Position {
                                                 line: 71,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 71,
                                                 column: 20,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkOption",
                                                span: Span {
                                                 start: Position {
                                                  line: 71,
                                                  column: 23,
                                                 },
                                                 end: Position {
                                                  line: 71,
                                                  column: 31,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Map(
                                                Map {
                                                 recursive: false,
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 72,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 72,
                                                         column: 17,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 72,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 72,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "str",
                                                         span: Span {
                                                          start: Position {
                                                           line: 72,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 72,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "description",
                                                       span: Span {
                                                        start: Position {
                                                         line: 73,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 73,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "lib",
                                                          span: Span {
                                                           start: Position {
                                                            line: 73,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 73,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "mdDoc",
                                                           span: Span {
                                                            start: Position {
                                                             line: 73,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 73,
                                                             column: 36,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       IndentedString(
                                                        IndentedString {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "server secret for safe session cookies, must be set.\n\nWarning: this secret is stored in the WORLD-READABLE Nix store!\n\nIt's recommended to use {option}`secretKeyFile`\nwhich takes precedence over {option}`secretKey`.\n",
                                                            span: Span {
                                                             start: Position {
                                                              line: 74,
                                                              column: 1,
                                                             },
                                                             end: Position {
                                                              line: 80,
                                                              column: 15,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 73,
                                                           column: 37,
                                                          },
                                                          end: Position {
                                                           line: 80,
                                                           column: 17,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "default",
                                                       span: Span {
                                                        start: Position {
                                                         line: 81,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 81,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: String(
                                                     String_ {
                                                      parts: [],
                                                      span: Span {
                                                       start: Position {
                                                        line: 81,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 81,
                                                        column: 25,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 71,
                                                   column: 32,
                                                  },
                                                  end: Position {
                                                   line: 82,
                                                   column: 12,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "secretKeyFile",
                                               span: Span {
                                                start: Position {
                                                 line: 84,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 84,
                                                 column: 24,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkOption",
                                                span: Span {
                                                 start: Position {
                                                  line: 84,
                                                  column: 27,
                                                 },
                                                 end: Position {
                                                  line: 84,
                                                  column: 35,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Map(
                                                Map {
                                                 recursive: false,
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 85,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 85,
                                                         column: 17,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "types",
                                                          span: Span {
                                                           start: Position {
                                                            line: 85,
                                                            column: 20,
                                                           },
                                                           end: Position {
                                                            line: 85,
                                                            column: 25,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "nullOr",
                                                           span: Span {
                                                            start: Position {
                                                             line: 85,
                                                             column: 26,
                                                            },
                                                            end: Position {
                                                             line: 85,
                                                             column: 32,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 85,
                                                             column: 33,
                                                            },
                                                            end: Position {
                                                             line: 85,
                                                             column: 38,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "str",
                                                            span: Span {
                                                             start: Position {
                                                              line: 85,
                                                              column: 39,
                                                             },
                                                             end: Position {
                                                              line: 85,
                                                              column: 42,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "default",
                                                       span: Span {
                                                        start: Position {
                                                         line: 86,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 86,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: Identifier(
                                                     Identifier {
                                                      id: "null",
                                                      span: Span {
                                                       start: Position {
                                                        line: 86,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 86,
                                                        column: 27,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "description",
                                                       span: Span {
                                                        start: Position {
                                                         line: 87,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 87,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "lib",
                                                          span: Span {
                                                           start: Position {
                                                            line: 87,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 87,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "mdDoc",
                                                           span: Span {
                                                            start: Position {
                                                             line: 87,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 87,
                                                             column: 36,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       IndentedString(
                                                        IndentedString {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "A file that contains the server secret for safe session cookies, must be set.\n\n{option}`secretKeyFile` takes precedence over {option}`secretKey`.\n\nWarning: when {option}`secretKey` is non-empty {option}`secretKeyFile`\ndefaults to a file in the WORLD-READABLE Nix store containing that secret.\n",
                                                            span: Span {
                                                             start: Position {
                                                              line: 88,
                                                              column: 1,
                                                             },
                                                             end: Position {
                                                              line: 94,
                                                              column: 15,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 87,
                                                           column: 37,
                                                          },
                                                          end: Position {
                                                           line: 94,
                                                           column: 17,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 84,
                                                   column: 36,
                                                  },
                                                  end: Position {
                                                   line: 95,
                                                   column: 12,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "workDir",
                                               span: Span {
                                                start: Position {
                                                 line: 97,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 97,
                                                 column: 18,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkOption",
                                                span: Span {
                                                 start: Position {
                                                  line: 97,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 97,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Map(
                                                Map {
                                                 recursive: false,
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 98,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 98,
                                                         column: 17,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 98,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 98,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "str",
                                                         span: Span {
                                                          start: Position {
                                                           line: 98,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 98,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "description",
                                                       span: Span {
                                                        start: Position {
                                                         line: 99,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 99,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "lib",
                                                          span: Span {
                                                           start: Position {
                                                            line: 99,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 99,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "mdDoc",
                                                           span: Span {
                                                            start: Position {
                                                             line: 99,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 99,
                                                             column: 36,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       IndentedString(
                                                        IndentedString {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "Path to the working directory (used for config and pidfile).\nDefaults to the users home directory.\n",
                                                            span: Span {
                                                             start: Position {
                                                              line: 100,
                                                              column: 1,
                                                             },
                                                             end: Position {
                                                              line: 102,
                                                              column: 15,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 99,
                                                           column: 37,
                                                          },
                                                          end: Position {
                                                           line: 102,
                                                           column: 17,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "default",
                                                       span: Span {
                                                        start: Position {
                                                         line: 103,
                                                         column: 13,
                                                        },
                                                        end: Position {
                                                         line: 103,
                                                         column: 20,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: Identifier(
                                                     Identifier {
                                                      id: "default_home",
                                                      span: Span {
                                                       start: Position {
                                                        line: 103,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 103,
                                                        column: 35,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 97,
                                                   column: 30,
                                                  },
                                                  end: Position {
                                                   line: 104,
                                                   column: 12,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 26,
                                           column: 19,
                                          },
                                          end: Position {
                                           line: 106,
                                           column: 10,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "config",
                                          span: Span {
                                           start: Position {
                                            line: 107,
                                            column: 9,
                                           },
                                           end: Position {
                                            line: 107,
                                            column: 15,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Map(
                                        Map {
                                         recursive: false,
                                         bindings: [
                                          KeyValue(
                                           BindingKeyValue {
                                            from: [
                                             Raw(
                                              PartRaw {
                                               content: "secretKeyFile",
                                               span: Span {
                                                start: Position {
                                                 line: 108,
                                                 column: 11,
                                                },
                                                end: Position {
                                                 line: 108,
                                                 column: 24,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            to: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mkDefault",
                                                span: Span {
                                                 start: Position {
                                                  line: 108,
                                                  column: 27,
                                                 },
                                                 end: Position {
                                                  line: 108,
                                                  column: 36,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               IfThenElse(
                                                IfThenElse {
                                                 predicate: BinaryOperation(
                                                  BinaryOperation {
                                                   left: PropertyAccess(
                                                    PropertyAccess {
                                                     expression: Identifier(
                                                      Identifier {
                                                       id: "config",
                                                       span: Span {
                                                        start: Position {
                                                         line: 109,
                                                         column: 16,
                                                        },
                                                        end: Position {
                                                         line: 109,
                                                         column: 22,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     attribute_path: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "secretKey",
                                                        span: Span {
                                                         start: Position {
                                                          line: 109,
                                                          column: 23,
                                                         },
                                                         end: Position {
                                                          line: 109,
                                                          column: 32,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     default: None,
                                                    },
                                                   ),
                                                   operator: NotEqualTo,
                                                   right: String(
                                                    String_ {
                                                     parts: [],
                                                     span: Span {
                                                      start: Position {
                                                       line: 109,
                                                       column: 36,
                                                      },
                                                      end: Position {
                                                       line: 109,
                                                       column: 38,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 then: FunctionApplication(
                                                  FunctionApplication {
                                                   function: Identifier(
                                                    Identifier {
                                                     id: "toString",
                                                     span: Span {
                                                      start: Position {
                                                       line: 110,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 110,
                                                       column: 26,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   arguments: [
                                                    FunctionApplication(
                                                     FunctionApplication {
                                                      function: PropertyAccess(
                                                       PropertyAccess {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "pkgs",
                                                          span: Span {
                                                           start: Position {
                                                            line: 110,
                                                            column: 28,
                                                           },
                                                           end: Position {
                                                            line: 110,
                                                            column: 32,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        attribute_path: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "writeTextFile",
                                                           span: Span {
                                                            start: Position {
                                                             line: 110,
                                                             column: 33,
                                                            },
                                                            end: Position {
                                                             line: 110,
                                                             column: 46,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        default: None,
                                                       },
                                                      ),
                                                      arguments: [
                                                       Map(
                                                        Map {
                                                         recursive: false,
                                                         bindings: [
                                                          KeyValue(
                                                           BindingKeyValue {
                                                            from: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "name",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 111,
                                                                 column: 15,
                                                                },
                                                                end: Position {
                                                                 line: 111,
                                                                 column: 19,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            to: String(
                                                             String_ {
                                                              parts: [
                                                               Raw(
                                                                PartRaw {
                                                                 content: "bepasty-secret-key",
                                                                 span: Span {
                                                                  start: Position {
                                                                   line: 111,
                                                                   column: 23,
                                                                  },
                                                                  end: Position {
                                                                   line: 111,
                                                                   column: 41,
                                                                  },
                                                                 },
                                                                },
                                                               ),
                                                              ],
                                                              span: Span {
                                                               start: Position {
                                                                line: 111,
                                                                column: 22,
                                                               },
                                                               end: Position {
                                                                line: 111,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           },
                                                          ),
                                                          KeyValue(
                                                           BindingKeyValue {
                                                            from: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "text",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 112,
                                                                 column: 15,
                                                                },
                                                                end: Position {
                                                                 line: 112,
                                                                 column: 19,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            to: PropertyAccess(
                                                             PropertyAccess {
                                                              expression: Identifier(
                                                               Identifier {
                                                                id: "config",
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 112,
                                                                  column: 22,
                                                                 },
                                                                 end: Position {
                                                                  line: 112,
                                                                  column: 28,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                              attribute_path: [
                                                               Raw(
                                                                PartRaw {
                                                                 content: "secretKey",
                                                                 span: Span {
                                                                  start: Position {
                                                                   line: 112,
                                                                   column: 29,
                                                                  },
                                                                  end: Position {
                                                                   line: 112,
                                                                   column: 38,
                                                                  },
                                                                 },
                                                                },
                                                               ),
                                                              ],
                                                              default: None,
                                                             },
                                                            ),
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 110,
                                                           column: 47,
                                                          },
                                                          end: Position {
                                                           line: 113,
                                                           column: 14,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                   ],
                                                  },
                                                 ),
                                                 else_: Identifier(
                                                  Identifier {
                                                   id: "null",
                                                   span: Span {
                                                    start: Position {
                                                     line: 114,
                                                     column: 18,
                                                    },
                                                    end: Position {
                                                     line: 114,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 span: Span {
                                                  start: Position {
                                                   line: 109,
                                                   column: 13,
                                                  },
                                                  end: Position {
                                                   line: 114,
                                                   column: 22,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 107,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 116,
                                           column: 10,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 24,
                                      column: 65,
                                     },
                                     end: Position {
                                      line: 117,
                                      column: 8,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 24,
                                    column: 47,
                                   },
                                   end: Position {
                                    line: 117,
                                    column: 8,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 24,
                            column: 14,
                           },
                           end: Position {
                            line: 117,
                            column: 10,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 24,
                      },
                      end: Position {
                       line: 118,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 15,
               column: 30,
              },
              end: Position {
               line: 119,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 121,
                column: 3,
               },
               end: Position {
                line: 121,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 121,
                 column: 12,
                },
                end: Position {
                 line: 121,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 121,
                    column: 17,
                   },
                   end: Position {
                    line: 121,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 121,
                     column: 21,
                    },
                    end: Position {
                     line: 121,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 123,
                        column: 5,
                       },
                       end: Position {
                        line: 123,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 123,
                        column: 17,
                       },
                       end: Position {
                        line: 123,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "bepasty",
                        span: Span {
                         start: Position {
                          line: 123,
                          column: 36,
                         },
                         end: Position {
                          line: 123,
                          column: 43,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 123,
                       column: 34,
                      },
                      end: Position {
                       line: 123,
                       column: 45,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 126,
                        column: 5,
                       },
                       end: Position {
                        line: 126,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 126,
                        column: 13,
                       },
                       end: Position {
                        line: 126,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mapAttrs'",
                       span: Span {
                        start: Position {
                         line: 126,
                         column: 24,
                        },
                        end: Position {
                         line: 126,
                         column: 33,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "server",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nameValuePair",
                              span: Span {
                               start: Position {
                                line: 127,
                                column: 7,
                               },
                               end: Position {
                                line: 127,
                                column: 20,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "bepasty-server-",
                                  span: Span {
                                   start: Position {
                                    line: 127,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 127,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "name",
                                    span: Span {
                                     start: Position {
                                      line: 127,
                                      column: 40,
                                     },
                                     end: Position {
                                      line: 127,
                                      column: 44,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "-gunicorn",
                                  span: Span {
                                   start: Position {
                                    line: 127,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 127,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 127,
                                 column: 22,
                                },
                                end: Position {
                                 line: 127,
                                 column: 55,
                                },
                               },
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 129,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 129,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "Bepasty Server ",
                                       span: Span {
                                        start: Position {
                                         line: 129,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 129,
                                         column: 48,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "name",
                                         span: Span {
                                          start: Position {
                                           line: 129,
                                           column: 43,
                                          },
                                          end: Position {
                                           line: 129,
                                           column: 47,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 129,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 129,
                                      column: 49,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "wantedBy",
                                     span: Span {
                                      start: Position {
                                       line: 130,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 130,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: List(
                                   List {
                                    elements: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "multi-user.target",
                                          span: Span {
                                           start: Position {
                                            line: 130,
                                            column: 25,
                                           },
                                           end: Position {
                                            line: 130,
                                            column: 42,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 130,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 130,
                                         column: 43,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 130,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 130,
                                      column: 45,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "after",
                                     span: Span {
                                      start: Position {
                                       line: 131,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 131,
                                       column: 16,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: List(
                                   List {
                                    elements: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "network.target",
                                          span: Span {
                                           start: Position {
                                            line: 131,
                                            column: 22,
                                           },
                                           end: Position {
                                            line: 131,
                                            column: 36,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 131,
                                         column: 21,
                                        },
                                        end: Position {
                                         line: 131,
                                         column: 37,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 131,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 131,
                                      column: 39,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "restartIfChanged",
                                     span: Span {
                                      start: Position {
                                       line: 132,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 132,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "true",
                                    span: Span {
                                     start: Position {
                                      line: 132,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 132,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "environment",
                                     span: Span {
                                      start: Position {
                                       line: 134,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 134,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: LetIn(
                                   LetIn {
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "penv",
                                          span: Span {
                                           start: Position {
                                            line: 135,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 135,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: FunctionApplication(
                                        FunctionApplication {
                                         function: PropertyAccess(
                                          PropertyAccess {
                                           expression: Identifier(
                                            Identifier {
                                             id: "python",
                                             span: Span {
                                              start: Position {
                                               line: 135,
                                               column: 20,
                                              },
                                              end: Position {
                                               line: 135,
                                               column: 26,
                                              },
                                             },
                                            },
                                           ),
                                           attribute_path: [
                                            Raw(
                                             PartRaw {
                                              content: "buildEnv",
                                              span: Span {
                                               start: Position {
                                                line: 135,
                                                column: 27,
                                               },
                                               end: Position {
                                                line: 135,
                                                column: 35,
                                               },
                                              },
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: "override",
                                              span: Span {
                                               start: Position {
                                                line: 135,
                                                column: 36,
                                               },
                                               end: Position {
                                                line: 135,
                                                column: 44,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           default: None,
                                          },
                                         ),
                                         arguments: [
                                          Map(
                                           Map {
                                            recursive: false,
                                            bindings: [
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "extraLibs",
                                                  span: Span {
                                                   start: Position {
                                                    line: 136,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 136,
                                                    column: 24,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: List(
                                                List {
                                                 elements: [
                                                  Identifier(
                                                   Identifier {
                                                    id: "bepasty",
                                                    span: Span {
                                                     start: Position {
                                                      line: 136,
                                                      column: 29,
                                                     },
                                                     end: Position {
                                                      line: 136,
                                                      column: 36,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  Identifier(
                                                   Identifier {
                                                    id: "gevent",
                                                    span: Span {
                                                     start: Position {
                                                      line: 136,
                                                      column: 37,
                                                     },
                                                     end: Position {
                                                      line: 136,
                                                      column: 43,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 136,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 136,
                                                   column: 45,
                                                  },
                                                 },
                                                },
                                               ),
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 135,
                                              column: 45,
                                             },
                                             end: Position {
                                              line: 137,
                                              column: 14,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    target: Map(
                                     Map {
                                      recursive: false,
                                      bindings: [
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "BEPASTY_CONFIG",
                                            span: Span {
                                             start: Position {
                                              line: 139,
                                              column: 13,
                                             },
                                             end: Position {
                                              line: 139,
                                              column: 27,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Interpolation(
                                             PartInterpolation {
                                              expression: PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "server",
                                                  span: Span {
                                                   start: Position {
                                                    line: 139,
                                                    column: 33,
                                                   },
                                                   end: Position {
                                                    line: 139,
                                                    column: 39,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "workDir",
                                                   span: Span {
                                                    start: Position {
                                                     line: 139,
                                                     column: 40,
                                                    },
                                                    end: Position {
                                                     line: 139,
                                                     column: 47,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: "/bepasty-",
                                              span: Span {
                                               start: Position {
                                                line: 139,
                                                column: 31,
                                               },
                                               end: Position {
                                                line: 139,
                                                column: 57,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "name",
                                                span: Span {
                                                 start: Position {
                                                  line: 139,
                                                  column: 59,
                                                 },
                                                 end: Position {
                                                  line: 139,
                                                  column: 63,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: ".conf",
                                              span: Span {
                                               start: Position {
                                                line: 139,
                                                column: 31,
                                               },
                                               end: Position {
                                                line: 139,
                                                column: 69,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 139,
                                             column: 30,
                                            },
                                            end: Position {
                                             line: 139,
                                             column: 70,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "PYTHONPATH",
                                            span: Span {
                                             start: Position {
                                              line: 140,
                                              column: 13,
                                             },
                                             end: Position {
                                              line: 140,
                                              column: 23,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "penv",
                                                span: Span {
                                                 start: Position {
                                                  line: 140,
                                                  column: 28,
                                                 },
                                                 end: Position {
                                                  line: 140,
                                                  column: 32,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: "/",
                                              span: Span {
                                               start: Position {
                                                line: 140,
                                                column: 26,
                                               },
                                               end: Position {
                                                line: 140,
                                                column: 34,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "python",
                                                  span: Span {
                                                   start: Position {
                                                    line: 140,
                                                    column: 36,
                                                   },
                                                   end: Position {
                                                    line: 140,
                                                    column: 42,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "sitePackages",
                                                   span: Span {
                                                    start: Position {
                                                     line: 140,
                                                     column: 43,
                                                    },
                                                    end: Position {
                                                     line: 140,
                                                     column: 55,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: "/",
                                              span: Span {
                                               start: Position {
                                                line: 140,
                                                column: 26,
                                               },
                                               end: Position {
                                                line: 140,
                                                column: 57,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 140,
                                             column: 25,
                                            },
                                            end: Position {
                                             line: 140,
                                             column: 58,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 138,
                                        column: 14,
                                       },
                                       end: Position {
                                        line: 141,
                                        column: 12,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 134,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 141,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "serviceConfig",
                                     span: Span {
                                      start: Position {
                                       line: 143,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 143,
                                       column: 24,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "Type",
                                          span: Span {
                                           start: Position {
                                            line: 144,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 144,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "simple",
                                            span: Span {
                                             start: Position {
                                              line: 144,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 144,
                                              column: 27,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 144,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 144,
                                           column: 28,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "PrivateTmp",
                                          span: Span {
                                           start: Position {
                                            line: 145,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 145,
                                            column: 23,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Identifier(
                                        Identifier {
                                         id: "true",
                                         span: Span {
                                          start: Position {
                                           line: 145,
                                           column: 26,
                                          },
                                          end: Position {
                                           line: 145,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "ExecStartPre",
                                          span: Span {
                                           start: Position {
                                            line: 146,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 146,
                                            column: 25,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Assert(
                                        Assert {
                                         expression: BinaryOperation(
                                          BinaryOperation {
                                           left: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "server",
                                               span: Span {
                                                start: Position {
                                                 line: 146,
                                                 column: 35,
                                                },
                                                end: Position {
                                                 line: 146,
                                                 column: 41,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "secretKeyFile",
                                                span: Span {
                                                 start: Position {
                                                  line: 146,
                                                  column: 42,
                                                 },
                                                 end: Position {
                                                  line: 146,
                                                  column: 55,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                           operator: NotEqualTo,
                                           right: Identifier(
                                            Identifier {
                                             id: "null",
                                             span: Span {
                                              start: Position {
                                               line: 146,
                                               column: 59,
                                              },
                                              end: Position {
                                               line: 146,
                                               column: 63,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         target: FunctionApplication(
                                          FunctionApplication {
                                           function: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "pkgs",
                                               span: Span {
                                                start: Position {
                                                 line: 146,
                                                 column: 65,
                                                },
                                                end: Position {
                                                 line: 146,
                                                 column: 69,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "writeScript",
                                                span: Span {
                                                 start: Position {
                                                  line: 146,
                                                  column: 70,
                                                 },
                                                 end: Position {
                                                  line: 146,
                                                  column: 81,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                           arguments: [
                                            String(
                                             String_ {
                                              parts: [
                                               Raw(
                                                PartRaw {
                                                 content: "bepasty-server.",
                                                 span: Span {
                                                  start: Position {
                                                   line: 146,
                                                   column: 83,
                                                  },
                                                  end: Position {
                                                   line: 146,
                                                   column: 105,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "name",
                                                   span: Span {
                                                    start: Position {
                                                     line: 146,
                                                     column: 100,
                                                    },
                                                    end: Position {
                                                     line: 146,
                                                     column: 104,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "-init",
                                                 span: Span {
                                                  start: Position {
                                                   line: 146,
                                                   column: 83,
                                                  },
                                                  end: Position {
                                                   line: 146,
                                                   column: 110,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 146,
                                                column: 82,
                                               },
                                               end: Position {
                                                line: 146,
                                                column: 111,
                                               },
                                              },
                                             },
                                            ),
                                            IndentedString(
                                             IndentedString {
                                              parts: [
                                               Raw(
                                                PartRaw {
                                                 content: "#!/bin/sh\nmkdir -p \"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 148,
                                                   column: 25,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 148,
                                                       column: 27,
                                                      },
                                                      end: Position {
                                                       line: 148,
                                                       column: 33,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "workDir",
                                                      span: Span {
                                                       start: Position {
                                                        line: 148,
                                                        column: 34,
                                                       },
                                                       end: Position {
                                                        line: 148,
                                                        column: 41,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\"\nmkdir -p \"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 149,
                                                   column: 25,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 149,
                                                       column: 27,
                                                      },
                                                      end: Position {
                                                       line: 149,
                                                       column: 33,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "dataDir",
                                                      span: Span {
                                                       start: Position {
                                                        line: 149,
                                                        column: 34,
                                                       },
                                                       end: Position {
                                                        line: 149,
                                                        column: 41,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\"\nchown ",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 150,
                                                   column: 21,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "user",
                                                   span: Span {
                                                    start: Position {
                                                     line: 150,
                                                     column: 23,
                                                    },
                                                    end: Position {
                                                     line: 150,
                                                     column: 27,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: ":",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 150,
                                                   column: 29,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "group",
                                                   span: Span {
                                                    start: Position {
                                                     line: 150,
                                                     column: 31,
                                                    },
                                                    end: Position {
                                                     line: 150,
                                                     column: 36,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: " \"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 150,
                                                   column: 39,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 150,
                                                       column: 41,
                                                      },
                                                      end: Position {
                                                       line: 150,
                                                       column: 47,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "workDir",
                                                      span: Span {
                                                       start: Position {
                                                        line: 150,
                                                        column: 48,
                                                       },
                                                       end: Position {
                                                        line: 150,
                                                        column: 55,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\" \"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 150,
                                                   column: 59,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 150,
                                                       column: 61,
                                                      },
                                                      end: Position {
                                                       line: 150,
                                                       column: 67,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "dataDir",
                                                      span: Span {
                                                       start: Position {
                                                        line: 150,
                                                        column: 68,
                                                       },
                                                       end: Position {
                                                        line: 150,
                                                        column: 75,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\"\ncat > ",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 151,
                                                   column: 21,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 151,
                                                       column: 23,
                                                      },
                                                      end: Position {
                                                       line: 151,
                                                       column: 29,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "workDir",
                                                      span: Span {
                                                       start: Position {
                                                        line: 151,
                                                        column: 30,
                                                       },
                                                       end: Position {
                                                        line: 151,
                                                        column: 37,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "/bepasty-",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 151,
                                                   column: 47,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "name",
                                                   span: Span {
                                                    start: Position {
                                                     line: 151,
                                                     column: 49,
                                                    },
                                                    end: Position {
                                                     line: 151,
                                                     column: 53,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: ".conf <<EOF\nSITENAME=\"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 152,
                                                   column: 25,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "name",
                                                   span: Span {
                                                    start: Position {
                                                     line: 152,
                                                     column: 27,
                                                    },
                                                    end: Position {
                                                     line: 152,
                                                     column: 31,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\"\nSTORAGE_FILESYSTEM_DIRECTORY=\"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 153,
                                                   column: 45,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 153,
                                                       column: 47,
                                                      },
                                                      end: Position {
                                                       line: 153,
                                                       column: 53,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "dataDir",
                                                      span: Span {
                                                       start: Position {
                                                        line: 153,
                                                        column: 54,
                                                       },
                                                       end: Position {
                                                        line: 153,
                                                        column: 61,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\"\nSECRET_KEY=\"$(cat \"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 154,
                                                   column: 34,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 154,
                                                       column: 36,
                                                      },
                                                      end: Position {
                                                       line: 154,
                                                       column: 42,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "secretKeyFile",
                                                      span: Span {
                                                       start: Position {
                                                        line: 154,
                                                        column: 43,
                                                       },
                                                       end: Position {
                                                        line: 154,
                                                        column: 56,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\")\"\nDEFAULT_PERMISSIONS=\"",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 155,
                                                   column: 36,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 155,
                                                       column: 38,
                                                      },
                                                      end: Position {
                                                       line: 155,
                                                       column: 44,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "defaultPermissions",
                                                      span: Span {
                                                       start: Position {
                                                        line: 155,
                                                        column: 45,
                                                       },
                                                       end: Position {
                                                        line: 155,
                                                        column: 63,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\"\n",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 156,
                                                   column: 15,
                                                  },
                                                 },
                                                },
                                               ),
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "server",
                                                     span: Span {
                                                      start: Position {
                                                       line: 156,
                                                       column: 17,
                                                      },
                                                      end: Position {
                                                       line: 156,
                                                       column: 23,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "extraConfig",
                                                      span: Span {
                                                       start: Position {
                                                        line: 156,
                                                        column: 24,
                                                       },
                                                       end: Position {
                                                        line: 156,
                                                        column: 35,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "\nEOF\n",
                                                 span: Span {
                                                  start: Position {
                                                   line: 147,
                                                   column: 1,
                                                  },
                                                  end: Position {
                                                   line: 158,
                                                   column: 13,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 146,
                                                column: 112,
                                               },
                                               end: Position {
                                                line: 158,
                                                column: 15,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                          },
                                         ),
                                         span: Span {
                                          start: Position {
                                           line: 146,
                                           column: 28,
                                          },
                                          end: Position {
                                           line: 158,
                                           column: 15,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "ExecStart",
                                          span: Span {
                                           start: Position {
                                            line: 159,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 159,
                                            column: 22,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: IndentedString(
                                        IndentedString {
                                         parts: [
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "gunicorn",
                                              span: Span {
                                               start: Position {
                                                line: 159,
                                                column: 29,
                                               },
                                               end: Position {
                                                line: 159,
                                                column: 37,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/bin/gunicorn bepasty.wsgi --name ",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 159,
                                              column: 72,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "name",
                                              span: Span {
                                               start: Position {
                                                line: 159,
                                                column: 74,
                                               },
                                               end: Position {
                                                line: 159,
                                                column: 78,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: " \\\n              -u ",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 160,
                                              column: 18,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "user",
                                              span: Span {
                                               start: Position {
                                                line: 160,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 160,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: " \\\n              -g ",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 161,
                                              column: 18,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "group",
                                              span: Span {
                                               start: Position {
                                                line: 161,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 161,
                                                column: 25,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: " \\\n              --workers 3 --log-level=info \\\n              --bind=",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 163,
                                              column: 22,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "server",
                                                span: Span {
                                                 start: Position {
                                                  line: 163,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 163,
                                                  column: 30,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "bind",
                                                 span: Span {
                                                  start: Position {
                                                   line: 163,
                                                   column: 31,
                                                  },
                                                  end: Position {
                                                   line: 163,
                                                   column: 35,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: " \\\n              --pid ",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 164,
                                              column: 21,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "server",
                                                span: Span {
                                                 start: Position {
                                                  line: 164,
                                                  column: 23,
                                                 },
                                                 end: Position {
                                                  line: 164,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "workDir",
                                                 span: Span {
                                                  start: Position {
                                                   line: 164,
                                                   column: 30,
                                                  },
                                                  end: Position {
                                                   line: 164,
                                                   column: 37,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/gunicorn-",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 164,
                                              column: 48,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "name",
                                              span: Span {
                                               start: Position {
                                                line: 164,
                                                column: 50,
                                               },
                                               end: Position {
                                                line: 164,
                                                column: 54,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: ".pid \\\n              -k gevent\n            ",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 166,
                                              column: 13,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 159,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 166,
                                           column: 15,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 143,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 167,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 128,
                                 column: 10,
                                },
                                end: Position {
                                 line: 168,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 126,
                            column: 41,
                           },
                           end: Position {
                            line: 168,
                            column: 11,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 126,
                          column: 35,
                         },
                         end: Position {
                          line: 168,
                          column: 11,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 169,
                            column: 7,
                           },
                           end: Position {
                            line: 169,
                            column: 10,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "servers",
                           span: Span {
                            start: Position {
                             line: 169,
                             column: 11,
                            },
                            end: Position {
                             line: 169,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 171,
                        column: 5,
                       },
                       end: Position {
                        line: 171,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 171,
                        column: 11,
                       },
                       end: Position {
                        line: 171,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: Identifier(
                       Identifier {
                        id: "user",
                        span: Span {
                         start: Position {
                          line: 171,
                          column: 19,
                         },
                         end: Position {
                          line: 171,
                          column: 23,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "uid",
                           span: Span {
                            start: Position {
                             line: 172,
                             column: 9,
                            },
                            end: Position {
                             line: 172,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 172,
                              column: 15,
                             },
                             end: Position {
                              line: 172,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 172,
                               column: 22,
                              },
                              end: Position {
                               line: 172,
                               column: 25,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "uids",
                             span: Span {
                              start: Position {
                               line: 172,
                               column: 26,
                              },
                              end: Position {
                               line: 172,
                               column: 30,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "bepasty",
                             span: Span {
                              start: Position {
                               line: 172,
                               column: 31,
                              },
                              end: Position {
                               line: 172,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 173,
                             column: 9,
                            },
                            end: Position {
                             line: 173,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "group",
                          span: Span {
                           start: Position {
                            line: 173,
                            column: 17,
                           },
                           end: Position {
                            line: 173,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "home",
                           span: Span {
                            start: Position {
                             line: 174,
                             column: 9,
                            },
                            end: Position {
                             line: 174,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "default_home",
                          span: Span {
                           start: Position {
                            line: 174,
                            column: 16,
                           },
                           end: Position {
                            line: 174,
                            column: 28,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 172,
                       column: 7,
                      },
                      end: Position {
                       line: 175,
                       column: 8,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 177,
                        column: 5,
                       },
                       end: Position {
                        line: 177,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 177,
                        column: 11,
                       },
                       end: Position {
                        line: 177,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: Identifier(
                       Identifier {
                        id: "group",
                        span: Span {
                         start: Position {
                          line: 177,
                          column: 20,
                         },
                         end: Position {
                          line: 177,
                          column: 25,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "gid",
                      span: Span {
                       start: Position {
                        line: 177,
                        column: 27,
                       },
                       end: Position {
                        line: 177,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "config",
                       span: Span {
                        start: Position {
                         line: 177,
                         column: 33,
                        },
                        end: Position {
                         line: 177,
                         column: 39,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "ids",
                        span: Span {
                         start: Position {
                          line: 177,
                          column: 40,
                         },
                         end: Position {
                          line: 177,
                          column: 43,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "gids",
                        span: Span {
                         start: Position {
                          line: 177,
                          column: 44,
                         },
                         end: Position {
                          line: 177,
                          column: 48,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "bepasty",
                        span: Span {
                         start: Position {
                          line: 177,
                          column: 49,
                         },
                         end: Position {
                          line: 177,
                          column: 56,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 121,
                  column: 28,
                 },
                 end: Position {
                  line: 178,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 14,
          column: 1,
         },
         end: Position {
          line: 179,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 4,
        column: 1,
       },
       end: Position {
        line: 179,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 179,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 179,
    column: 2,
   },
  },
 },
)