Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "factorio",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "name",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 7,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "Factorio",
              span: Span {
               start: Position {
                line: 7,
                column: 11,
               },
               end: Position {
                line: 7,
                column: 19,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 7,
             column: 10,
            },
            end: Position {
             line: 7,
             column: 20,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "stateDir",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 11,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "/var/lib/",
              span: Span {
               start: Position {
                line: 8,
                column: 15,
               },
               end: Position {
                line: 8,
                column: 43,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 26,
                   },
                   end: Position {
                    line: 8,
                    column: 29,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "stateDirName",
                   span: Span {
                    start: Position {
                     line: 8,
                     column: 30,
                    },
                    end: Position {
                     line: 8,
                     column: 42,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 8,
             column: 14,
            },
            end: Position {
             line: 8,
             column: 44,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "mkSavePath",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "name",
            },
           ),
           body: String(
            String_ {
             parts: [
              Interpolation(
               PartInterpolation {
                expression: Identifier(
                 Identifier {
                  id: "stateDir",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 25,
                   },
                   end: Position {
                    line: 9,
                    column: 33,
                   },
                  },
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "/saves/",
                span: Span {
                 start: Position {
                  line: 9,
                  column: 23,
                 },
                 end: Position {
                  line: 9,
                  column: 41,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: Identifier(
                 Identifier {
                  id: "name",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 43,
                   },
                   end: Position {
                    line: 9,
                    column: 47,
                   },
                  },
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: ".zip",
                span: Span {
                 start: Position {
                  line: 9,
                  column: 23,
                 },
                 end: Position {
                  line: 9,
                  column: 52,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 9,
               column: 22,
              },
              end: Position {
               line: 9,
               column: 53,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 9,
             column: 16,
            },
            end: Position {
             line: 9,
             column: 53,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configFile",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 10,
                 column: 16,
                },
                end: Position {
                 line: 10,
                 column: 20,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 21,
                 },
                 end: Position {
                  line: 10,
                  column: 30,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "factorio.conf",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 32,
                  },
                  end: Position {
                   line: 10,
                   column: 45,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 10,
                column: 31,
               },
               end: Position {
                line: 10,
                column: 46,
               },
              },
             },
            ),
            IndentedString(
             IndentedString {
              parts: [
               Raw(
                PartRaw {
                 content: "use-system-read-write-data-directories=true\n[path]\nread-data=",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 13,
                   column: 15,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 17,
                      },
                      end: Position {
                       line: 13,
                       column: 20,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "package",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 21,
                       },
                       end: Position {
                        line: 13,
                        column: 28,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/share/factorio/data\nwrite-data=",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 14,
                   column: 16,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: Identifier(
                  Identifier {
                   id: "stateDir",
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 18,
                    },
                    end: Position {
                     line: 14,
                     column: 26,
                    },
                   },
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 1,
                  },
                  end: Position {
                   line: 15,
                   column: 3,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 10,
                column: 47,
               },
               end: Position {
                line: 15,
                column: 5,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "serverSettings",
            span: Span {
             start: Position {
              line: 16,
              column: 3,
             },
             end: Position {
              line: 16,
              column: 17,
             },
            },
           },
          ),
         ],
         to: BinaryOperation(
          BinaryOperation {
           left: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "name",
                   span: Span {
                    start: Position {
                     line: 17,
                     column: 5,
                    },
                    end: Position {
                     line: 17,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 12,
                     },
                     end: Position {
                      line: 17,
                      column: 15,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "game-name",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 16,
                      },
                      end: Position {
                       line: 17,
                       column: 25,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "description",
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 5,
                    },
                    end: Position {
                     line: 18,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 19,
                     },
                     end: Position {
                      line: 18,
                      column: 22,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "description",
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 23,
                      },
                      end: Position {
                       line: 18,
                       column: 34,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "visibility",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 5,
                    },
                    end: Position {
                     line: 19,
                     column: 15,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "public",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 7,
                         },
                         end: Position {
                          line: 20,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 20,
                           column: 16,
                          },
                          end: Position {
                           line: 20,
                           column: 19,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "public",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 20,
                           },
                           end: Position {
                            line: 20,
                            column: 26,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "lan",
                        span: Span {
                         start: Position {
                          line: 21,
                          column: 7,
                         },
                         end: Position {
                          line: 21,
                          column: 10,
                         },
                        },
                       },
                      ),
                     ],
                     to: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 21,
                           column: 13,
                          },
                          end: Position {
                           line: 21,
                           column: 16,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "lan",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 17,
                           },
                           end: Position {
                            line: 21,
                            column: 20,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 19,
                    column: 18,
                   },
                   end: Position {
                    line: 22,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "username",
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 5,
                    },
                    end: Position {
                     line: 23,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 23,
                      column: 16,
                     },
                     end: Position {
                      line: 23,
                      column: 19,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "username",
                     span: Span {
                      start: Position {
                       line: 23,
                       column: 20,
                      },
                      end: Position {
                       line: 23,
                       column: 28,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "password",
                   span: Span {
                    start: Position {
                     line: 24,
                     column: 5,
                    },
                    end: Position {
                     line: 24,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 24,
                      column: 16,
                     },
                     end: Position {
                      line: 24,
                      column: 19,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "password",
                     span: Span {
                      start: Position {
                       line: 24,
                       column: 20,
                      },
                      end: Position {
                       line: 24,
                       column: 28,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "token",
                   span: Span {
                    start: Position {
                     line: 25,
                     column: 5,
                    },
                    end: Position {
                     line: 25,
                     column: 10,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 25,
                      column: 13,
                     },
                     end: Position {
                      line: 25,
                      column: 16,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "token",
                     span: Span {
                      start: Position {
                       line: 25,
                       column: 17,
                      },
                      end: Position {
                       line: 25,
                       column: 22,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "game_password",
                   span: Span {
                    start: Position {
                     line: 26,
                     column: 5,
                    },
                    end: Position {
                     line: 26,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 26,
                      column: 21,
                     },
                     end: Position {
                      line: 26,
                      column: 24,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "game-password",
                     span: Span {
                      start: Position {
                       line: 26,
                       column: 25,
                      },
                      end: Position {
                       line: 26,
                       column: 38,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "require_user_verification",
                   span: Span {
                    start: Position {
                     line: 27,
                     column: 5,
                    },
                    end: Position {
                     line: 27,
                     column: 30,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 27,
                      column: 33,
                     },
                     end: Position {
                      line: 27,
                      column: 36,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "requireUserVerification",
                     span: Span {
                      start: Position {
                       line: 27,
                       column: 37,
                      },
                      end: Position {
                       line: 27,
                       column: 60,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "max_upload_in_kilobytes_per_second",
                   span: Span {
                    start: Position {
                     line: 28,
                     column: 5,
                    },
                    end: Position {
                     line: 28,
                     column: 39,
                    },
                   },
                  },
                 ),
                ],
                to: Integer(
                 Integer {
                  value: "0",
                  span: Span {
                   start: Position {
                    line: 28,
                    column: 42,
                   },
                   end: Position {
                    line: 28,
                    column: 43,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "minimum_latency_in_ticks",
                   span: Span {
                    start: Position {
                     line: 29,
                     column: 5,
                    },
                    end: Position {
                     line: 29,
                     column: 29,
                    },
                   },
                  },
                 ),
                ],
                to: Integer(
                 Integer {
                  value: "0",
                  span: Span {
                   start: Position {
                    line: 29,
                    column: 32,
                   },
                   end: Position {
                    line: 29,
                    column: 33,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "ignore_player_limit_for_returning_players",
                   span: Span {
                    start: Position {
                     line: 30,
                     column: 5,
                    },
                    end: Position {
                     line: 30,
                     column: 46,
                    },
                   },
                  },
                 ),
                ],
                to: Identifier(
                 Identifier {
                  id: "false",
                  span: Span {
                   start: Position {
                    line: 30,
                    column: 49,
                   },
                   end: Position {
                    line: 30,
                    column: 54,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "allow_commands",
                   span: Span {
                    start: Position {
                     line: 31,
                     column: 5,
                    },
                    end: Position {
                     line: 31,
                     column: 19,
                    },
                   },
                  },
                 ),
                ],
                to: String(
                 String_ {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "admins-only",
                     span: Span {
                      start: Position {
                       line: 31,
                       column: 23,
                      },
                      end: Position {
                       line: 31,
                       column: 34,
                      },
                     },
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 31,
                    column: 22,
                   },
                   end: Position {
                    line: 31,
                    column: 35,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "autosave_interval",
                   span: Span {
                    start: Position {
                     line: 32,
                     column: 5,
                    },
                    end: Position {
                     line: 32,
                     column: 22,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 32,
                      column: 25,
                     },
                     end: Position {
                      line: 32,
                      column: 28,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "autosave-interval",
                     span: Span {
                      start: Position {
                       line: 32,
                       column: 29,
                      },
                      end: Position {
                       line: 32,
                       column: 46,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "autosave_slots",
                   span: Span {
                    start: Position {
                     line: 33,
                     column: 5,
                    },
                    end: Position {
                     line: 33,
                     column: 19,
                    },
                   },
                  },
                 ),
                ],
                to: Integer(
                 Integer {
                  value: "5",
                  span: Span {
                   start: Position {
                    line: 33,
                    column: 22,
                   },
                   end: Position {
                    line: 33,
                    column: 23,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "afk_autokick_interval",
                   span: Span {
                    start: Position {
                     line: 34,
                     column: 5,
                    },
                    end: Position {
                     line: 34,
                     column: 26,
                    },
                   },
                  },
                 ),
                ],
                to: Integer(
                 Integer {
                  value: "0",
                  span: Span {
                   start: Position {
                    line: 34,
                    column: 29,
                   },
                   end: Position {
                    line: 34,
                    column: 30,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "auto_pause",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 5,
                    },
                    end: Position {
                     line: 35,
                     column: 15,
                    },
                   },
                  },
                 ),
                ],
                to: Identifier(
                 Identifier {
                  id: "true",
                  span: Span {
                   start: Position {
                    line: 35,
                    column: 18,
                   },
                   end: Position {
                    line: 35,
                    column: 22,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "only_admins_can_pause_the_game",
                   span: Span {
                    start: Position {
                     line: 36,
                     column: 5,
                    },
                    end: Position {
                     line: 36,
                     column: 35,
                    },
                   },
                  },
                 ),
                ],
                to: Identifier(
                 Identifier {
                  id: "true",
                  span: Span {
                   start: Position {
                    line: 36,
                    column: 38,
                   },
                   end: Position {
                    line: 36,
                    column: 42,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "autosave_only_on_server",
                   span: Span {
                    start: Position {
                     line: 37,
                     column: 5,
                    },
                    end: Position {
                     line: 37,
                     column: 28,
                    },
                   },
                  },
                 ),
                ],
                to: Identifier(
                 Identifier {
                  id: "true",
                  span: Span {
                   start: Position {
                    line: 37,
                    column: 31,
                   },
                   end: Position {
                    line: 37,
                    column: 35,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "non_blocking_saving",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 5,
                    },
                    end: Position {
                     line: 38,
                     column: 24,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 38,
                      column: 27,
                     },
                     end: Position {
                      line: 38,
                      column: 30,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "nonBlockingSaving",
                     span: Span {
                      start: Position {
                       line: 38,
                       column: 31,
                      },
                      end: Position {
                       line: 38,
                       column: 48,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 16,
               column: 20,
              },
              end: Position {
               line: 39,
               column: 4,
              },
             },
            },
           ),
           operator: Update,
           right: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "cfg",
               span: Span {
                start: Position {
                 line: 39,
                 column: 8,
                },
                end: Position {
                 line: 39,
                 column: 11,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "extraSettings",
                span: Span {
                 start: Position {
                  line: 39,
                  column: 12,
                 },
                 end: Position {
                  line: 39,
                  column: 25,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "serverSettingsFile",
            span: Span {
             start: Position {
              line: 40,
              column: 3,
             },
             end: Position {
              line: 40,
              column: 21,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 40,
                 column: 24,
                },
                end: Position {
                 line: 40,
                 column: 28,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 40,
                  column: 29,
                 },
                 end: Position {
                  line: 40,
                  column: 38,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "server-settings.json",
                 span: Span {
                  start: Position {
                   line: 40,
                   column: 40,
                  },
                  end: Position {
                   line: 40,
                   column: 60,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 40,
                column: 39,
               },
               end: Position {
                line: 40,
                column: 61,
               },
              },
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "builtins",
                  span: Span {
                   start: Position {
                    line: 40,
                    column: 63,
                   },
                   end: Position {
                    line: 40,
                    column: 71,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "toJSON",
                   span: Span {
                    start: Position {
                     line: 40,
                     column: 72,
                    },
                    end: Position {
                     line: 40,
                     column: 78,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              arguments: [
               FunctionApplication(
                FunctionApplication {
                 function: Identifier(
                  Identifier {
                   id: "filterAttrsRecursive",
                   span: Span {
                    start: Position {
                     line: 40,
                     column: 80,
                    },
                    end: Position {
                     line: 40,
                     column: 100,
                    },
                   },
                  },
                 ),
                 arguments: [
                  Function(
                   Function {
                    head: Simple(
                     FunctionHeadSimple {
                      identifier: "n",
                     },
                    ),
                    body: Function(
                     Function {
                      head: Simple(
                       FunctionHeadSimple {
                        identifier: "v",
                       },
                      ),
                      body: BinaryOperation(
                       BinaryOperation {
                        left: Identifier(
                         Identifier {
                          id: "v",
                          span: Span {
                           start: Position {
                            line: 40,
                            column: 108,
                           },
                           end: Position {
                            line: 40,
                            column: 109,
                           },
                          },
                         },
                        ),
                        operator: NotEqualTo,
                        right: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 40,
                            column: 113,
                           },
                           end: Position {
                            line: 40,
                            column: 117,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      span: Span {
                       start: Position {
                        line: 40,
                        column: 105,
                       },
                       end: Position {
                        line: 40,
                        column: 117,
                       },
                      },
                     },
                    ),
                    span: Span {
                     start: Position {
                      line: 40,
                      column: 102,
                     },
                     end: Position {
                      line: 40,
                      column: 117,
                     },
                    },
                   },
                  ),
                  Identifier(
                   Identifier {
                    id: "serverSettings",
                    span: Span {
                     start: Position {
                      line: 40,
                      column: 119,
                     },
                     end: Position {
                      line: 40,
                      column: 133,
                     },
                    },
                   },
                  ),
                 ],
                },
               ),
              ],
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "serverAdminsFile",
            span: Span {
             start: Position {
              line: 41,
              column: 3,
             },
             end: Position {
              line: 41,
              column: 19,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 41,
                 column: 22,
                },
                end: Position {
                 line: 41,
                 column: 26,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 41,
                  column: 27,
                 },
                 end: Position {
                  line: 41,
                  column: 36,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "server-adminlist.json",
                 span: Span {
                  start: Position {
                   line: 41,
                   column: 38,
                  },
                  end: Position {
                   line: 41,
                   column: 59,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 41,
                column: 37,
               },
               end: Position {
                line: 41,
                column: 60,
               },
              },
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "builtins",
                  span: Span {
                   start: Position {
                    line: 41,
                    column: 62,
                   },
                   end: Position {
                    line: 41,
                    column: 70,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "toJSON",
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 71,
                    },
                    end: Position {
                     line: 41,
                     column: 77,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              arguments: [
               PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 78,
                    },
                    end: Position {
                     line: 41,
                     column: 81,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "admins",
                    span: Span {
                     start: Position {
                      line: 41,
                      column: 82,
                     },
                     end: Position {
                      line: 41,
                      column: 88,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              ],
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "modDir",
            span: Span {
             start: Position {
              line: 42,
              column: 3,
             },
             end: Position {
              line: 42,
              column: 9,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 42,
                 column: 12,
                },
                end: Position {
                 line: 42,
                 column: 16,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "factorio-utils",
                span: Span {
                 start: Position {
                  line: 42,
                  column: 17,
                 },
                 end: Position {
                  line: 42,
                  column: 31,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "mkModDirDrv",
                span: Span {
                 start: Position {
                  line: 42,
                  column: 32,
                 },
                 end: Position {
                  line: 42,
                  column: 43,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 42,
                  column: 44,
                 },
                 end: Position {
                  line: 42,
                  column: 47,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "mods",
                 span: Span {
                  start: Position {
                   line: 42,
                   column: 48,
                  },
                  end: Position {
                   line: 42,
                   column: 52,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 45,
                column: 3,
               },
               end: Position {
                line: 45,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 46,
                     column: 5,
                    },
                    end: Position {
                     line: 46,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "factorio",
                   span: Span {
                    start: Position {
                     line: 46,
                     column: 14,
                    },
                    end: Position {
                     line: 46,
                     column: 22,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 47,
                          column: 7,
                         },
                         end: Position {
                          line: 47,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 47,
                           column: 16,
                          },
                          end: Position {
                           line: 47,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 47,
                                column: 32,
                               },
                               end: Position {
                                line: 47,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 47,
                                 column: 36,
                                },
                                end: Position {
                                 line: 47,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           Identifier(
                            Identifier {
                             id: "name",
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 42,
                              },
                              end: Position {
                               line: 47,
                               column: 46,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "port",
                        span: Span {
                         start: Position {
                          line: 48,
                          column: 7,
                         },
                         end: Position {
                          line: 48,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 48,
                           column: 14,
                          },
                          end: Position {
                           line: 48,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 49,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 49,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 49,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 49,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 49,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 50,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "34197",
                               span: Span {
                                start: Position {
                                 line: 50,
                                 column: 19,
                                },
                                end: Position {
                                 line: 50,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 51,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 51,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 51,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 51,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 51,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 51,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The port to which the service should bind.\n",
                                     span: Span {
                                      start: Position {
                                       line: 52,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 53,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 51,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 48,
                            column: 23,
                           },
                           end: Position {
                            line: 54,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "bind",
                        span: Span {
                         start: Position {
                          line: 56,
                          column: 7,
                         },
                         end: Position {
                          line: 56,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 56,
                           column: 14,
                          },
                          end: Position {
                           line: 56,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 57,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 57,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 57,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 57,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "0.0.0.0",
                                  span: Span {
                                   start: Position {
                                    line: 58,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 58,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 58,
                                 column: 19,
                                },
                                end: Position {
                                 line: 58,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 59,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 59,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 59,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 59,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The address to which the service should bind.\n",
                                     span: Span {
                                      start: Position {
                                       line: 60,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 61,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 59,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 61,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 23,
                           },
                           end: Position {
                            line: 62,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "admins",
                        span: Span {
                         start: Position {
                          line: 64,
                          column: 7,
                         },
                         end: Position {
                          line: 64,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 64,
                           column: 16,
                          },
                          end: Position {
                           line: 64,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 65,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 65,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 65,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 65,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 65,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 65,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 65,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 65,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 66,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 66,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 66,
                                 column: 19,
                                },
                                end: Position {
                                 line: 66,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 67,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "username",
                                     span: Span {
                                      start: Position {
                                       line: 67,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 67,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 67,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 67,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 67,
                                 column: 19,
                                },
                                end: Position {
                                 line: 67,
                                 column: 33,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 68,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 68,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 68,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 68,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "List of player names which will be admin.\n",
                                     span: Span {
                                      start: Position {
                                       line: 69,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 70,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 68,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 70,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 25,
                           },
                           end: Position {
                            line: 71,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "openFirewall",
                        span: Span {
                         start: Position {
                          line: 73,
                          column: 7,
                         },
                         end: Position {
                          line: 73,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 73,
                           column: 22,
                          },
                          end: Position {
                           line: 73,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 74,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 74,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 74,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 74,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 74,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 75,
                                 column: 19,
                                },
                                end: Position {
                                 line: 75,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 76,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 76,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 76,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 76,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to automatically open the specified UDP port in the firewall.\n",
                                     span: Span {
                                      start: Position {
                                       line: 77,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 78,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 76,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 78,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 73,
                            column: 31,
                           },
                           end: Position {
                            line: 79,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "saveName",
                        span: Span {
                         start: Position {
                          line: 80,
                          column: 7,
                         },
                         end: Position {
                          line: 80,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 80,
                           column: 18,
                          },
                          end: Position {
                           line: 80,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 81,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 81,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 81,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 81,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 82,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 82,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 82,
                                 column: 19,
                                },
                                end: Position {
                                 line: 82,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 83,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 83,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 83,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 83,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The name of the savegame that will be used by the server.\n\nWhen not present in /var/lib/",
                                     span: Span {
                                      start: Position {
                                       line: 84,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 86,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "$",
                                     span: Span {
                                      start: Position {
                                       line: 84,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 86,
                                       column: 43,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "{config.services.factorio.stateDirName}/saves,\na new map with default settings will be generated before starting the service.\n",
                                     span: Span {
                                      start: Position {
                                       line: 84,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 88,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 83,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 80,
                            column: 27,
                           },
                           end: Position {
                            line: 89,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "loadLatestSave",
                        span: Span {
                         start: Position {
                          line: 90,
                          column: 7,
                         },
                         end: Position {
                          line: 90,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 90,
                           column: 24,
                          },
                          end: Position {
                           line: 90,
                           column: 32,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 91,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 91,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 91,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 91,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 19,
                                },
                                end: Position {
                                 line: 92,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 93,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 93,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 93,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 93,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Load the latest savegame on startup. This overrides saveName, in that the latest\nsave will always be used even if a saved game of the given name exists. It still\ncontrols the 'canonical' name of the savegame.\n\nSet this to true to have the server automatically reload a recent autosave after\na crash or desync.\n",
                                     span: Span {
                                      start: Position {
                                       line: 94,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 100,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 93,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 100,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 90,
                            column: 33,
                           },
                           end: Position {
                            line: 101,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "configFile",
                        span: Span {
                         start: Position {
                          line: 106,
                          column: 7,
                         },
                         end: Position {
                          line: 106,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 106,
                           column: 20,
                          },
                          end: Position {
                           line: 106,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 107,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 107,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 107,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 107,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 107,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 108,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 108,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "configFile",
                               span: Span {
                                start: Position {
                                 line: 108,
                                 column: 19,
                                },
                                end: Position {
                                 line: 108,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 109,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 109,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 109,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 109,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "configFile",
                                     span: Span {
                                      start: Position {
                                       line: 109,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 109,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 109,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 109,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 110,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 110,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 110,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 110,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 110,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The server's configuration file.\n\nThe default file generated by this module contains lines essential to\nthe server's operation. Use its contents as a basis for any\ncustomizations.\n",
                                     span: Span {
                                      start: Position {
                                       line: 111,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 116,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 106,
                            column: 29,
                           },
                           end: Position {
                            line: 117,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "stateDirName",
                        span: Span {
                         start: Position {
                          line: 118,
                          column: 7,
                         },
                         end: Position {
                          line: 118,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 118,
                           column: 22,
                          },
                          end: Position {
                           line: 118,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 119,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 119,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 119,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 119,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 119,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 120,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 120,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "factorio",
                                  span: Span {
                                   start: Position {
                                    line: 120,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 120,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 120,
                                 column: 19,
                                },
                                end: Position {
                                 line: 120,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 121,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 121,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 121,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 121,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 121,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 121,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Name of the directory under /var/lib holding the server's data.\n\nThe configuration and map will be stored here.\n",
                                     span: Span {
                                      start: Position {
                                       line: 122,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 125,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 125,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 118,
                            column: 31,
                           },
                           end: Position {
                            line: 126,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "mods",
                        span: Span {
                         start: Position {
                          line: 127,
                          column: 7,
                         },
                         end: Position {
                          line: 127,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 127,
                           column: 14,
                          },
                          end: Position {
                           line: 127,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 128,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 128,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 128,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 128,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 128,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 128,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 128,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 128,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "package",
                                     span: Span {
                                      start: Position {
                                       line: 128,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 128,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 129,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 129,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 129,
                                 column: 19,
                                },
                                end: Position {
                                 line: 129,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 130,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 130,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 130,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 130,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 130,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 130,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Mods the server should install and activate.\n\nThe derivations in this list must \"build\" the mod by simply copying\nthe .zip, named correctly, into the output directory. Eventually,\nthere will be a way to pull in the most up-to-date list of\nderivations via nixos-channel. Until then, this is for experts only.\n",
                                     span: Span {
                                      start: Position {
                                       line: 131,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 137,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 130,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 137,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 127,
                            column: 23,
                           },
                           end: Position {
                            line: 138,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "game-name",
                        span: Span {
                         start: Position {
                          line: 139,
                          column: 7,
                         },
                         end: Position {
                          line: 139,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 139,
                           column: 19,
                          },
                          end: Position {
                           line: 139,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 140,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 140,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 140,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 140,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 140,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 140,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 140,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 140,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 140,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 140,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "Factorio Game",
                                  span: Span {
                                   start: Position {
                                    line: 141,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 141,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 141,
                                 column: 19,
                                },
                                end: Position {
                                 line: 141,
                                 column: 34,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 142,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 142,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 142,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 142,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 142,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Name of the game as it will appear in the game listing.\n",
                                     span: Span {
                                      start: Position {
                                       line: 143,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 144,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 142,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 144,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 139,
                            column: 28,
                           },
                           end: Position {
                            line: 145,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "description",
                        span: Span {
                         start: Position {
                          line: 146,
                          column: 7,
                         },
                         end: Position {
                          line: 146,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 146,
                           column: 21,
                          },
                          end: Position {
                           line: 146,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 147,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 147,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 147,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 147,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 147,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 147,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 147,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 147,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 147,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 148,
                                 column: 19,
                                },
                                end: Position {
                                 line: 148,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 149,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 149,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 149,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 149,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Description of the game that will appear in the listing.\n",
                                     span: Span {
                                      start: Position {
                                       line: 150,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 151,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 149,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 151,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 146,
                            column: 30,
                           },
                           end: Position {
                            line: 152,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraSettings",
                        span: Span {
                         start: Position {
                          line: 153,
                          column: 7,
                         },
                         end: Position {
                          line: 153,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 153,
                           column: 23,
                          },
                          end: Position {
                           line: 153,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 154,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 154,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrs",
                                  span: Span {
                                   start: Position {
                                    line: 154,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 154,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 155,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 155,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 155,
                                 column: 19,
                                },
                                end: Position {
                                 line: 155,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 156,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 156,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "admins",
                                     span: Span {
                                      start: Position {
                                       line: 156,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 156,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: List(
                                   List {
                                    elements: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "username",
                                          span: Span {
                                           start: Position {
                                            line: 156,
                                            column: 33,
                                           },
                                           end: Position {
                                            line: 156,
                                            column: 41,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 156,
                                         column: 32,
                                        },
                                        end: Position {
                                         line: 156,
                                         column: 42,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 156,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 156,
                                      column: 44,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 156,
                                 column: 19,
                                },
                                end: Position {
                                 line: 156,
                                 column: 46,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 157,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 157,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 157,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 157,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 157,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 157,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra game configuration that will go into server-settings.json\n",
                                     span: Span {
                                      start: Position {
                                       line: 158,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 159,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 157,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 159,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 153,
                            column: 32,
                           },
                           end: Position {
                            line: 160,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "public",
                        span: Span {
                         start: Position {
                          line: 161,
                          column: 7,
                         },
                         end: Position {
                          line: 161,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 161,
                           column: 16,
                          },
                          end: Position {
                           line: 161,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 162,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 162,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 162,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 162,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 162,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 162,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 163,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 163,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 163,
                                 column: 19,
                                },
                                end: Position {
                                 line: 163,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 164,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 164,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 164,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 164,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Game will be published on the official Factorio matching server.\n",
                                     span: Span {
                                      start: Position {
                                       line: 165,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 166,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 164,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 161,
                            column: 25,
                           },
                           end: Position {
                            line: 167,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "lan",
                        span: Span {
                         start: Position {
                          line: 168,
                          column: 7,
                         },
                         end: Position {
                          line: 168,
                          column: 10,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 168,
                           column: 13,
                          },
                          end: Position {
                           line: 168,
                           column: 21,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 169,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 169,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 169,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 169,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 169,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 169,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 170,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 170,
                                 column: 19,
                                },
                                end: Position {
                                 line: 170,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 171,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 171,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 171,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 171,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 171,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 171,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Game will be broadcast on LAN.\n",
                                     span: Span {
                                      start: Position {
                                       line: 172,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 173,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 171,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 173,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 168,
                            column: 22,
                           },
                           end: Position {
                            line: 174,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "username",
                        span: Span {
                         start: Position {
                          line: 175,
                          column: 7,
                         },
                         end: Position {
                          line: 175,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 175,
                           column: 18,
                          },
                          end: Position {
                           line: 175,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 176,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 176,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 176,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 176,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 176,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 176,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 176,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 176,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 176,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 176,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 177,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 177,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 177,
                                 column: 19,
                                },
                                end: Position {
                                 line: 177,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 178,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 178,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 178,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 178,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 178,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 178,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Your factorio.com login credentials. Required for games with visibility public.\n",
                                     span: Span {
                                      start: Position {
                                       line: 179,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 180,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 178,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 180,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 175,
                            column: 27,
                           },
                           end: Position {
                            line: 181,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "package",
                        span: Span {
                         start: Position {
                          line: 182,
                          column: 7,
                         },
                         end: Position {
                          line: 182,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 182,
                           column: 17,
                          },
                          end: Position {
                           line: 182,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 183,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 183,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 183,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 183,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 183,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 183,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 184,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 184,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 184,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 184,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "factorio-headless",
                                  span: Span {
                                   start: Position {
                                    line: 184,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 184,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 185,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 185,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 185,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 185,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.factorio-headless",
                                     span: Span {
                                      start: Position {
                                       line: 185,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 185,
                                       column: 64,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 185,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 185,
                                    column: 65,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 186,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 186,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.factorio-headless-experimental",
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 186,
                                       column: 73,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 186,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 186,
                                    column: 74,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 187,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 187,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 187,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 187,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 187,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 187,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Factorio version to use. This defaults to the stable channel.\n",
                                     span: Span {
                                      start: Position {
                                       line: 188,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 189,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 187,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 189,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 182,
                            column: 26,
                           },
                           end: Position {
                            line: 190,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "password",
                        span: Span {
                         start: Position {
                          line: 191,
                          column: 7,
                         },
                         end: Position {
                          line: 191,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 191,
                           column: 18,
                          },
                          end: Position {
                           line: 191,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 192,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 192,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 192,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 192,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 192,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 192,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 192,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 192,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 192,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 192,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 193,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 193,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 193,
                                 column: 19,
                                },
                                end: Position {
                                 line: 193,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 194,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 194,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 194,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 194,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 194,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 194,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Your factorio.com login credentials. Required for games with visibility public.\n",
                                     span: Span {
                                      start: Position {
                                       line: 195,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 196,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 194,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 196,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 191,
                            column: 27,
                           },
                           end: Position {
                            line: 197,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "token",
                        span: Span {
                         start: Position {
                          line: 198,
                          column: 7,
                         },
                         end: Position {
                          line: 198,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 198,
                           column: 15,
                          },
                          end: Position {
                           line: 198,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 199,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 199,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 199,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 199,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 199,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 199,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 199,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 199,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 199,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 199,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 200,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 200,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 200,
                                 column: 19,
                                },
                                end: Position {
                                 line: 200,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 201,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 201,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 201,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 201,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 201,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 201,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Authentication token. May be used instead of 'password' above.\n",
                                     span: Span {
                                      start: Position {
                                       line: 202,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 203,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 201,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 203,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 198,
                            column: 24,
                           },
                           end: Position {
                            line: 204,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "game-password",
                        span: Span {
                         start: Position {
                          line: 205,
                          column: 7,
                         },
                         end: Position {
                          line: 205,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 205,
                           column: 23,
                          },
                          end: Position {
                           line: 205,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 206,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 206,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 206,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 206,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 206,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 206,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 206,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 206,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 206,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 206,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 207,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 207,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 207,
                                 column: 19,
                                },
                                end: Position {
                                 line: 207,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 208,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 208,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 208,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 208,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 208,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 208,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Game password.\n",
                                     span: Span {
                                      start: Position {
                                       line: 209,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 210,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 208,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 210,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 205,
                            column: 32,
                           },
                           end: Position {
                            line: 211,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "requireUserVerification",
                        span: Span {
                         start: Position {
                          line: 212,
                          column: 7,
                         },
                         end: Position {
                          line: 212,
                          column: 30,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 212,
                           column: 33,
                          },
                          end: Position {
                           line: 212,
                           column: 41,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 213,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 213,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 213,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 213,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 213,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 213,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 214,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 214,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 214,
                                 column: 19,
                                },
                                end: Position {
                                 line: 214,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 215,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 215,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 215,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 215,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 215,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 215,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When set to true, the server will only allow clients that have a valid factorio.com account.\n",
                                     span: Span {
                                      start: Position {
                                       line: 216,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 217,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 215,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 217,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 212,
                            column: 42,
                           },
                           end: Position {
                            line: 218,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "autosave-interval",
                        span: Span {
                         start: Position {
                          line: 219,
                          column: 7,
                         },
                         end: Position {
                          line: 219,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 219,
                           column: 27,
                          },
                          end: Position {
                           line: 219,
                           column: 35,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 220,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 220,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 220,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 220,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 220,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 220,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 220,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 220,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "int",
                                     span: Span {
                                      start: Position {
                                       line: 220,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 220,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 221,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 221,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 221,
                                 column: 19,
                                },
                                end: Position {
                                 line: 221,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 222,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 222,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "10",
                               span: Span {
                                start: Position {
                                 line: 222,
                                 column: 19,
                                },
                                end: Position {
                                 line: 222,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 223,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 223,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 223,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 223,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 223,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 223,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Autosave interval in minutes.\n",
                                     span: Span {
                                      start: Position {
                                       line: 224,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 225,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 223,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 225,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 219,
                            column: 36,
                           },
                           end: Position {
                            line: 226,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "nonBlockingSaving",
                        span: Span {
                         start: Position {
                          line: 227,
                          column: 7,
                         },
                         end: Position {
                          line: 227,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 227,
                           column: 27,
                          },
                          end: Position {
                           line: 227,
                           column: 35,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 228,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 228,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 228,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 228,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 228,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 228,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 229,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 229,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 229,
                                 column: 19,
                                },
                                end: Position {
                                 line: 229,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 230,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 230,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 230,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 230,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 230,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 230,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Highly experimental feature, enable only at your own risk of losing your saves.\nOn UNIX systems, server will fork itself to create an autosave.\nAutosaving on connected Windows clients will be disabled regardless of autosave_only_on_server option.\n",
                                     span: Span {
                                      start: Position {
                                       line: 231,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 234,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 230,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 234,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 227,
                            column: 36,
                           },
                           end: Position {
                            line: 235,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 46,
                    column: 25,
                   },
                   end: Position {
                    line: 236,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 45,
               column: 13,
              },
              end: Position {
               line: 237,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 239,
                column: 3,
               },
               end: Position {
                line: 239,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 239,
                 column: 12,
                },
                end: Position {
                 line: 239,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 239,
                    column: 17,
                   },
                   end: Position {
                    line: 239,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 239,
                     column: 21,
                    },
                    end: Position {
                     line: 239,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 240,
                        column: 5,
                       },
                       end: Position {
                        line: 240,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 240,
                        column: 13,
                       },
                       end: Position {
                        line: 240,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "factorio",
                      span: Span {
                       start: Position {
                        line: 240,
                        column: 22,
                       },
                       end: Position {
                        line: 240,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 241,
                             column: 7,
                            },
                            end: Position {
                             line: 241,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Factorio headless server",
                             span: Span {
                              start: Position {
                               line: 241,
                               column: 24,
                              },
                              end: Position {
                               line: 241,
                               column: 48,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 241,
                            column: 23,
                           },
                           end: Position {
                            line: 241,
                            column: 49,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 242,
                             column: 7,
                            },
                            end: Position {
                             line: 242,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 242,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 242,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 242,
                               column: 25,
                              },
                              end: Position {
                               line: 242,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 242,
                            column: 23,
                           },
                           end: Position {
                            line: 242,
                            column: 46,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 243,
                             column: 7,
                            },
                            end: Position {
                             line: 243,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 243,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 243,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 243,
                               column: 25,
                              },
                              end: Position {
                               line: 243,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 243,
                            column: 23,
                           },
                           end: Position {
                            line: 243,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 245,
                             column: 7,
                            },
                            end: Position {
                             line: 245,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "toString",
                            span: Span {
                             start: Position {
                              line: 245,
                              column: 18,
                             },
                             end: Position {
                              line: 245,
                              column: 26,
                             },
                            },
                           },
                          ),
                          arguments: [
                           List(
                            List {
                             elements: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "test -e ",
                                   span: Span {
                                    start: Position {
                                     line: 246,
                                     column: 10,
                                    },
                                    end: Position {
                                     line: 246,
                                     column: 29,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: Identifier(
                                    Identifier {
                                     id: "stateDir",
                                     span: Span {
                                      start: Position {
                                       line: 246,
                                       column: 20,
                                      },
                                      end: Position {
                                       line: 246,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/saves/",
                                   span: Span {
                                    start: Position {
                                     line: 246,
                                     column: 10,
                                    },
                                    end: Position {
                                     line: 246,
                                     column: 36,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 246,
                                         column: 38,
                                        },
                                        end: Position {
                                         line: 246,
                                         column: 41,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "saveName",
                                        span: Span {
                                         start: Position {
                                          line: 246,
                                          column: 42,
                                         },
                                         end: Position {
                                          line: 246,
                                          column: 50,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: ".zip",
                                   span: Span {
                                    start: Position {
                                     line: 246,
                                     column: 10,
                                    },
                                    end: Position {
                                     line: 246,
                                     column: 55,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 246,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 246,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "||",
                                   span: Span {
                                    start: Position {
                                     line: 247,
                                     column: 10,
                                    },
                                    end: Position {
                                     line: 247,
                                     column: 12,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 247,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 247,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 248,
                                         column: 12,
                                        },
                                        end: Position {
                                         line: 248,
                                         column: 15,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "package",
                                        span: Span {
                                         start: Position {
                                          line: 248,
                                          column: 16,
                                         },
                                         end: Position {
                                          line: 248,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/bin/factorio",
                                   span: Span {
                                    start: Position {
                                     line: 248,
                                     column: 10,
                                    },
                                    end: Position {
                                     line: 248,
                                     column: 37,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 248,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 248,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "--config=",
                                   span: Span {
                                    start: Position {
                                     line: 249,
                                     column: 12,
                                    },
                                    end: Position {
                                     line: 249,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 249,
                                         column: 23,
                                        },
                                        end: Position {
                                         line: 249,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "configFile",
                                        span: Span {
                                         start: Position {
                                          line: 249,
                                          column: 27,
                                         },
                                         end: Position {
                                          line: 249,
                                          column: 37,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 249,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 249,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "--create=",
                                   span: Span {
                                    start: Position {
                                     line: 250,
                                     column: 12,
                                    },
                                    end: Position {
                                     line: 250,
                                     column: 47,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "mkSavePath",
                                       span: Span {
                                        start: Position {
                                         line: 250,
                                         column: 23,
                                        },
                                        end: Position {
                                         line: 250,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "cfg",
                                          span: Span {
                                           start: Position {
                                            line: 250,
                                            column: 34,
                                           },
                                           end: Position {
                                            line: 250,
                                            column: 37,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "saveName",
                                           span: Span {
                                            start: Position {
                                             line: 250,
                                             column: 38,
                                            },
                                            end: Position {
                                             line: 250,
                                             column: 46,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 250,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 250,
                                  column: 48,
                                 },
                                },
                               },
                              ),
                              FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "optionalString",
                                  span: Span {
                                   start: Position {
                                    line: 251,
                                    column: 12,
                                   },
                                   end: Position {
                                    line: 251,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 BinaryOperation(
                                  BinaryOperation {
                                   left: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 251,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 251,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "mods",
                                        span: Span {
                                         start: Position {
                                          line: 251,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 251,
                                          column: 36,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   operator: NotEqualTo,
                                   right: List(
                                    List {
                                     elements: [],
                                     span: Span {
                                      start: Position {
                                       line: 251,
                                       column: 40,
                                      },
                                      end: Position {
                                       line: 251,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "--mod-directory=",
                                      span: Span {
                                       start: Position {
                                        line: 251,
                                        column: 45,
                                       },
                                       end: Position {
                                        line: 251,
                                        column: 70,
                                       },
                                      },
                                     },
                                    ),
                                    Interpolation(
                                     PartInterpolation {
                                      expression: Identifier(
                                       Identifier {
                                        id: "modDir",
                                        span: Span {
                                         start: Position {
                                          line: 251,
                                          column: 63,
                                         },
                                         end: Position {
                                          line: 251,
                                          column: 69,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 251,
                                     column: 44,
                                    },
                                    end: Position {
                                     line: 251,
                                     column: 71,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 245,
                               column: 27,
                              },
                              end: Position {
                               line: 252,
                               column: 8,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 254,
                             column: 7,
                            },
                            end: Position {
                             line: 254,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 255,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 255,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "always",
                                  span: Span {
                                   start: Position {
                                    line: 255,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 255,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 255,
                                 column: 19,
                                },
                                end: Position {
                                 line: 255,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "KillSignal",
                                span: Span {
                                 start: Position {
                                  line: 256,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 256,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "SIGINT",
                                  span: Span {
                                   start: Position {
                                    line: 256,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 256,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 256,
                                 column: 22,
                                },
                                end: Position {
                                 line: 256,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "DynamicUser",
                                span: Span {
                                 start: Position {
                                  line: 257,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 257,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 257,
                                 column: 23,
                                },
                                end: Position {
                                 line: 257,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "StateDirectory",
                                span: Span {
                                 start: Position {
                                  line: 258,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 258,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 258,
                                   column: 26,
                                  },
                                  end: Position {
                                   line: 258,
                                   column: 29,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDirName",
                                  span: Span {
                                   start: Position {
                                    line: 258,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 258,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "UMask",
                                span: Span {
                                 start: Position {
                                  line: 259,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 259,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "0007",
                                  span: Span {
                                   start: Position {
                                    line: 259,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 259,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 259,
                                 column: 17,
                                },
                                end: Position {
                                 line: 259,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 260,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 260,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "toString",
                                 span: Span {
                                  start: Position {
                                   line: 260,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 260,
                                   column: 29,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Interpolation(
                                       PartInterpolation {
                                        expression: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 261,
                                              column: 14,
                                             },
                                             end: Position {
                                              line: 261,
                                              column: 17,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "package",
                                             span: Span {
                                              start: Position {
                                               line: 261,
                                               column: 18,
                                              },
                                              end: Position {
                                               line: 261,
                                               column: 25,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "/bin/factorio",
                                        span: Span {
                                         start: Position {
                                          line: 261,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 261,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 261,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 261,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "--config=",
                                        span: Span {
                                         start: Position {
                                          line: 262,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 262,
                                          column: 38,
                                         },
                                        },
                                       },
                                      ),
                                      Interpolation(
                                       PartInterpolation {
                                        expression: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 262,
                                              column: 23,
                                             },
                                             end: Position {
                                              line: 262,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "configFile",
                                             span: Span {
                                              start: Position {
                                               line: 262,
                                               column: 27,
                                              },
                                              end: Position {
                                               line: 262,
                                               column: 37,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 262,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 262,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "--port=",
                                        span: Span {
                                         start: Position {
                                          line: 263,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 263,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                      Interpolation(
                                       PartInterpolation {
                                        expression: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "toString",
                                            span: Span {
                                             start: Position {
                                              line: 263,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 263,
                                              column: 29,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cfg",
                                               span: Span {
                                                start: Position {
                                                 line: 263,
                                                 column: 30,
                                                },
                                                end: Position {
                                                 line: 263,
                                                 column: 33,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "port",
                                                span: Span {
                                                 start: Position {
                                                  line: 263,
                                                  column: 34,
                                                 },
                                                 end: Position {
                                                  line: 263,
                                                  column: 38,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 263,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 263,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "--bind=",
                                        span: Span {
                                         start: Position {
                                          line: 264,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 264,
                                          column: 30,
                                         },
                                        },
                                       },
                                      ),
                                      Interpolation(
                                       PartInterpolation {
                                        expression: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 264,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 264,
                                              column: 24,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "bind",
                                             span: Span {
                                              start: Position {
                                               line: 264,
                                               column: 25,
                                              },
                                              end: Position {
                                               line: 264,
                                               column: 29,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 264,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 264,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                   FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "optionalString",
                                       span: Span {
                                        start: Position {
                                         line: 265,
                                         column: 12,
                                        },
                                        end: Position {
                                         line: 265,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      UnaryOperation(
                                       UnaryOperation {
                                        operator: Not,
                                        operand: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 265,
                                              column: 29,
                                             },
                                             end: Position {
                                              line: 265,
                                              column: 32,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "loadLatestSave",
                                             span: Span {
                                              start: Position {
                                               line: 265,
                                               column: 33,
                                              },
                                              end: Position {
                                               line: 265,
                                               column: 47,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                        span: Span {
                                         start: Position {
                                          line: 265,
                                          column: 28,
                                         },
                                         end: Position {
                                          line: 265,
                                          column: 47,
                                         },
                                        },
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "--start-server=",
                                           span: Span {
                                            start: Position {
                                             line: 265,
                                             column: 50,
                                            },
                                            end: Position {
                                             line: 265,
                                             column: 91,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "mkSavePath",
                                               span: Span {
                                                start: Position {
                                                 line: 265,
                                                 column: 67,
                                                },
                                                end: Position {
                                                 line: 265,
                                                 column: 77,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "cfg",
                                                  span: Span {
                                                   start: Position {
                                                    line: 265,
                                                    column: 78,
                                                   },
                                                   end: Position {
                                                    line: 265,
                                                    column: 81,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "saveName",
                                                   span: Span {
                                                    start: Position {
                                                     line: 265,
                                                     column: 82,
                                                    },
                                                    end: Position {
                                                     line: 265,
                                                     column: 90,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 265,
                                          column: 49,
                                         },
                                         end: Position {
                                          line: 265,
                                          column: 92,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "--server-settings=",
                                        span: Span {
                                         start: Position {
                                          line: 266,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 266,
                                          column: 51,
                                         },
                                        },
                                       },
                                      ),
                                      Interpolation(
                                       PartInterpolation {
                                        expression: Identifier(
                                         Identifier {
                                          id: "serverSettingsFile",
                                          span: Span {
                                           start: Position {
                                            line: 266,
                                            column: 32,
                                           },
                                           end: Position {
                                            line: 266,
                                            column: 50,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 266,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 266,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                   FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "optionalString",
                                       span: Span {
                                        start: Position {
                                         line: 267,
                                         column: 12,
                                        },
                                        end: Position {
                                         line: 267,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "cfg",
                                          span: Span {
                                           start: Position {
                                            line: 267,
                                            column: 27,
                                           },
                                           end: Position {
                                            line: 267,
                                            column: 30,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "loadLatestSave",
                                           span: Span {
                                            start: Position {
                                             line: 267,
                                             column: 31,
                                            },
                                            end: Position {
                                             line: 267,
                                             column: 45,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "--start-server-load-latest",
                                           span: Span {
                                            start: Position {
                                             line: 267,
                                             column: 47,
                                            },
                                            end: Position {
                                             line: 267,
                                             column: 73,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 267,
                                          column: 46,
                                         },
                                         end: Position {
                                          line: 267,
                                          column: 74,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                   FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "optionalString",
                                       span: Span {
                                        start: Position {
                                         line: 268,
                                         column: 12,
                                        },
                                        end: Position {
                                         line: 268,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      BinaryOperation(
                                       BinaryOperation {
                                        left: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 268,
                                              column: 28,
                                             },
                                             end: Position {
                                              line: 268,
                                              column: 31,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "mods",
                                             span: Span {
                                              start: Position {
                                               line: 268,
                                               column: 32,
                                              },
                                              end: Position {
                                               line: 268,
                                               column: 36,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                        operator: NotEqualTo,
                                        right: List(
                                         List {
                                          elements: [],
                                          span: Span {
                                           start: Position {
                                            line: 268,
                                            column: 40,
                                           },
                                           end: Position {
                                            line: 268,
                                            column: 42,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "--mod-directory=",
                                           span: Span {
                                            start: Position {
                                             line: 268,
                                             column: 45,
                                            },
                                            end: Position {
                                             line: 268,
                                             column: 70,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: Identifier(
                                            Identifier {
                                             id: "modDir",
                                             span: Span {
                                              start: Position {
                                               line: 268,
                                               column: 63,
                                              },
                                              end: Position {
                                               line: 268,
                                               column: 69,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 268,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 268,
                                          column: 71,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                   FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "optionalString",
                                       span: Span {
                                        start: Position {
                                         line: 269,
                                         column: 12,
                                        },
                                        end: Position {
                                         line: 269,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      BinaryOperation(
                                       BinaryOperation {
                                        left: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 269,
                                              column: 28,
                                             },
                                             end: Position {
                                              line: 269,
                                              column: 31,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "admins",
                                             span: Span {
                                              start: Position {
                                               line: 269,
                                               column: 32,
                                              },
                                              end: Position {
                                               line: 269,
                                               column: 38,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                        operator: NotEqualTo,
                                        right: List(
                                         List {
                                          elements: [],
                                          span: Span {
                                           start: Position {
                                            line: 269,
                                            column: 42,
                                           },
                                           end: Position {
                                            line: 269,
                                            column: 44,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "--server-adminlist=",
                                           span: Span {
                                            start: Position {
                                             line: 269,
                                             column: 47,
                                            },
                                            end: Position {
                                             line: 269,
                                             column: 85,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: Identifier(
                                            Identifier {
                                             id: "serverAdminsFile",
                                             span: Span {
                                              start: Position {
                                               line: 269,
                                               column: 68,
                                              },
                                              end: Position {
                                               line: 269,
                                               column: 84,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 269,
                                          column: 46,
                                         },
                                         end: Position {
                                          line: 269,
                                          column: 86,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 260,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 270,
                                    column: 10,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "NoNewPrivileges",
                                span: Span {
                                 start: Position {
                                  line: 273,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 273,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 273,
                                 column: 27,
                                },
                                end: Position {
                                 line: 273,
                                 column: 31,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "PrivateTmp",
                                span: Span {
                                 start: Position {
                                  line: 274,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 274,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 274,
                                 column: 22,
                                },
                                end: Position {
                                 line: 274,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "PrivateDevices",
                                span: Span {
                                 start: Position {
                                  line: 275,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 275,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 275,
                                 column: 26,
                                },
                                end: Position {
                                 line: 275,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ProtectSystem",
                                span: Span {
                                 start: Position {
                                  line: 276,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 276,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "strict",
                                  span: Span {
                                   start: Position {
                                    line: 276,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 276,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 276,
                                 column: 25,
                                },
                                end: Position {
                                 line: 276,
                                 column: 33,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ProtectHome",
                                span: Span {
                                 start: Position {
                                  line: 277,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 277,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 277,
                                 column: 23,
                                },
                                end: Position {
                                 line: 277,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ProtectControlGroups",
                                span: Span {
                                 start: Position {
                                  line: 278,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 278,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 278,
                                 column: 32,
                                },
                                end: Position {
                                 line: 278,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ProtectKernelModules",
                                span: Span {
                                 start: Position {
                                  line: 279,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 279,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 279,
                                 column: 32,
                                },
                                end: Position {
                                 line: 279,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ProtectKernelTunables",
                                span: Span {
                                 start: Position {
                                  line: 280,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 280,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 280,
                                 column: 33,
                                },
                                end: Position {
                                 line: 280,
                                 column: 37,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "RestrictAddressFamilies",
                                span: Span {
                                 start: Position {
                                  line: 281,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 281,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "AF_UNIX",
                                     span: Span {
                                      start: Position {
                                       line: 281,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 281,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 281,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 281,
                                    column: 46,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "AF_INET",
                                     span: Span {
                                      start: Position {
                                       line: 281,
                                       column: 48,
                                      },
                                      end: Position {
                                       line: 281,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 281,
                                    column: 47,
                                   },
                                   end: Position {
                                    line: 281,
                                    column: 56,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "AF_INET6",
                                     span: Span {
                                      start: Position {
                                       line: 281,
                                       column: 58,
                                      },
                                      end: Position {
                                       line: 281,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 281,
                                    column: 57,
                                   },
                                   end: Position {
                                    line: 281,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "AF_NETLINK",
                                     span: Span {
                                      start: Position {
                                       line: 281,
                                       column: 69,
                                      },
                                      end: Position {
                                       line: 281,
                                       column: 79,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 281,
                                    column: 68,
                                   },
                                   end: Position {
                                    line: 281,
                                    column: 80,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 281,
                                 column: 35,
                                },
                                end: Position {
                                 line: 281,
                                 column: 82,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "RestrictRealtime",
                                span: Span {
                                 start: Position {
                                  line: 282,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 282,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 282,
                                 column: 28,
                                },
                                end: Position {
                                 line: 282,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "RestrictNamespaces",
                                span: Span {
                                 start: Position {
                                  line: 283,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 283,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 283,
                                 column: 30,
                                },
                                end: Position {
                                 line: 283,
                                 column: 34,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "MemoryDenyWriteExecute",
                                span: Span {
                                 start: Position {
                                  line: 284,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 284,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 284,
                                 column: 34,
                                },
                                end: Position {
                                 line: 284,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 254,
                            column: 23,
                           },
                           end: Position {
                            line: 285,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 240,
                       column: 33,
                      },
                      end: Position {
                       line: 286,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "networking",
                      span: Span {
                       start: Position {
                        line: 288,
                        column: 5,
                       },
                       end: Position {
                        line: 288,
                        column: 15,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "firewall",
                      span: Span {
                       start: Position {
                        line: 288,
                        column: 16,
                       },
                       end: Position {
                        line: 288,
                        column: 24,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "allowedUDPPorts",
                      span: Span {
                       start: Position {
                        line: 288,
                        column: 25,
                       },
                       end: Position {
                        line: 288,
                        column: 40,
                       },
                      },
                     },
                    ),
                   ],
                   to: IfThenElse(
                    IfThenElse {
                     predicate: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 288,
                           column: 46,
                          },
                          end: Position {
                           line: 288,
                           column: 49,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "openFirewall",
                          span: Span {
                           start: Position {
                            line: 288,
                            column: 50,
                           },
                           end: Position {
                            line: 288,
                            column: 62,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     then: List(
                      List {
                       elements: [
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 288,
                              column: 70,
                             },
                             end: Position {
                              line: 288,
                              column: 73,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "port",
                             span: Span {
                              start: Position {
                               line: 288,
                               column: 74,
                              },
                              end: Position {
                               line: 288,
                               column: 78,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 288,
                         column: 68,
                        },
                        end: Position {
                         line: 288,
                         column: 80,
                        },
                       },
                      },
                     ),
                     else_: List(
                      List {
                       elements: [],
                       span: Span {
                        start: Position {
                         line: 288,
                         column: 86,
                        },
                        end: Position {
                         line: 288,
                         column: 88,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 288,
                       column: 43,
                      },
                      end: Position {
                       line: 288,
                       column: 88,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 239,
                  column: 28,
                 },
                 end: Position {
                  line: 289,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 44,
          column: 1,
         },
         end: Position {
          line: 290,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 290,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 290,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 290,
    column: 2,
   },
  },
 },
)