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: 2,
        column: 6,
       },
       end: Position {
        line: 2,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 4,
              column: 3,
             },
             end: Position {
              line: 4,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 4,
               column: 9,
              },
              end: Position {
               line: 4,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 4,
                column: 16,
               },
               end: Position {
                line: 4,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "foldingathome",
              span: Span {
               start: Position {
                line: 4,
                column: 25,
               },
               end: Position {
                line: 4,
                column: 38,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "args",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 7,
             },
            },
           },
          ),
         ],
         to: BinaryOperation(
          BinaryOperation {
           left: List(
            List {
             elements: [
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: "--team",
                   span: Span {
                    start: Position {
                     line: 7,
                     column: 7,
                    },
                    end: Position {
                     line: 7,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 7,
                  column: 6,
                 },
                 end: Position {
                  line: 7,
                  column: 14,
                 },
                },
               },
              ),
              String(
               String_ {
                parts: [
                 Interpolation(
                  PartInterpolation {
                   expression: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "toString",
                       span: Span {
                        start: Position {
                         line: 7,
                         column: 18,
                        },
                        end: Position {
                         line: 7,
                         column: 26,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 7,
                            column: 27,
                           },
                           end: Position {
                            line: 7,
                            column: 30,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "team",
                           span: Span {
                            start: Position {
                             line: 7,
                             column: 31,
                            },
                            end: Position {
                             line: 7,
                             column: 35,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 7,
                  column: 15,
                 },
                 end: Position {
                  line: 7,
                  column: 37,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 7,
               column: 5,
              },
              end: Position {
               line: 7,
               column: 38,
              },
             },
            },
           ),
           operator: Concatenation,
           right: BinaryOperation(
            BinaryOperation {
             left: FunctionApplication(
              FunctionApplication {
               function: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "lib",
                   span: Span {
                    start: Position {
                     line: 8,
                     column: 8,
                    },
                    end: Position {
                     line: 8,
                     column: 11,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "optionals",
                    span: Span {
                     start: Position {
                      line: 8,
                      column: 12,
                     },
                     end: Position {
                      line: 8,
                      column: 21,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
               arguments: [
                BinaryOperation(
                 BinaryOperation {
                  left: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 8,
                        column: 23,
                       },
                       end: Position {
                        line: 8,
                        column: 26,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "user",
                       span: Span {
                        start: Position {
                         line: 8,
                         column: 27,
                        },
                        end: Position {
                         line: 8,
                         column: 31,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  operator: NotEqualTo,
                  right: Identifier(
                   Identifier {
                    id: "null",
                    span: Span {
                     start: Position {
                      line: 8,
                      column: 35,
                     },
                     end: Position {
                      line: 8,
                      column: 39,
                     },
                    },
                   },
                  ),
                 },
                ),
                List(
                 List {
                  elements: [
                   String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "--user",
                        span: Span {
                         start: Position {
                          line: 8,
                          column: 43,
                         },
                         end: Position {
                          line: 8,
                          column: 49,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 8,
                       column: 42,
                      },
                      end: Position {
                       line: 8,
                       column: 50,
                      },
                     },
                    },
                   ),
                   PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 8,
                         column: 51,
                        },
                        end: Position {
                         line: 8,
                         column: 54,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 8,
                          column: 55,
                         },
                         end: Position {
                          line: 8,
                          column: 59,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 41,
                   },
                   end: Position {
                    line: 8,
                    column: 60,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             operator: Concatenation,
             right: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "cfg",
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 8,
                  },
                  end: Position {
                   line: 9,
                   column: 11,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "extraArgs",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 12,
                   },
                   end: Position {
                    line: 9,
                    column: 21,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
            },
           ),
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "imports",
              span: Span {
               start: Position {
                line: 13,
                column: 3,
               },
               end: Position {
                line: 13,
                column: 10,
               },
              },
             },
            ),
           ],
           to: List(
            List {
             elements: [
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRenamedOptionModule",
                  span: Span {
                   start: Position {
                    line: 14,
                    column: 6,
                   },
                   end: Position {
                    line: 14,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 31,
                          },
                          end: Position {
                           line: 14,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 30,
                       },
                       end: Position {
                        line: 14,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "foldingAtHome",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 42,
                          },
                          end: Position {
                           line: 14,
                           column: 55,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 41,
                       },
                       end: Position {
                        line: 14,
                        column: 56,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 28,
                    },
                    end: Position {
                     line: 14,
                     column: 58,
                    },
                   },
                  },
                 ),
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 62,
                          },
                          end: Position {
                           line: 14,
                           column: 70,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 61,
                       },
                       end: Position {
                        line: 14,
                        column: 71,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "foldingathome",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 73,
                          },
                          end: Position {
                           line: 14,
                           column: 86,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 72,
                       },
                       end: Position {
                        line: 14,
                        column: 87,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 59,
                    },
                    end: Position {
                     line: 14,
                     column: 89,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRenamedOptionModule",
                  span: Span {
                   start: Position {
                    line: 15,
                    column: 6,
                   },
                   end: Position {
                    line: 15,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 31,
                          },
                          end: Position {
                           line: 15,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 30,
                       },
                       end: Position {
                        line: 15,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "foldingathome",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 42,
                          },
                          end: Position {
                           line: 15,
                           column: 55,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 41,
                       },
                       end: Position {
                        line: 15,
                        column: 56,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "nickname",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 58,
                          },
                          end: Position {
                           line: 15,
                           column: 66,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 57,
                       },
                       end: Position {
                        line: 15,
                        column: 67,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 28,
                    },
                    end: Position {
                     line: 15,
                     column: 69,
                    },
                   },
                  },
                 ),
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 73,
                          },
                          end: Position {
                           line: 15,
                           column: 81,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 72,
                       },
                       end: Position {
                        line: 15,
                        column: 82,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "foldingathome",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 84,
                          },
                          end: Position {
                           line: 15,
                           column: 97,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 83,
                       },
                       end: Position {
                        line: 15,
                        column: 98,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "user",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 100,
                          },
                          end: Position {
                           line: 15,
                           column: 104,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 99,
                       },
                       end: Position {
                        line: 15,
                        column: 105,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 70,
                    },
                    end: Position {
                     line: 15,
                     column: 107,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRemovedOptionModule",
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 6,
                   },
                   end: Position {
                    line: 16,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 31,
                          },
                          end: Position {
                           line: 16,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 30,
                       },
                       end: Position {
                        line: 16,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "foldingathome",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 42,
                          },
                          end: Position {
                           line: 16,
                           column: 55,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 41,
                       },
                       end: Position {
                        line: 16,
                        column: 56,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "config",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 58,
                          },
                          end: Position {
                           line: 16,
                           column: 64,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 57,
                       },
                       end: Position {
                        line: 16,
                        column: 65,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 28,
                    },
                    end: Position {
                     line: 16,
                     column: 67,
                    },
                   },
                  },
                 ),
                 IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Use <literal>services.foldingathome.extraArgs instead<literal>\n",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 1,
                       },
                       end: Position {
                        line: 18,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 68,
                    },
                    end: Position {
                     line: 18,
                     column: 7,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 13,
               column: 13,
              },
              end: Position {
               line: 19,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 20,
                column: 3,
               },
               end: Position {
                line: 20,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 20,
                column: 11,
               },
               end: Position {
                line: 20,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "foldingathome",
              span: Span {
               start: Position {
                line: 20,
                column: 20,
               },
               end: Position {
                line: 20,
                column: 33,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 21,
                     column: 5,
                    },
                    end: Position {
                     line: 21,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 21,
                      column: 14,
                     },
                     end: Position {
                      line: 21,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 21,
                           column: 30,
                          },
                          end: Position {
                           line: 21,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 34,
                           },
                           end: Position {
                            line: 21,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Enable the Folding@home client",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 41,
                            },
                            end: Position {
                             line: 21,
                             column: 71,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 21,
                          column: 40,
                         },
                         end: Position {
                          line: 21,
                          column: 72,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "package",
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 5,
                    },
                    end: Position {
                     line: 23,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 23,
                      column: 15,
                     },
                     end: Position {
                      line: 23,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 7,
                            },
                            end: Position {
                             line: 24,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 24,
                              column: 14,
                             },
                             end: Position {
                              line: 24,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 24,
                               column: 20,
                              },
                              end: Position {
                               line: 24,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 7,
                            },
                            end: Position {
                             line: 25,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 25,
                              column: 17,
                             },
                             end: Position {
                              line: 25,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "fahclient",
                             span: Span {
                              start: Position {
                               line: 25,
                               column: 22,
                              },
                              end: Position {
                               line: 25,
                               column: 31,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 26,
                             column: 7,
                            },
                            end: Position {
                             line: 26,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 26,
                              column: 21,
                             },
                             end: Position {
                              line: 26,
                              column: 38,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.fahclient",
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 26,
                                  column: 54,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 26,
                               column: 39,
                              },
                              end: Position {
                               line: 26,
                               column: 55,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 7,
                            },
                            end: Position {
                             line: 27,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 27,
                                column: 21,
                               },
                               end: Position {
                                line: 27,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 27,
                                 column: 25,
                                },
                                end: Position {
                                 line: 27,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Which Folding@home client to use.\n",
                                span: Span {
                                 start: Position {
                                  line: 28,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 27,
                               column: 31,
                              },
                              end: Position {
                               line: 29,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 23,
                       column: 24,
                      },
                      end: Position {
                       line: 30,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "user",
                   span: Span {
                    start: Position {
                     line: 32,
                     column: 5,
                    },
                    end: Position {
                     line: 32,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 32,
                      column: 12,
                     },
                     end: Position {
                      line: 32,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 33,
                             column: 7,
                            },
                            end: Position {
                             line: 33,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 33,
                                column: 14,
                               },
                               end: Position {
                                line: 33,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 33,
                                 column: 20,
                                },
                                end: Position {
                                 line: 33,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 33,
                                 column: 27,
                                },
                                end: Position {
                                 line: 33,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 34,
                             column: 7,
                            },
                            end: Position {
                             line: 34,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 34,
                            column: 17,
                           },
                           end: Position {
                            line: 34,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 7,
                            },
                            end: Position {
                             line: 35,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 35,
                                column: 21,
                               },
                               end: Position {
                                line: 35,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 35,
                                 column: 25,
                                },
                                end: Position {
                                 line: 35,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The user associated with the reported computation results. This will\nbe used in the ranking statistics.\n",
                                span: Span {
                                 start: Position {
                                  line: 36,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 35,
                               column: 31,
                              },
                              end: Position {
                               line: 38,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 32,
                       column: 21,
                      },
                      end: Position {
                       line: 39,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "team",
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 5,
                    },
                    end: Position {
                     line: 41,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 41,
                      column: 12,
                     },
                     end: Position {
                      line: 41,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 42,
                             column: 7,
                            },
                            end: Position {
                             line: 42,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 42,
                              column: 14,
                             },
                             end: Position {
                              line: 42,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "int",
                             span: Span {
                              start: Position {
                               line: 42,
                               column: 20,
                              },
                              end: Position {
                               line: 42,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 43,
                             column: 7,
                            },
                            end: Position {
                             line: 43,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "236565",
                          span: Span {
                           start: Position {
                            line: 43,
                            column: 17,
                           },
                           end: Position {
                            line: 43,
                            column: 23,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 44,
                             column: 7,
                            },
                            end: Position {
                             line: 44,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 44,
                                column: 21,
                               },
                               end: Position {
                                line: 44,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 44,
                                 column: 25,
                                },
                                end: Position {
                                 line: 44,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The team ID associated with the reported computation results. This\nwill be used in the ranking statistics.\n\nBy default, use the NixOS folding@home team ID is being used.\n",
                                span: Span {
                                 start: Position {
                                  line: 45,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 44,
                               column: 31,
                              },
                              end: Position {
                               line: 49,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 41,
                       column: 21,
                      },
                      end: Position {
                       line: 50,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "daemonNiceLevel",
                   span: Span {
                    start: Position {
                     line: 52,
                     column: 5,
                    },
                    end: Position {
                     line: 52,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 52,
                      column: 23,
                     },
                     end: Position {
                      line: 52,
                      column: 31,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 7,
                            },
                            end: Position {
                             line: 53,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 53,
                                column: 14,
                               },
                               end: Position {
                                line: 53,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "ints",
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 20,
                                },
                                end: Position {
                                 line: 53,
                                 column: 24,
                                },
                               },
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "between",
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 25,
                                },
                                end: Position {
                                 line: 53,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           UnaryOperation(
                            UnaryOperation {
                             operator: Negate,
                             operand: Integer(
                              Integer {
                               value: "20",
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 35,
                                },
                                end: Position {
                                 line: 53,
                                 column: 37,
                                },
                               },
                              },
                             ),
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 34,
                              },
                              end: Position {
                               line: 53,
                               column: 37,
                              },
                             },
                            },
                           ),
                           Integer(
                            Integer {
                             value: "19",
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 39,
                              },
                              end: Position {
                               line: 53,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 54,
                             column: 7,
                            },
                            end: Position {
                             line: 54,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "0",
                          span: Span {
                           start: Position {
                            line: 54,
                            column: 17,
                           },
                           end: Position {
                            line: 54,
                            column: 18,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 7,
                            },
                            end: Position {
                             line: 55,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 55,
                                column: 21,
                               },
                               end: Position {
                                line: 55,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 55,
                                 column: 25,
                                },
                                end: Position {
                                 line: 55,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Daemon process priority for FAHClient.\n0 is the default Unix process priority, 19 is the lowest.\n",
                                span: Span {
                                 start: Position {
                                  line: 56,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 55,
                               column: 31,
                              },
                              end: Position {
                               line: 58,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 52,
                       column: 32,
                      },
                      end: Position {
                       line: 59,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "extraArgs",
                   span: Span {
                    start: Position {
                     line: 61,
                     column: 5,
                    },
                    end: Position {
                     line: 61,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 61,
                      column: 17,
                     },
                     end: Position {
                      line: 61,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 62,
                             column: 7,
                            },
                            end: Position {
                             line: 62,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 62,
                                column: 14,
                               },
                               end: Position {
                                line: 62,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 20,
                                },
                                end: Position {
                                 line: 62,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 27,
                                },
                                end: Position {
                                 line: 62,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 63,
                             column: 7,
                            },
                            end: Position {
                             line: 63,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [],
                          span: Span {
                           start: Position {
                            line: 63,
                            column: 17,
                           },
                           end: Position {
                            line: 63,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 64,
                             column: 7,
                            },
                            end: Position {
                             line: 64,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 64,
                                column: 21,
                               },
                               end: Position {
                                line: 64,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 64,
                                 column: 25,
                                },
                                end: Position {
                                 line: 64,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Extra startup options for the FAHClient. Run\n`FAHClient --help` to find all the available options.\n",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 64,
                               column: 31,
                              },
                              end: Position {
                               line: 67,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 61,
                       column: 26,
                      },
                      end: Position {
                       line: 68,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 20,
               column: 36,
              },
              end: Position {
               line: 69,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 71,
                column: 3,
               },
               end: Position {
                line: 71,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 71,
                 column: 12,
                },
                end: Position {
                 line: 71,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 71,
                    column: 17,
                   },
                   end: Position {
                    line: 71,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 71,
                     column: 21,
                    },
                    end: Position {
                     line: 71,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 72,
                        column: 5,
                       },
                       end: Position {
                        line: 72,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 72,
                        column: 13,
                       },
                       end: Position {
                        line: 72,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "foldingathome",
                      span: Span {
                       start: Position {
                        line: 72,
                        column: 22,
                       },
                       end: Position {
                        line: 72,
                        column: 35,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 73,
                             column: 7,
                            },
                            end: Position {
                             line: 73,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Folding@home client",
                             span: Span {
                              start: Position {
                               line: 73,
                               column: 22,
                              },
                              end: Position {
                               line: 73,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 73,
                            column: 21,
                           },
                           end: Position {
                            line: 73,
                            column: 42,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 74,
                             column: 7,
                            },
                            end: Position {
                             line: 74,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 74,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 74,
                               column: 17,
                              },
                              end: Position {
                               line: 74,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 74,
                            column: 15,
                           },
                           end: Position {
                            line: 74,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 75,
                             column: 7,
                            },
                            end: Position {
                             line: 75,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 75,
                               column: 20,
                              },
                              end: Position {
                               line: 75,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 75,
                            column: 18,
                           },
                           end: Position {
                            line: 75,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "script",
                           span: Span {
                            start: Position {
                             line: 76,
                             column: 7,
                            },
                            end: Position {
                             line: 76,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "exec ",
                             span: Span {
                              start: Position {
                               line: 77,
                               column: 1,
                              },
                              end: Position {
                               line: 77,
                               column: 14,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 77,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 77,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 77,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 77,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/FAHClient ",
                             span: Span {
                              start: Position {
                               line: 77,
                               column: 1,
                              },
                              end: Position {
                               line: 77,
                               column: 43,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 77,
                                     column: 45,
                                    },
                                    end: Position {
                                     line: 77,
                                     column: 48,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "escapeShellArgs",
                                    span: Span {
                                     start: Position {
                                      line: 77,
                                      column: 49,
                                     },
                                     end: Position {
                                      line: 77,
                                      column: 64,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                Identifier(
                                 Identifier {
                                  id: "args",
                                  span: Span {
                                   start: Position {
                                    line: 77,
                                    column: 65,
                                   },
                                   end: Position {
                                    line: 77,
                                    column: 69,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\n",
                             span: Span {
                              start: Position {
                               line: 77,
                               column: 1,
                              },
                              end: Position {
                               line: 78,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 76,
                            column: 16,
                           },
                           end: Position {
                            line: 78,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 79,
                             column: 7,
                            },
                            end: Position {
                             line: 79,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "DynamicUser",
                                span: Span {
                                 start: Position {
                                  line: 80,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 80,
                                 column: 23,
                                },
                                end: Position {
                                 line: 80,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "StateDirectory",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "foldingathome",
                                  span: Span {
                                   start: Position {
                                    line: 81,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 81,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 81,
                                 column: 26,
                                },
                                end: Position {
                                 line: 81,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Nice",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 82,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 82,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "daemonNiceLevel",
                                  span: Span {
                                   start: Position {
                                    line: 82,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 82,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "WorkingDirectory",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "%S/foldingathome",
                                  span: Span {
                                   start: Position {
                                    line: 83,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 83,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 83,
                                 column: 28,
                                },
                                end: Position {
                                 line: 83,
                                 column: 46,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 79,
                            column: 23,
                           },
                           end: Position {
                            line: 84,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 72,
                       column: 38,
                      },
                      end: Position {
                       line: 85,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 71,
                  column: 28,
                 },
                 end: Position {
                  line: 86,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 88,
                column: 3,
               },
               end: Position {
                line: 88,
                column: 7,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "maintainers",
                   span: Span {
                    start: Position {
                     line: 89,
                     column: 5,
                    },
                    end: Position {
                     line: 89,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: With(
                 With {
                  expression: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 89,
                        column: 24,
                       },
                       end: Position {
                        line: 89,
                        column: 27,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "maintainers",
                       span: Span {
                        start: Position {
                         line: 89,
                         column: 28,
                        },
                        end: Position {
                         line: 89,
                         column: 39,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  target: List(
                   List {
                    elements: [
                     Identifier(
                      Identifier {
                       id: "zimbatm",
                       span: Span {
                        start: Position {
                         line: 89,
                         column: 43,
                        },
                        end: Position {
                         line: 89,
                         column: 50,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 89,
                      column: 41,
                     },
                     end: Position {
                      line: 89,
                      column: 52,
                     },
                    },
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 89,
                    column: 19,
                   },
                   end: Position {
                    line: 89,
                    column: 52,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 88,
               column: 10,
              },
              end: Position {
               line: 90,
               column: 4,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 12,
          column: 1,
         },
         end: Position {
          line: 91,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 3,
        column: 1,
       },
       end: Position {
        line: 91,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 2,
      column: 1,
     },
     end: Position {
      line: 91,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 91,
    column: 2,
   },
  },
 },
)