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: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 7,
               column: 9,
              },
              end: Position {
               line: 7,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 7,
                column: 16,
               },
               end: Position {
                line: 7,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "octoprint",
              span: Span {
               start: Position {
                line: 7,
                column: 25,
               },
               end: Position {
                line: 7,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "baseConfig",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "plugins",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 5,
                  },
                  end: Position {
                   line: 10,
                   column: 12,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "curalegacy",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 13,
                  },
                  end: Position {
                   line: 10,
                   column: 23,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "cura_engine",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 24,
                  },
                  end: Position {
                   line: 10,
                   column: 35,
                  },
                 },
                },
               ),
              ],
              to: String(
               String_ {
                parts: [
                 Interpolation(
                  PartInterpolation {
                   expression: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "pkgs",
                       span: Span {
                        start: Position {
                         line: 10,
                         column: 41,
                        },
                        end: Position {
                         line: 10,
                         column: 45,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "curaengine_stable",
                        span: Span {
                         start: Position {
                          line: 10,
                          column: 46,
                         },
                         end: Position {
                          line: 10,
                          column: 63,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "/bin/CuraEngine",
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 39,
                    },
                    end: Position {
                     line: 10,
                     column: 79,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 10,
                  column: 38,
                 },
                 end: Position {
                  line: 10,
                  column: 80,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "server",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 5,
                  },
                  end: Position {
                   line: 11,
                   column: 11,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "host",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 12,
                  },
                  end: Position {
                   line: 11,
                   column: 16,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 11,
                    column: 19,
                   },
                   end: Position {
                    line: 11,
                    column: 22,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "host",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 23,
                    },
                    end: Position {
                     line: 11,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "server",
                 span: Span {
                  start: Position {
                   line: 12,
                   column: 5,
                  },
                  end: Position {
                   line: 12,
                   column: 11,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "port",
                 span: Span {
                  start: Position {
                   line: 12,
                   column: 12,
                  },
                  end: Position {
                   line: 12,
                   column: 16,
                  },
                 },
                },
               ),
              ],
              to: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 12,
                    column: 19,
                   },
                   end: Position {
                    line: 12,
                    column: 22,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "port",
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 23,
                    },
                    end: Position {
                     line: 12,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "webcam",
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 5,
                  },
                  end: Position {
                   line: 13,
                   column: 11,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "ffmpeg",
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 12,
                  },
                  end: Position {
                   line: 13,
                   column: 18,
                  },
                 },
                },
               ),
              ],
              to: String(
               String_ {
                parts: [
                 Interpolation(
                  PartInterpolation {
                   expression: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "pkgs",
                       span: Span {
                        start: Position {
                         line: 13,
                         column: 24,
                        },
                        end: Position {
                         line: 13,
                         column: 28,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "ffmpeg",
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 29,
                         },
                         end: Position {
                          line: 13,
                          column: 35,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "bin",
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 36,
                         },
                         end: Position {
                          line: 13,
                          column: 39,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "/bin/ffmpeg",
                   span: Span {
                    start: Position {
                     line: 13,
                     column: 22,
                    },
                    end: Position {
                     line: 13,
                     column: 51,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 13,
                  column: 21,
                 },
                 end: Position {
                  line: 13,
                  column: 52,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 9,
             column: 16,
            },
            end: Position {
             line: 14,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "fullConfig",
            span: Span {
             start: Position {
              line: 16,
              column: 3,
             },
             end: Position {
              line: 16,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "recursiveUpdate",
             span: Span {
              start: Position {
               line: 16,
               column: 16,
              },
              end: Position {
               line: 16,
               column: 31,
              },
             },
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 16,
                  column: 32,
                 },
                 end: Position {
                  line: 16,
                  column: 35,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "extraConfig",
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 36,
                  },
                  end: Position {
                   line: 16,
                   column: 47,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            Identifier(
             Identifier {
              id: "baseConfig",
              span: Span {
               start: Position {
                line: 16,
                column: 48,
               },
               end: Position {
                line: 16,
                column: 58,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfgUpdate",
            span: Span {
             start: Position {
              line: 18,
              column: 3,
             },
             end: Position {
              line: 18,
              column: 12,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 18,
                 column: 15,
                },
                end: Position {
                 line: 18,
                 column: 19,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 18,
                  column: 20,
                 },
                 end: Position {
                  line: 18,
                  column: 29,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "octoprint-config.yaml",
                 span: Span {
                  start: Position {
                   line: 18,
                   column: 31,
                  },
                  end: Position {
                   line: 18,
                   column: 52,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 18,
                column: 30,
               },
               end: Position {
                line: 18,
                column: 53,
               },
              },
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "builtins",
                  span: Span {
                   start: Position {
                    line: 18,
                    column: 55,
                   },
                   end: Position {
                    line: 18,
                    column: 63,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "toJSON",
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 64,
                    },
                    end: Position {
                     line: 18,
                     column: 70,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              arguments: [
               Identifier(
                Identifier {
                 id: "fullConfig",
                 span: Span {
                  start: Position {
                   line: 18,
                   column: 71,
                  },
                  end: Position {
                   line: 18,
                   column: 81,
                  },
                 },
                },
               ),
              ],
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "pluginsEnv",
            span: Span {
             start: Position {
              line: 20,
              column: 3,
             },
             end: Position {
              line: 20,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "package",
               span: Span {
                start: Position {
                 line: 20,
                 column: 16,
                },
                end: Position {
                 line: 20,
                 column: 23,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "python",
                span: Span {
                 start: Position {
                  line: 20,
                  column: 24,
                 },
                 end: Position {
                  line: 20,
                  column: 30,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "withPackages",
                span: Span {
                 start: Position {
                  line: 20,
                  column: 31,
                 },
                 end: Position {
                  line: 20,
                  column: 43,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Function(
             Function {
              head: Simple(
               FunctionHeadSimple {
                identifier: "ps",
               },
              ),
              body: BinaryOperation(
               BinaryOperation {
                left: List(
                 List {
                  elements: [
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "ps",
                       span: Span {
                        start: Position {
                         line: 20,
                         column: 50,
                        },
                        end: Position {
                         line: 20,
                         column: 52,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "octoprint",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 53,
                         },
                         end: Position {
                          line: 20,
                          column: 62,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 20,
                    column: 49,
                   },
                   end: Position {
                    line: 20,
                    column: 63,
                   },
                  },
                 },
                ),
                operator: Concatenation,
                right: FunctionApplication(
                 FunctionApplication {
                  function: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 20,
                        column: 68,
                       },
                       end: Position {
                        line: 20,
                        column: 71,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "plugins",
                       span: Span {
                        start: Position {
                         line: 20,
                         column: 72,
                        },
                        end: Position {
                         line: 20,
                         column: 79,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  arguments: [
                   Identifier(
                    Identifier {
                     id: "ps",
                     span: Span {
                      start: Position {
                       line: 20,
                       column: 80,
                      },
                      end: Position {
                       line: 20,
                       column: 82,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              span: Span {
               start: Position {
                line: 20,
                column: 45,
               },
               end: Position {
                line: 20,
                column: 83,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "package",
            span: Span {
             start: Position {
              line: 22,
              column: 3,
             },
             end: Position {
              line: 22,
              column: 10,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 22,
               column: 13,
              },
              end: Position {
               line: 22,
               column: 17,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "octoprint",
              span: Span {
               start: Position {
                line: 22,
                column: 18,
               },
               end: Position {
                line: 22,
                column: 27,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 28,
                column: 3,
               },
               end: Position {
                line: 28,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 30,
                     column: 5,
                    },
                    end: Position {
                     line: 30,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "octoprint",
                   span: Span {
                    start: Position {
                     line: 30,
                     column: 14,
                    },
                    end: Position {
                     line: 30,
                     column: 23,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 32,
                          column: 7,
                         },
                         end: Position {
                          line: 32,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 32,
                           column: 16,
                          },
                          end: Position {
                           line: 32,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 32,
                                column: 32,
                               },
                               end: Position {
                                line: 32,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 32,
                                 column: 36,
                                },
                                end: Position {
                                 line: 32,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "OctoPrint, web interface for 3D printers",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 83,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 32,
                               column: 42,
                              },
                              end: Position {
                               line: 32,
                               column: 84,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "host",
                        span: Span {
                         start: Position {
                          line: 34,
                          column: 7,
                         },
                         end: Position {
                          line: 34,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 34,
                           column: 14,
                          },
                          end: Position {
                           line: 34,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 35,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 35,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 35,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 35,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 35,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 35,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 36,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 36,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "0.0.0.0",
                                  span: Span {
                                   start: Position {
                                    line: 36,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 36,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 36,
                                 column: 19,
                                },
                                end: Position {
                                 line: 36,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 37,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 37,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 37,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 37,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 37,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 37,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Host to bind OctoPrint to.\n",
                                     span: Span {
                                      start: Position {
                                       line: 38,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 39,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 37,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 34,
                            column: 23,
                           },
                           end: Position {
                            line: 40,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "port",
                        span: Span {
                         start: Position {
                          line: 42,
                          column: 7,
                         },
                         end: Position {
                          line: 42,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 42,
                           column: 14,
                          },
                          end: Position {
                           line: 42,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 43,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 43,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 43,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 43,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "port",
                                  span: Span {
                                   start: Position {
                                    line: 43,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 43,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 44,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 44,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "5000",
                               span: Span {
                                start: Position {
                                 line: 44,
                                 column: 19,
                                },
                                end: Position {
                                 line: 44,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 45,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 45,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 45,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 45,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 45,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 45,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Port to bind OctoPrint to.\n",
                                     span: Span {
                                      start: Position {
                                       line: 46,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 47,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 45,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 47,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 42,
                            column: 23,
                           },
                           end: Position {
                            line: 48,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 7,
                         },
                         end: Position {
                          line: 50,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 50,
                           column: 14,
                          },
                          end: Position {
                           line: 50,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 51,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 51,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 51,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 51,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 51,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 51,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "octoprint",
                                  span: Span {
                                   start: Position {
                                    line: 52,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 52,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 52,
                                 column: 19,
                                },
                                end: Position {
                                 line: 52,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 53,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 53,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 53,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 53,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "User for the daemon.",
                                     span: Span {
                                      start: Position {
                                       line: 53,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 53,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 50,
                            column: 23,
                           },
                           end: Position {
                            line: 54,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "group",
                        span: Span {
                         start: Position {
                          line: 56,
                          column: 7,
                         },
                         end: Position {
                          line: 56,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 56,
                           column: 15,
                          },
                          end: Position {
                           line: 56,
                           column: 23,
                          },
                         },
                        },
                       ),
                       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: "octoprint",
                                  span: Span {
                                   start: Position {
                                    line: 58,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 58,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 58,
                                 column: 19,
                                },
                                end: Position {
                                 line: 58,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           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: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Group for the daemon.",
                                     span: Span {
                                      start: Position {
                                       line: 59,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 59,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 59,
                                    column: 56,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 24,
                           },
                           end: Position {
                            line: 60,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "stateDir",
                        span: Span {
                         start: Position {
                          line: 62,
                          column: 7,
                         },
                         end: Position {
                          line: 62,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 62,
                           column: 18,
                          },
                          end: Position {
                           line: 62,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 63,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 63,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 63,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 63,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/lib/octoprint",
                                  span: Span {
                                   start: Position {
                                    line: 64,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 64,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 64,
                                 column: 19,
                                },
                                end: Position {
                                 line: 64,
                                 column: 39,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 65,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 65,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 65,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 65,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "State directory of the daemon.",
                                     span: Span {
                                      start: Position {
                                       line: 65,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 65,
                                       column: 64,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 65,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 65,
                                    column: 65,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 62,
                            column: 27,
                           },
                           end: Position {
                            line: 66,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "plugins",
                        span: Span {
                         start: Position {
                          line: 68,
                          column: 7,
                         },
                         end: Position {
                          line: 68,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 68,
                           column: 17,
                          },
                          end: Position {
                           line: 68,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 69,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 69,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 69,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 69,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "functionTo",
                                    span: Span {
                                     start: Position {
                                      line: 69,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 69,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 69,
                                        column: 34,
                                       },
                                       end: Position {
                                        line: 69,
                                        column: 39,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "listOf",
                                       span: Span {
                                        start: Position {
                                         line: 69,
                                         column: 40,
                                        },
                                        end: Position {
                                         line: 69,
                                         column: 46,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "types",
                                       span: Span {
                                        start: Position {
                                         line: 69,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 69,
                                         column: 52,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "package",
                                        span: Span {
                                         start: Position {
                                          line: 69,
                                          column: 53,
                                         },
                                         end: Position {
                                          line: 69,
                                          column: 60,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Function(
                              Function {
                               head: Simple(
                                FunctionHeadSimple {
                                 identifier: "plugins",
                                },
                               ),
                               body: List(
                                List {
                                 elements: [],
                                 span: Span {
                                  start: Position {
                                   line: 70,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 70,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 70,
                                 column: 19,
                                },
                                end: Position {
                                 line: 70,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 71,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 71,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "plugins: []",
                                     span: Span {
                                      start: Position {
                                       line: 71,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 71,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 71,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 71,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 72,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 72,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "plugins: with plugins; [ themeify stlviewer ]",
                                     span: Span {
                                      start: Position {
                                       line: 72,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 72,
                                       column: 83,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 72,
                                    column: 84,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 73,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 73,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 73,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 73,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 73,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Additional plugins to be used. Available plugins are passed through the plugins input.",
                                     span: Span {
                                      start: Position {
                                       line: 73,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 73,
                                       column: 120,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 73,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 73,
                                    column: 121,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 68,
                            column: 26,
                           },
                           end: Position {
                            line: 74,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConfig",
                        span: Span {
                         start: Position {
                          line: 76,
                          column: 7,
                         },
                         end: Position {
                          line: 76,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 76,
                           column: 21,
                          },
                          end: Position {
                           line: 76,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 77,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 77,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 77,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrs",
                                  span: Span {
                                   start: Position {
                                    line: 77,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 77,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 78,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 78,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 78,
                                 column: 19,
                                },
                                end: Position {
                                 line: 78,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 79,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 79,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 79,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 79,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 79,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 79,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra options which are added to OctoPrint's YAML configuration file.",
                                     span: Span {
                                      start: Position {
                                       line: 79,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 79,
                                       column: 103,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 79,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 79,
                                    column: 104,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 76,
                            column: 30,
                           },
                           end: Position {
                            line: 80,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 30,
                    column: 26,
                   },
                   end: Position {
                    line: 82,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 28,
               column: 13,
              },
              end: Position {
               line: 84,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 88,
                column: 3,
               },
               end: Position {
                line: 88,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 88,
                 column: 12,
                },
                end: Position {
                 line: 88,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 88,
                    column: 17,
                   },
                   end: Position {
                    line: 88,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 88,
                     column: 21,
                    },
                    end: Position {
                     line: 88,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 90,
                        column: 5,
                       },
                       end: Position {
                        line: 90,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 90,
                        column: 11,
                       },
                       end: Position {
                        line: 90,
                        column: 16,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optionalAttrs",
                       span: Span {
                        start: Position {
                         line: 90,
                         column: 19,
                        },
                        end: Position {
                         line: 90,
                         column: 32,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 90,
                              column: 34,
                             },
                             end: Position {
                              line: 90,
                              column: 37,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "user",
                             span: Span {
                              start: Position {
                               line: 90,
                               column: 38,
                              },
                              end: Position {
                               line: 90,
                               column: 42,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: EqualTo,
                        right: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "octoprint",
                             span: Span {
                              start: Position {
                               line: 90,
                               column: 47,
                              },
                              end: Position {
                               line: 90,
                               column: 56,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 90,
                            column: 46,
                           },
                           end: Position {
                            line: 90,
                            column: 57,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "octoprint",
                              span: Span {
                               start: Position {
                                line: 91,
                                column: 7,
                               },
                               end: Position {
                                line: 91,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "group",
                                   span: Span {
                                    start: Position {
                                     line: 92,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 92,
                                     column: 14,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 92,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 92,
                                      column: 20,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "group",
                                     span: Span {
                                      start: Position {
                                       line: 92,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 92,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "uid",
                                   span: Span {
                                    start: Position {
                                     line: 93,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 93,
                                     column: 12,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "config",
                                    span: Span {
                                     start: Position {
                                      line: 93,
                                      column: 15,
                                     },
                                     end: Position {
                                      line: 93,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "ids",
                                     span: Span {
                                      start: Position {
                                       line: 93,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 93,
                                       column: 25,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "uids",
                                     span: Span {
                                      start: Position {
                                       line: 93,
                                       column: 26,
                                      },
                                      end: Position {
                                       line: 93,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "octoprint",
                                     span: Span {
                                      start: Position {
                                       line: 93,
                                       column: 31,
                                      },
                                      end: Position {
                                       line: 93,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 91,
                               column: 19,
                              },
                              end: Position {
                               line: 94,
                               column: 8,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 90,
                          column: 59,
                         },
                         end: Position {
                          line: 95,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 97,
                        column: 5,
                       },
                       end: Position {
                        line: 97,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 97,
                        column: 11,
                       },
                       end: Position {
                        line: 97,
                        column: 17,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optionalAttrs",
                       span: Span {
                        start: Position {
                         line: 97,
                         column: 20,
                        },
                        end: Position {
                         line: 97,
                         column: 33,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 97,
                              column: 35,
                             },
                             end: Position {
                              line: 97,
                              column: 38,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "group",
                             span: Span {
                              start: Position {
                               line: 97,
                               column: 39,
                              },
                              end: Position {
                               line: 97,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: EqualTo,
                        right: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "octoprint",
                             span: Span {
                              start: Position {
                               line: 97,
                               column: 49,
                              },
                              end: Position {
                               line: 97,
                               column: 58,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 97,
                            column: 48,
                           },
                           end: Position {
                            line: 97,
                            column: 59,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "octoprint",
                              span: Span {
                               start: Position {
                                line: 98,
                                column: 7,
                               },
                               end: Position {
                                line: 98,
                                column: 16,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "gid",
                              span: Span {
                               start: Position {
                                line: 98,
                                column: 17,
                               },
                               end: Position {
                                line: 98,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "config",
                               span: Span {
                                start: Position {
                                 line: 98,
                                 column: 23,
                                },
                                end: Position {
                                 line: 98,
                                 column: 29,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "ids",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 33,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "gids",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "octoprint",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 39,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 48,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 97,
                          column: 61,
                         },
                         end: Position {
                          line: 99,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 101,
                        column: 5,
                       },
                       end: Position {
                        line: 101,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "tmpfiles",
                      span: Span {
                       start: Position {
                        line: 101,
                        column: 13,
                       },
                       end: Position {
                        line: 101,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rules",
                      span: Span {
                       start: Position {
                        line: 101,
                        column: 22,
                       },
                       end: Position {
                        line: 101,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "d '",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 8,
                            },
                            end: Position {
                             line: 102,
                             column: 26,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 102,
                                 column: 13,
                                },
                                end: Position {
                                 line: 102,
                                 column: 16,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "' - ",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 8,
                            },
                            end: Position {
                             line: 102,
                             column: 30,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 102,
                                 column: 32,
                                },
                                end: Position {
                                 line: 102,
                                 column: 35,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "user",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 36,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " ",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 8,
                            },
                            end: Position {
                             line: 102,
                             column: 42,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 102,
                                 column: 44,
                                },
                                end: Position {
                                 line: 102,
                                 column: 47,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "group",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 48,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " - -",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 8,
                            },
                            end: Position {
                             line: 102,
                             column: 58,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 102,
                          column: 7,
                         },
                         end: Position {
                          line: 102,
                          column: 59,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 101,
                       column: 30,
                      },
                      end: Position {
                       line: 103,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 105,
                        column: 5,
                       },
                       end: Position {
                        line: 105,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 105,
                        column: 13,
                       },
                       end: Position {
                        line: 105,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "octoprint",
                      span: Span {
                       start: Position {
                        line: 105,
                        column: 22,
                       },
                       end: Position {
                        line: 105,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 106,
                             column: 7,
                            },
                            end: Position {
                             line: 106,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "OctoPrint, web interface for 3D printers",
                             span: Span {
                              start: Position {
                               line: 106,
                               column: 22,
                              },
                              end: Position {
                               line: 106,
                               column: 62,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 106,
                            column: 21,
                           },
                           end: Position {
                            line: 106,
                            column: 63,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 107,
                             column: 7,
                            },
                            end: Position {
                             line: 107,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 107,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 107,
                               column: 20,
                              },
                              end: Position {
                               line: 107,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 107,
                            column: 18,
                           },
                           end: Position {
                            line: 107,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 108,
                             column: 7,
                            },
                            end: Position {
                             line: 108,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 108,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 108,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 108,
                               column: 17,
                              },
                              end: Position {
                               line: 108,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 108,
                            column: 15,
                           },
                           end: Position {
                            line: 108,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "path",
                           span: Span {
                            start: Position {
                             line: 109,
                             column: 7,
                            },
                            end: Position {
                             line: 109,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           Identifier(
                            Identifier {
                             id: "pluginsEnv",
                             span: Span {
                              start: Position {
                               line: 109,
                               column: 16,
                              },
                              end: Position {
                               line: 109,
                               column: 26,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 109,
                            column: 14,
                           },
                           end: Position {
                            line: 109,
                            column: 28,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 111,
                             column: 7,
                            },
                            end: Position {
                             line: 111,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "if [ -e \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 112,
                               column: 18,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 112,
                                   column: 20,
                                  },
                                  end: Position {
                                   line: 112,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 112,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 112,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/config.yaml\" ]; then\n  ",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 113,
                               column: 11,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 113,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 113,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "yaml-merge",
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 113,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/yaml-merge \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 113,
                               column: 46,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 113,
                                   column: 48,
                                  },
                                  end: Position {
                                   line: 113,
                                   column: 51,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 52,
                                   },
                                   end: Position {
                                    line: 113,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/config.yaml\" \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 113,
                               column: 76,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: Identifier(
                              Identifier {
                               id: "cfgUpdate",
                               span: Span {
                                start: Position {
                                 line: 113,
                                 column: 78,
                                },
                                end: Position {
                                 line: 113,
                                 column: 87,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\" > \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 113,
                               column: 93,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 113,
                                   column: 95,
                                  },
                                  end: Position {
                                   line: 113,
                                   column: 98,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 99,
                                   },
                                   end: Position {
                                    line: 113,
                                    column: 107,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/config.yaml.tmp\"\n  mv \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 114,
                               column: 15,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 114,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 114,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 114,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 114,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/config.yaml.tmp\" \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 114,
                               column: 49,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 114,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 114,
                                   column: 54,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 114,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 114,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/config.yaml\"\nelse\n  cp \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 116,
                               column: 15,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: Identifier(
                              Identifier {
                               id: "cfgUpdate",
                               span: Span {
                                start: Position {
                                 line: 116,
                                 column: 17,
                                },
                                end: Position {
                                 line: 116,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\" \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 116,
                               column: 30,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 116,
                                   column: 32,
                                  },
                                  end: Position {
                                   line: 116,
                                   column: 35,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 36,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/config.yaml\"\n  chmod 600 \"",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 117,
                               column: 22,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 117,
                                   column: 24,
                                  },
                                  end: Position {
                                   line: 117,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 117,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 117,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/config.yaml\"\nfi\n",
                             span: Span {
                              start: Position {
                               line: 112,
                               column: 1,
                              },
                              end: Position {
                               line: 119,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 111,
                            column: 18,
                           },
                           end: Position {
                            line: 119,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 121,
                             column: 7,
                            },
                            end: Position {
                             line: 121,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pluginsEnv",
                                    span: Span {
                                     start: Position {
                                      line: 122,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 122,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/octoprint serve -b ",
                                  span: Span {
                                   start: Position {
                                    line: 122,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 122,
                                        column: 61,
                                       },
                                       end: Position {
                                        line: 122,
                                        column: 64,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "stateDir",
                                       span: Span {
                                        start: Position {
                                         line: 122,
                                         column: 65,
                                        },
                                        end: Position {
                                         line: 122,
                                         column: 73,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 122,
                                 column: 21,
                                },
                                end: Position {
                                 line: 122,
                                 column: 75,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 123,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 123,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 123,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 123,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Group",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 124,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 124,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 124,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 124,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "SupplementaryGroups",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 125,
                                  column: 28,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "dialout",
                                     span: Span {
                                      start: Position {
                                       line: 126,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 126,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 126,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 126,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 31,
                                },
                                end: Position {
                                 line: 127,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 121,
                            column: 23,
                           },
                           end: Position {
                            line: 128,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 105,
                       column: 34,
                      },
                      end: Position {
                       line: 129,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 88,
                  column: 28,
                 },
                 end: Position {
                  line: 131,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 25,
          column: 1,
         },
         end: Position {
          line: 133,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 133,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 133,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 133,
    column: 2,
   },
  },
 },
)