Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "options",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 11,
              },
              end: Position {
               line: 6,
               column: 17,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 18,
               },
               end: Position {
                line: 6,
                column: 26,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "terraria",
              span: Span {
               start: Position {
                line: 6,
                column: 27,
               },
               end: Position {
                line: 6,
                column: 35,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "opt",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "options",
             span: Span {
              start: Position {
               line: 7,
               column: 11,
              },
              end: Position {
               line: 7,
               column: 18,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 7,
                column: 19,
               },
               end: Position {
                line: 7,
                column: 27,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "terraria",
              span: Span {
               start: Position {
                line: 7,
                column: 28,
               },
               end: Position {
                line: 7,
                column: 36,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "worldSizeMap",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 15,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "small",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 20,
                  },
                  end: Position {
                   line: 8,
                   column: 25,
                  },
                 },
                },
               ),
              ],
              to: Integer(
               Integer {
                value: "1",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 28,
                 },
                 end: Position {
                  line: 8,
                  column: 29,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "medium",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 31,
                  },
                  end: Position {
                   line: 8,
                   column: 37,
                  },
                 },
                },
               ),
              ],
              to: Integer(
               Integer {
                value: "2",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 40,
                 },
                 end: Position {
                  line: 8,
                  column: 41,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "large",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 43,
                  },
                  end: Position {
                   line: 8,
                   column: 48,
                  },
                 },
                },
               ),
              ],
              to: Integer(
               Integer {
                value: "3",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 51,
                 },
                 end: Position {
                  line: 8,
                  column: 52,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 8,
             column: 18,
            },
            end: Position {
             line: 8,
             column: 55,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "valFlag",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 10,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "name",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "val",
              },
             ),
             body: FunctionApplication(
              FunctionApplication {
               function: Identifier(
                Identifier {
                 id: "optionalString",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 24,
                  },
                  end: Position {
                   line: 9,
                   column: 38,
                  },
                 },
                },
               ),
               arguments: [
                BinaryOperation(
                 BinaryOperation {
                  left: Identifier(
                   Identifier {
                    id: "val",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 40,
                     },
                     end: Position {
                      line: 9,
                      column: 43,
                     },
                    },
                   },
                  ),
                  operator: NotEqualTo,
                  right: Identifier(
                   Identifier {
                    id: "null",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 47,
                     },
                     end: Position {
                      line: 9,
                      column: 51,
                     },
                    },
                   },
                  ),
                 },
                ),
                String(
                 String_ {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "-",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 54,
                      },
                      end: Position {
                       line: 9,
                       column: 62,
                      },
                     },
                    },
                   ),
                   Interpolation(
                    PartInterpolation {
                     expression: Identifier(
                      Identifier {
                       id: "name",
                       span: Span {
                        start: Position {
                         line: 9,
                         column: 57,
                        },
                        end: Position {
                         line: 9,
                         column: 61,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: " \"",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 54,
                      },
                      end: Position {
                       line: 9,
                       column: 65,
                      },
                     },
                    },
                   ),
                   Interpolation(
                    PartInterpolation {
                     expression: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "escape",
                         span: Span {
                          start: Position {
                           line: 9,
                           column: 67,
                          },
                          end: Position {
                           line: 9,
                           column: 73,
                          },
                         },
                        },
                       ),
                       arguments: [
                        List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "\\",
                                span: Span {
                                 start: Position {
                                  line: 9,
                                  column: 76,
                                 },
                                 end: Position {
                                  line: 9,
                                  column: 78,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 9,
                               column: 75,
                              },
                              end: Position {
                               line: 9,
                               column: 79,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "\"",
                                span: Span {
                                 start: Position {
                                  line: 9,
                                  column: 81,
                                 },
                                 end: Position {
                                  line: 9,
                                  column: 83,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 9,
                               column: 80,
                              },
                              end: Position {
                               line: 9,
                               column: 84,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 9,
                            column: 74,
                           },
                           end: Position {
                            line: 9,
                            column: 85,
                           },
                          },
                         },
                        ),
                        FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "toString",
                            span: Span {
                             start: Position {
                              line: 9,
                              column: 87,
                             },
                             end: Position {
                              line: 9,
                              column: 95,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Identifier(
                            Identifier {
                             id: "val",
                             span: Span {
                              start: Position {
                               line: 9,
                               column: 96,
                              },
                              end: Position {
                               line: 9,
                               column: 99,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "\"",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 54,
                      },
                      end: Position {
                       line: 9,
                       column: 103,
                      },
                     },
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 53,
                   },
                   end: Position {
                    line: 9,
                    column: 104,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 9,
               column: 19,
              },
              end: Position {
               line: 9,
               column: 104,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 9,
             column: 13,
            },
            end: Position {
             line: 9,
             column: 104,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "boolFlag",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 11,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "name",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "val",
              },
             ),
             body: FunctionApplication(
              FunctionApplication {
               function: Identifier(
                Identifier {
                 id: "optionalString",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 25,
                  },
                  end: Position {
                   line: 10,
                   column: 39,
                  },
                 },
                },
               ),
               arguments: [
                Identifier(
                 Identifier {
                  id: "val",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 40,
                   },
                   end: Position {
                    line: 10,
                    column: 43,
                   },
                  },
                 },
                ),
                String(
                 String_ {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "-",
                     span: Span {
                      start: Position {
                       line: 10,
                       column: 45,
                      },
                      end: Position {
                       line: 10,
                       column: 53,
                      },
                     },
                    },
                   ),
                   Interpolation(
                    PartInterpolation {
                     expression: Identifier(
                      Identifier {
                       id: "name",
                       span: Span {
                        start: Position {
                         line: 10,
                         column: 48,
                        },
                        end: Position {
                         line: 10,
                         column: 52,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 44,
                   },
                   end: Position {
                    line: 10,
                    column: 54,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 10,
               column: 20,
              },
              end: Position {
               line: 10,
               column: 54,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 10,
             column: 14,
            },
            end: Position {
             line: 10,
             column: 54,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "flags",
            span: Span {
             start: Position {
              line: 11,
              column: 3,
             },
             end: Position {
              line: 11,
              column: 8,
             },
            },
           },
          ),
         ],
         to: List(
          List {
           elements: [
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "valFlag",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 6,
                 },
                 end: Position {
                  line: 12,
                  column: 13,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "port",
                    span: Span {
                     start: Position {
                      line: 12,
                      column: 15,
                     },
                     end: Position {
                      line: 12,
                      column: 19,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 12,
                   column: 14,
                  },
                  end: Position {
                   line: 12,
                   column: 20,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 21,
                    },
                    end: Position {
                     line: 12,
                     column: 24,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "port",
                    span: Span {
                     start: Position {
                      line: 12,
                      column: 25,
                     },
                     end: Position {
                      line: 12,
                      column: 29,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "valFlag",
                span: Span {
                 start: Position {
                  line: 13,
                  column: 6,
                 },
                 end: Position {
                  line: 13,
                  column: 13,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "maxPlayers",
                    span: Span {
                     start: Position {
                      line: 13,
                      column: 15,
                     },
                     end: Position {
                      line: 13,
                      column: 25,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 14,
                  },
                  end: Position {
                   line: 13,
                   column: 26,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 13,
                     column: 27,
                    },
                    end: Position {
                     line: 13,
                     column: 30,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "maxPlayers",
                    span: Span {
                     start: Position {
                      line: 13,
                      column: 31,
                     },
                     end: Position {
                      line: 13,
                      column: 41,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "valFlag",
                span: Span {
                 start: Position {
                  line: 14,
                  column: 6,
                 },
                 end: Position {
                  line: 14,
                  column: 13,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "password",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 15,
                     },
                     end: Position {
                      line: 14,
                      column: 23,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 14,
                   column: 14,
                  },
                  end: Position {
                   line: 14,
                   column: 24,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 25,
                    },
                    end: Position {
                     line: 14,
                     column: 28,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "password",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 29,
                     },
                     end: Position {
                      line: 14,
                      column: 37,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "valFlag",
                span: Span {
                 start: Position {
                  line: 15,
                  column: 6,
                 },
                 end: Position {
                  line: 15,
                  column: 13,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "motd",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 15,
                     },
                     end: Position {
                      line: 15,
                      column: 19,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 15,
                   column: 14,
                  },
                  end: Position {
                   line: 15,
                   column: 20,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 21,
                    },
                    end: Position {
                     line: 15,
                     column: 24,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "messageOfTheDay",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 25,
                     },
                     end: Position {
                      line: 15,
                      column: 40,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "valFlag",
                span: Span {
                 start: Position {
                  line: 16,
                  column: 6,
                 },
                 end: Position {
                  line: 16,
                  column: 13,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "world",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 15,
                     },
                     end: Position {
                      line: 16,
                      column: 20,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 14,
                  },
                  end: Position {
                   line: 16,
                   column: 21,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 22,
                    },
                    end: Position {
                     line: 16,
                     column: 25,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "worldPath",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 26,
                     },
                     end: Position {
                      line: 16,
                      column: 35,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "valFlag",
                span: Span {
                 start: Position {
                  line: 17,
                  column: 6,
                 },
                 end: Position {
                  line: 17,
                  column: 13,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "autocreate",
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 15,
                     },
                     end: Position {
                      line: 17,
                      column: 25,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 17,
                   column: 14,
                  },
                  end: Position {
                   line: 17,
                   column: 26,
                  },
                 },
                },
               ),
               FunctionApplication(
                FunctionApplication {
                 function: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "builtins",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 28,
                      },
                      end: Position {
                       line: 17,
                       column: 36,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "getAttr",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 37,
                       },
                       end: Position {
                        line: 17,
                        column: 44,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                 arguments: [
                  PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 45,
                       },
                       end: Position {
                        line: 17,
                        column: 48,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "autoCreatedWorldSize",
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 49,
                        },
                        end: Position {
                         line: 17,
                         column: 69,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  Identifier(
                   Identifier {
                    id: "worldSizeMap",
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 70,
                     },
                     end: Position {
                      line: 17,
                      column: 82,
                     },
                    },
                   },
                  ),
                 ],
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "valFlag",
                span: Span {
                 start: Position {
                  line: 18,
                  column: 6,
                 },
                 end: Position {
                  line: 18,
                  column: 13,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "banlist",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 15,
                     },
                     end: Position {
                      line: 18,
                      column: 22,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 18,
                   column: 14,
                  },
                  end: Position {
                   line: 18,
                   column: 23,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 24,
                    },
                    end: Position {
                     line: 18,
                     column: 27,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "banListPath",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 28,
                     },
                     end: Position {
                      line: 18,
                      column: 39,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "boolFlag",
                span: Span {
                 start: Position {
                  line: 19,
                  column: 6,
                 },
                 end: Position {
                  line: 19,
                  column: 14,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "secure",
                    span: Span {
                     start: Position {
                      line: 19,
                      column: 16,
                     },
                     end: Position {
                      line: 19,
                      column: 22,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 19,
                   column: 15,
                  },
                  end: Position {
                   line: 19,
                   column: 23,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 24,
                    },
                    end: Position {
                     line: 19,
                     column: 27,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "secure",
                    span: Span {
                     start: Position {
                      line: 19,
                      column: 28,
                     },
                     end: Position {
                      line: 19,
                      column: 34,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "boolFlag",
                span: Span {
                 start: Position {
                  line: 20,
                  column: 6,
                 },
                 end: Position {
                  line: 20,
                  column: 14,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "noupnp",
                    span: Span {
                     start: Position {
                      line: 20,
                      column: 16,
                     },
                     end: Position {
                      line: 20,
                      column: 22,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 20,
                   column: 15,
                  },
                  end: Position {
                   line: 20,
                   column: 23,
                  },
                 },
                },
               ),
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 20,
                     column: 24,
                    },
                    end: Position {
                     line: 20,
                     column: 27,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "noUPnP",
                    span: Span {
                     start: Position {
                      line: 20,
                      column: 28,
                     },
                     end: Position {
                      line: 20,
                      column: 34,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 11,
             column: 11,
            },
            end: Position {
             line: 21,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "stopScript",
            span: Span {
             start: Position {
              line: 22,
              column: 3,
             },
             end: Position {
              line: 22,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 22,
                 column: 16,
                },
                end: Position {
                 line: 22,
                 column: 20,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeScript",
                span: Span {
                 start: Position {
                  line: 22,
                  column: 21,
                 },
                 end: Position {
                  line: 22,
                  column: 32,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "terraria-stop",
                 span: Span {
                  start: Position {
                   line: 22,
                   column: 34,
                  },
                  end: Position {
                   line: 22,
                   column: 47,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 22,
                column: 33,
               },
               end: Position {
                line: 22,
                column: 48,
               },
              },
             },
            ),
            IndentedString(
             IndentedString {
              parts: [
               Raw(
                PartRaw {
                 content: "#!",
                 span: Span {
                  start: Position {
                   line: 23,
                   column: 1,
                  },
                  end: Position {
                   line: 23,
                   column: 7,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 23,
                       column: 9,
                      },
                      end: Position {
                       line: 23,
                       column: 13,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "runtimeShell",
                      span: Span {
                       start: Position {
                        line: 23,
                        column: 14,
                       },
                       end: Position {
                        line: 23,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n\nif ! [ -d \"/proc/$1\" ]; then\n  exit 0\nfi\n\n",
                 span: Span {
                  start: Position {
                   line: 23,
                   column: 1,
                  },
                  end: Position {
                   line: 29,
                   column: 5,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "getBin",
                     span: Span {
                      start: Position {
                       line: 29,
                       column: 7,
                      },
                      end: Position {
                       line: 29,
                       column: 13,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "pkgs",
                        span: Span {
                         start: Position {
                          line: 29,
                          column: 14,
                         },
                         end: Position {
                          line: 29,
                          column: 18,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "tmux",
                         span: Span {
                          start: Position {
                           line: 29,
                           column: 19,
                          },
                          end: Position {
                           line: 29,
                           column: 23,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/bin/tmux -S ",
                 span: Span {
                  start: Position {
                   line: 23,
                   column: 1,
                  },
                  end: Position {
                   line: 29,
                   column: 37,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 29,
                       column: 39,
                      },
                      end: Position {
                       line: 29,
                       column: 42,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "dataDir",
                      span: Span {
                       start: Position {
                        line: 29,
                        column: 43,
                       },
                       end: Position {
                        line: 29,
                        column: 50,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/terraria.sock send-keys Enter exit Enter\n",
                 span: Span {
                  start: Position {
                   line: 23,
                   column: 1,
                  },
                  end: Position {
                   line: 30,
                   column: 5,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "getBin",
                     span: Span {
                      start: Position {
                       line: 30,
                       column: 7,
                      },
                      end: Position {
                       line: 30,
                       column: 13,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "pkgs",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 14,
                         },
                         end: Position {
                          line: 30,
                          column: 18,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "coreutils",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 19,
                          },
                          end: Position {
                           line: 30,
                           column: 28,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/bin/tail --pid=\"$1\" -f /dev/null\n",
                 span: Span {
                  start: Position {
                   line: 23,
                   column: 1,
                  },
                  end: Position {
                   line: 31,
                   column: 3,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 22,
                column: 49,
               },
               end: Position {
                line: 31,
                column: 5,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 34,
                column: 3,
               },
               end: Position {
                line: 34,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 5,
                    },
                    end: Position {
                     line: 35,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "terraria",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 14,
                    },
                    end: Position {
                     line: 35,
                     column: 22,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 36,
                          column: 7,
                         },
                         end: Position {
                          line: 36,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 36,
                           column: 16,
                          },
                          end: Position {
                           line: 36,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 37,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 37,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 37,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 37,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 37,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 37,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 38,
                                 column: 23,
                                },
                                end: Position {
                                 line: 38,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 39,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 39,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 39,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 39,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "If enabled, starts a Terraria server. The server can be connected to via `tmux -S ",
                                     span: Span {
                                      start: Position {
                                       line: 40,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 40,
                                       column: 93,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "$",
                                     span: Span {
                                      start: Position {
                                       line: 40,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 40,
                                       column: 96,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "{config.",
                                     span: Span {
                                      start: Position {
                                       line: 40,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 40,
                                       column: 104,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 40,
                                           column: 106,
                                          },
                                          end: Position {
                                           line: 40,
                                           column: 109,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "dataDir",
                                          span: Span {
                                           start: Position {
                                            line: 40,
                                            column: 110,
                                           },
                                           end: Position {
                                            line: 40,
                                            column: 117,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "}/terraria.sock attach`\nfor administration by users who are a part of the `terraria` group (use `C-b d` shortcut to detach again).\n",
                                     span: Span {
                                      start: Position {
                                       line: 40,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 42,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 42,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 36,
                            column: 25,
                           },
                           end: Position {
                            line: 43,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "port",
                        span: Span {
                         start: Position {
                          line: 45,
                          column: 7,
                         },
                         end: Position {
                          line: 45,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 45,
                           column: 14,
                          },
                          end: Position {
                           line: 45,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 46,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 46,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 46,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 46,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "port",
                                  span: Span {
                                   start: Position {
                                    line: 46,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 46,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 47,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 47,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "7777",
                               span: Span {
                                start: Position {
                                 line: 47,
                                 column: 23,
                                },
                                end: Position {
                                 line: 47,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 48,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 48,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 48,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 48,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Specifies the port to listen on.\n",
                                     span: Span {
                                      start: Position {
                                       line: 49,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 50,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 48,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 50,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 45,
                            column: 23,
                           },
                           end: Position {
                            line: 51,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "maxPlayers",
                        span: Span {
                         start: Position {
                          line: 53,
                          column: 7,
                         },
                         end: Position {
                          line: 53,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 53,
                           column: 20,
                          },
                          end: Position {
                           line: 53,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 54,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 54,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 54,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 54,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "ints",
                                  span: Span {
                                   start: Position {
                                    line: 54,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 54,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "u8",
                                  span: Span {
                                   start: Position {
                                    line: 54,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 54,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "255",
                               span: Span {
                                start: Position {
                                 line: 55,
                                 column: 23,
                                },
                                end: Position {
                                 line: 55,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 56,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 56,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 56,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 56,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 56,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 56,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Sets the max number of players (between 1 and 255).\n",
                                     span: Span {
                                      start: Position {
                                       line: 57,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 58,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 56,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 58,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 29,
                           },
                           end: Position {
                            line: 59,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "password",
                        span: Span {
                         start: Position {
                          line: 61,
                          column: 7,
                         },
                         end: Position {
                          line: 61,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 61,
                           column: 18,
                          },
                          end: Position {
                           line: 61,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 62,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 62,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 62,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 62,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 62,
                                      column: 36,
                                     },
                                     end: Position {
                                      line: 62,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 62,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 62,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 23,
                                },
                                end: Position {
                                 line: 63,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 64,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 64,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 64,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 64,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Sets the server password. Leave `null` for no password.\n",
                                     span: Span {
                                      start: Position {
                                       line: 65,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 66,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 64,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 66,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 61,
                            column: 27,
                           },
                           end: Position {
                            line: 67,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "messageOfTheDay",
                        span: Span {
                         start: Position {
                          line: 69,
                          column: 7,
                         },
                         end: Position {
                          line: 69,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 69,
                           column: 25,
                          },
                          end: Position {
                           line: 69,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 70,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 70,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 70,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 70,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 70,
                                      column: 36,
                                     },
                                     end: Position {
                                      line: 70,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 70,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 70,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 71,
                                 column: 23,
                                },
                                end: Position {
                                 line: 71,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 72,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 72,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 72,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 72,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Set the server message of the day text.\n",
                                     span: Span {
                                      start: Position {
                                       line: 73,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 74,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 74,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 69,
                            column: 34,
                           },
                           end: Position {
                            line: 75,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "worldPath",
                        span: Span {
                         start: Position {
                          line: 77,
                          column: 7,
                         },
                         end: Position {
                          line: 77,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 77,
                           column: 19,
                          },
                          end: Position {
                           line: 77,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 78,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 78,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 78,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 78,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 78,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 78,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 78,
                                      column: 36,
                                     },
                                     end: Position {
                                      line: 78,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 78,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 78,
                                       column: 46,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 79,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 79,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 79,
                                 column: 23,
                                },
                                end: Position {
                                 line: 79,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 80,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 80,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 80,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 80,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 80,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The path to the world file (`.wld`) which should be loaded.\nIf no world exists at this path, one will be created with the size\nspecified by `autoCreatedWorldSize`.\n",
                                     span: Span {
                                      start: Position {
                                       line: 81,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 84,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 80,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 84,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 77,
                            column: 28,
                           },
                           end: Position {
                            line: 85,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "autoCreatedWorldSize",
                        span: Span {
                         start: Position {
                          line: 87,
                          column: 7,
                         },
                         end: Position {
                          line: 87,
                          column: 27,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 87,
                           column: 30,
                          },
                          end: Position {
                           line: 87,
                           column: 38,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 88,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 88,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 88,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 88,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 88,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "small",
                                        span: Span {
                                         start: Position {
                                          line: 88,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 88,
                                          column: 42,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 88,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 88,
                                       column: 43,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "medium",
                                        span: Span {
                                         start: Position {
                                          line: 88,
                                          column: 45,
                                         },
                                         end: Position {
                                          line: 88,
                                          column: 51,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 88,
                                       column: 44,
                                      },
                                      end: Position {
                                       line: 88,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "large",
                                        span: Span {
                                         start: Position {
                                          line: 88,
                                          column: 54,
                                         },
                                         end: Position {
                                          line: 88,
                                          column: 59,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 88,
                                       column: 53,
                                      },
                                      end: Position {
                                       line: 88,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 62,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 89,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "medium",
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 89,
                                 column: 23,
                                },
                                end: Position {
                                 line: 89,
                                 column: 31,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 90,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 90,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 90,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 90,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 90,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 90,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Specifies the size of the auto-created world if `worldPath` does not\npoint to an existing world.\n",
                                     span: Span {
                                      start: Position {
                                       line: 91,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 93,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 90,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 93,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 87,
                            column: 39,
                           },
                           end: Position {
                            line: 94,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "banListPath",
                        span: Span {
                         start: Position {
                          line: 96,
                          column: 7,
                         },
                         end: Position {
                          line: 96,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 96,
                           column: 21,
                          },
                          end: Position {
                           line: 96,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 97,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 97,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 97,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 97,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 97,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 97,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 97,
                                      column: 36,
                                     },
                                     end: Position {
                                      line: 97,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 97,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 97,
                                       column: 46,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 98,
                                 column: 23,
                                },
                                end: Position {
                                 line: 98,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 99,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 99,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 99,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 99,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 99,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 99,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The path to the ban list.\n",
                                     span: Span {
                                      start: Position {
                                       line: 100,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 101,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 99,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 101,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 96,
                            column: 30,
                           },
                           end: Position {
                            line: 102,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "secure",
                        span: Span {
                         start: Position {
                          line: 104,
                          column: 7,
                         },
                         end: Position {
                          line: 104,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 104,
                           column: 16,
                          },
                          end: Position {
                           line: 104,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 105,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 105,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 105,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 105,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 105,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 105,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 106,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 106,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 106,
                                 column: 23,
                                },
                                end: Position {
                                 line: 106,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 107,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 107,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 107,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 107,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 107,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Adds additional cheat protection to the server.",
                                     span: Span {
                                      start: Position {
                                       line: 107,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 107,
                                       column: 81,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 107,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 107,
                                    column: 82,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 104,
                            column: 25,
                           },
                           end: Position {
                            line: 108,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "noUPnP",
                        span: Span {
                         start: Position {
                          line: 110,
                          column: 7,
                         },
                         end: Position {
                          line: 110,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 110,
                           column: 16,
                          },
                          end: Position {
                           line: 110,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 111,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 111,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 112,
                                 column: 23,
                                },
                                end: Position {
                                 line: 112,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 113,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 113,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 113,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 113,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 113,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Disables automatic Universal Plug and Play.",
                                     span: Span {
                                      start: Position {
                                       line: 113,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 113,
                                       column: 77,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 113,
                                    column: 78,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 110,
                            column: 25,
                           },
                           end: Position {
                            line: 114,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "openFirewall",
                        span: Span {
                         start: Position {
                          line: 116,
                          column: 7,
                         },
                         end: Position {
                          line: 116,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 116,
                           column: 22,
                          },
                          end: Position {
                           line: 116,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 117,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 117,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 117,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 117,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 118,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 118,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 118,
                                 column: 19,
                                },
                                end: Position {
                                 line: 118,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 119,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 119,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 119,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 119,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 119,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Wheter to open ports in the firewall",
                                     span: Span {
                                      start: Position {
                                       line: 119,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 119,
                                       column: 70,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 119,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 119,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 116,
                            column: 31,
                           },
                           end: Position {
                            line: 120,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "dataDir",
                        span: Span {
                         start: Position {
                          line: 122,
                          column: 7,
                         },
                         end: Position {
                          line: 122,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 122,
                           column: 17,
                          },
                          end: Position {
                           line: 122,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 123,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 123,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 123,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 123,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/lib/terraria",
                                  span: Span {
                                   start: Position {
                                    line: 124,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 124,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 23,
                                },
                                end: Position {
                                 line: 124,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 125,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/srv/terraria",
                                  span: Span {
                                   start: Position {
                                    line: 125,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 125,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 23,
                                },
                                end: Position {
                                 line: 125,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 126,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 126,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 126,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 126,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 126,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 126,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Path to variable state data directory for terraria.",
                                     span: Span {
                                      start: Position {
                                       line: 126,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 126,
                                       column: 85,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 126,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 126,
                                    column: 86,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 122,
                            column: 26,
                           },
                           end: Position {
                            line: 127,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 35,
                    column: 25,
                   },
                   end: Position {
                    line: 128,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 34,
               column: 13,
              },
              end: Position {
               line: 129,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 131,
                column: 3,
               },
               end: Position {
                line: 131,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 131,
                 column: 12,
                },
                end: Position {
                 line: 131,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 131,
                    column: 17,
                   },
                   end: Position {
                    line: 131,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 131,
                     column: 21,
                    },
                    end: Position {
                     line: 131,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 132,
                        column: 5,
                       },
                       end: Position {
                        line: 132,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 132,
                        column: 11,
                       },
                       end: Position {
                        line: 132,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "terraria",
                      span: Span {
                       start: Position {
                        line: 132,
                        column: 17,
                       },
                       end: Position {
                        line: 132,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 133,
                             column: 7,
                            },
                            end: Position {
                             line: 133,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Terraria server service user",
                             span: Span {
                              start: Position {
                               line: 133,
                               column: 22,
                              },
                              end: Position {
                               line: 133,
                               column: 50,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 133,
                            column: 21,
                           },
                           end: Position {
                            line: 133,
                            column: 51,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 134,
                             column: 7,
                            },
                            end: Position {
                             line: 134,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "terraria",
                             span: Span {
                              start: Position {
                               line: 134,
                               column: 22,
                              },
                              end: Position {
                               line: 134,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 134,
                            column: 21,
                           },
                           end: Position {
                            line: 134,
                            column: 31,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "home",
                           span: Span {
                            start: Position {
                             line: 135,
                             column: 7,
                            },
                            end: Position {
                             line: 135,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 135,
                              column: 21,
                             },
                             end: Position {
                              line: 135,
                              column: 24,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "dataDir",
                             span: Span {
                              start: Position {
                               line: 135,
                               column: 25,
                              },
                              end: Position {
                               line: 135,
                               column: 32,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "createHome",
                           span: Span {
                            start: Position {
                             line: 136,
                             column: 7,
                            },
                            end: Position {
                             line: 136,
                             column: 17,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 136,
                            column: 21,
                           },
                           end: Position {
                            line: 136,
                            column: 25,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "uid",
                           span: Span {
                            start: Position {
                             line: 137,
                             column: 7,
                            },
                            end: Position {
                             line: 137,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 137,
                              column: 21,
                             },
                             end: Position {
                              line: 137,
                              column: 27,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 28,
                              },
                              end: Position {
                               line: 137,
                               column: 31,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "uids",
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 32,
                              },
                              end: Position {
                               line: 137,
                               column: 36,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "terraria",
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 37,
                              },
                              end: Position {
                               line: 137,
                               column: 45,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 132,
                       column: 28,
                      },
                      end: Position {
                       line: 138,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 140,
                        column: 5,
                       },
                       end: Position {
                        line: 140,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 140,
                        column: 11,
                       },
                       end: Position {
                        line: 140,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "terraria",
                      span: Span {
                       start: Position {
                        line: 140,
                        column: 18,
                       },
                       end: Position {
                        line: 140,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "gid",
                           span: Span {
                            start: Position {
                             line: 141,
                             column: 7,
                            },
                            end: Position {
                             line: 141,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 141,
                              column: 13,
                             },
                             end: Position {
                              line: 141,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 141,
                               column: 20,
                              },
                              end: Position {
                               line: 141,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "gids",
                             span: Span {
                              start: Position {
                               line: 141,
                               column: 24,
                              },
                              end: Position {
                               line: 141,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "terraria",
                             span: Span {
                              start: Position {
                               line: 141,
                               column: 29,
                              },
                              end: Position {
                               line: 141,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 140,
                       column: 29,
                      },
                      end: Position {
                       line: 142,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 144,
                        column: 5,
                       },
                       end: Position {
                        line: 144,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 144,
                        column: 13,
                       },
                       end: Position {
                        line: 144,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "terraria",
                      span: Span {
                       start: Position {
                        line: 144,
                        column: 22,
                       },
                       end: Position {
                        line: 144,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 145,
                             column: 7,
                            },
                            end: Position {
                             line: 145,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Terraria Server Service",
                             span: Span {
                              start: Position {
                               line: 145,
                               column: 24,
                              },
                              end: Position {
                               line: 145,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 145,
                            column: 23,
                           },
                           end: Position {
                            line: 145,
                            column: 48,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 146,
                             column: 7,
                            },
                            end: Position {
                             line: 146,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 146,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 146,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 146,
                               column: 25,
                              },
                              end: Position {
                               line: 146,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 146,
                            column: 23,
                           },
                           end: Position {
                            line: 146,
                            column: 46,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 147,
                             column: 7,
                            },
                            end: Position {
                             line: 147,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 147,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 147,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 147,
                               column: 25,
                              },
                              end: Position {
                               line: 147,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 147,
                            column: 23,
                           },
                           end: Position {
                            line: 147,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 149,
                             column: 7,
                            },
                            end: Position {
                             line: 149,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 150,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 150,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "terraria",
                                  span: Span {
                                   start: Position {
                                    line: 150,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 150,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 150,
                                 column: 19,
                                },
                                end: Position {
                                 line: 150,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Type",
                                span: Span {
                                 start: Position {
                                  line: 151,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 151,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "forking",
                                  span: Span {
                                   start: Position {
                                    line: 151,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 151,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 151,
                                 column: 16,
                                },
                                end: Position {
                                 line: 151,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "GuessMainPID",
                                span: Span {
                                 start: Position {
                                  line: 152,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 152,
                                  column: 21,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 152,
                                 column: 24,
                                },
                                end: Position {
                                 line: 152,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 153,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "getBin",
                                      span: Span {
                                       start: Position {
                                        line: 153,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 153,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "pkgs",
                                         span: Span {
                                          start: Position {
                                           line: 153,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 153,
                                           column: 35,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "tmux",
                                          span: Span {
                                           start: Position {
                                            line: 153,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 153,
                                            column: 40,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/tmux -S ",
                                  span: Span {
                                   start: Position {
                                    line: 153,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 153,
                                        column: 56,
                                       },
                                       end: Position {
                                        line: 153,
                                        column: 59,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "dataDir",
                                       span: Span {
                                        start: Position {
                                         line: 153,
                                         column: 60,
                                        },
                                        end: Position {
                                         line: 153,
                                         column: 67,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/terraria.sock new -d ",
                                  span: Span {
                                   start: Position {
                                    line: 153,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 90,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 153,
                                        column: 92,
                                       },
                                       end: Position {
                                        line: 153,
                                        column: 96,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "terraria-server",
                                       span: Span {
                                        start: Position {
                                         line: 153,
                                         column: 97,
                                        },
                                        end: Position {
                                         line: 153,
                                         column: 112,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/TerrariaServer ",
                                  span: Span {
                                   start: Position {
                                    line: 153,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 133,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "concatStringsSep",
                                      span: Span {
                                       start: Position {
                                        line: 153,
                                        column: 135,
                                       },
                                       end: Position {
                                        line: 153,
                                        column: 151,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: " ",
                                          span: Span {
                                           start: Position {
                                            line: 153,
                                            column: 153,
                                           },
                                           end: Position {
                                            line: 153,
                                            column: 154,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 153,
                                         column: 152,
                                        },
                                        end: Position {
                                         line: 153,
                                         column: 155,
                                        },
                                       },
                                      },
                                     ),
                                     Identifier(
                                      Identifier {
                                       id: "flags",
                                       span: Span {
                                        start: Position {
                                         line: 153,
                                         column: 156,
                                        },
                                        end: Position {
                                         line: 153,
                                         column: 161,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 153,
                                 column: 21,
                                },
                                end: Position {
                                 line: 153,
                                 column: 163,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStop",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "stopScript",
                                    span: Span {
                                     start: Position {
                                      line: 154,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 154,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: " $MAINPID",
                                  span: Span {
                                   start: Position {
                                    line: 154,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 154,
                                    column: 43,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 154,
                                 column: 20,
                                },
                                end: Position {
                                 line: 154,
                                 column: 44,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 149,
                            column: 23,
                           },
                           end: Position {
                            line: 155,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "postStart",
                           span: Span {
                            start: Position {
                             line: 157,
                             column: 7,
                            },
                            end: Position {
                             line: 157,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "",
                             span: Span {
                              start: Position {
                               line: 158,
                               column: 1,
                              },
                              end: Position {
                               line: 158,
                               column: 9,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 158,
                                   column: 11,
                                  },
                                  end: Position {
                                   line: 158,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "coreutils",
                                  span: Span {
                                   start: Position {
                                    line: 158,
                                    column: 16,
                                   },
                                   end: Position {
                                    line: 158,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/chmod 660 ",
                             span: Span {
                              start: Position {
                               line: 158,
                               column: 1,
                              },
                              end: Position {
                               line: 158,
                               column: 41,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 158,
                                   column: 43,
                                  },
                                  end: Position {
                                   line: 158,
                                   column: 46,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dataDir",
                                  span: Span {
                                   start: Position {
                                    line: 158,
                                    column: 47,
                                   },
                                   end: Position {
                                    line: 158,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/terraria.sock\n",
                             span: Span {
                              start: Position {
                               line: 158,
                               column: 1,
                              },
                              end: Position {
                               line: 159,
                               column: 9,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 159,
                                   column: 11,
                                  },
                                  end: Position {
                                   line: 159,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "coreutils",
                                  span: Span {
                                   start: Position {
                                    line: 159,
                                    column: 16,
                                   },
                                   end: Position {
                                    line: 159,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/chgrp terraria ",
                             span: Span {
                              start: Position {
                               line: 158,
                               column: 1,
                              },
                              end: Position {
                               line: 159,
                               column: 46,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 159,
                                   column: 48,
                                  },
                                  end: Position {
                                   line: 159,
                                   column: 51,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dataDir",
                                  span: Span {
                                   start: Position {
                                    line: 159,
                                    column: 52,
                                   },
                                   end: Position {
                                    line: 159,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/terraria.sock\n",
                             span: Span {
                              start: Position {
                               line: 158,
                               column: 1,
                              },
                              end: Position {
                               line: 160,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 157,
                            column: 19,
                           },
                           end: Position {
                            line: 160,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 144,
                       column: 33,
                      },
                      end: Position {
                       line: 161,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "networking",
                      span: Span {
                       start: Position {
                        line: 163,
                        column: 5,
                       },
                       end: Position {
                        line: 163,
                        column: 15,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "firewall",
                      span: Span {
                       start: Position {
                        line: 163,
                        column: 16,
                       },
                       end: Position {
                        line: 163,
                        column: 24,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 163,
                         column: 27,
                        },
                        end: Position {
                         line: 163,
                         column: 31,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 163,
                            column: 32,
                           },
                           end: Position {
                            line: 163,
                            column: 35,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "openFirewall",
                           span: Span {
                            start: Position {
                             line: 163,
                             column: 36,
                            },
                            end: Position {
                             line: 163,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "allowedTCPPorts",
                              span: Span {
                               start: Position {
                                line: 164,
                                column: 7,
                               },
                               end: Position {
                                line: 164,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           to: List(
                            List {
                             elements: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 164,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 164,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "port",
                                   span: Span {
                                    start: Position {
                                     line: 164,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 164,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 164,
                               column: 25,
                              },
                              end: Position {
                               line: 164,
                               column: 37,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "allowedUDPPorts",
                              span: Span {
                               start: Position {
                                line: 165,
                                column: 7,
                               },
                               end: Position {
                                line: 165,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           to: List(
                            List {
                             elements: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 165,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 165,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "port",
                                   span: Span {
                                    start: Position {
                                     line: 165,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 165,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 25,
                              },
                              end: Position {
                               line: 165,
                               column: 37,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 163,
                          column: 49,
                         },
                         end: Position {
                          line: 166,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 131,
                  column: 28,
                 },
                 end: Position {
                  line: 168,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 33,
          column: 1,
         },
         end: Position {
          line: 169,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 169,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 169,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 169,
    column: 2,
   },
  },
 },
)