Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "spotifyd",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "toml",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 7,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 7,
                 column: 10,
                },
                end: Position {
                 line: 7,
                 column: 14,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "formats",
                span: Span {
                 start: Position {
                  line: 7,
                  column: 15,
                 },
                 end: Position {
                  line: 7,
                  column: 22,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "toml",
                span: Span {
                 start: Position {
                  line: 7,
                  column: 23,
                 },
                 end: Position {
                  line: 7,
                  column: 27,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [],
              span: Span {
               start: Position {
                line: 7,
                column: 28,
               },
               end: Position {
                line: 7,
                column: 30,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "warnConfig",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 13,
             },
            },
           },
          ),
         ],
         to: IfThenElse(
          IfThenElse {
           predicate: BinaryOperation(
            BinaryOperation {
             left: 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: "config",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 12,
                   },
                   end: Position {
                    line: 9,
                    column: 18,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             operator: NotEqualTo,
             right: String(
              String_ {
               parts: [],
               span: Span {
                start: Position {
                 line: 9,
                 column: 22,
                },
                end: Position {
                 line: 9,
                 column: 24,
                },
               },
              },
             ),
            },
           ),
           then: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 10,
                  },
                  end: Position {
                   line: 10,
                   column: 13,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "trace",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 14,
                   },
                   end: Position {
                    line: 10,
                    column: 19,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: "Using the stringly typed .config attribute is discouraged. Use the TOML typed .settings attribute instead.",
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 21,
                    },
                    end: Position {
                     line: 10,
                     column: 127,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 10,
                  column: 20,
                 },
                 end: Position {
                  line: 10,
                  column: 128,
                 },
                },
               },
              ),
             ],
            },
           ),
           else_: Identifier(
            Identifier {
             id: "id",
             span: Span {
              start: Position {
               line: 11,
               column: 10,
              },
              end: Position {
               line: 11,
               column: 12,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 9,
             column: 5,
            },
            end: Position {
             line: 11,
             column: 12,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "spotifydConf",
            span: Span {
             start: Position {
              line: 12,
              column: 3,
             },
             end: Position {
              line: 12,
              column: 15,
             },
            },
           },
          ),
         ],
         to: IfThenElse(
          IfThenElse {
           predicate: BinaryOperation(
            BinaryOperation {
             left: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "cfg",
                 span: Span {
                  start: Position {
                   line: 13,
                   column: 8,
                  },
                  end: Position {
                   line: 13,
                   column: 11,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "settings",
                  span: Span {
                   start: Position {
                    line: 13,
                    column: 12,
                   },
                   end: Position {
                    line: 13,
                    column: 20,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             operator: NotEqualTo,
             right: Map(
              Map {
               recursive: false,
               bindings: [],
               span: Span {
                start: Position {
                 line: 13,
                 column: 24,
                },
                end: Position {
                 line: 13,
                 column: 26,
                },
               },
              },
             ),
            },
           ),
           then: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "toml",
                 span: Span {
                  start: Position {
                   line: 14,
                   column: 10,
                  },
                  end: Position {
                   line: 14,
                   column: 14,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "generate",
                  span: Span {
                   start: Position {
                    line: 14,
                    column: 15,
                   },
                   end: Position {
                    line: 14,
                    column: 23,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: "spotify.conf",
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 25,
                    },
                    end: Position {
                     line: 14,
                     column: 37,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 14,
                  column: 24,
                 },
                 end: Position {
                  line: 14,
                  column: 38,
                 },
                },
               },
              ),
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 14,
                    column: 39,
                   },
                   end: Position {
                    line: 14,
                    column: 42,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "settings",
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 43,
                    },
                    end: Position {
                     line: 14,
                     column: 51,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             ],
            },
           ),
           else_: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "warnConfig",
               span: Span {
                start: Position {
                 line: 15,
                 column: 10,
                },
                end: Position {
                 line: 15,
                 column: 20,
                },
               },
              },
             ),
             arguments: [
              FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "pkgs",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 22,
                     },
                     end: Position {
                      line: 15,
                      column: 26,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "writeText",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 27,
                      },
                      end: Position {
                       line: 15,
                       column: 36,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "spotifyd.conf",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 38,
                       },
                       end: Position {
                        line: 15,
                        column: 51,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 37,
                    },
                    end: Position {
                     line: 15,
                     column: 52,
                    },
                   },
                  },
                 ),
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 53,
                      },
                      end: Position {
                       line: 15,
                       column: 56,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "config",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 57,
                       },
                       end: Position {
                        line: 15,
                        column: 63,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 13,
             column: 5,
            },
            end: Position {
             line: 15,
             column: 64,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 18,
                column: 3,
               },
               end: Position {
                line: 18,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 5,
                    },
                    end: Position {
                     line: 19,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "spotifyd",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 14,
                    },
                    end: Position {
                     line: 19,
                     column: 22,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 7,
                         },
                         end: Position {
                          line: 20,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 20,
                           column: 16,
                          },
                          end: Position {
                           line: 20,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 20,
                                column: 32,
                               },
                               end: Position {
                                line: 20,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 20,
                                 column: 36,
                                },
                                end: Position {
                                 line: 20,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "spotifyd, a Spotify playing daemon",
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 77,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 20,
                               column: 42,
                              },
                              end: Position {
                               line: 20,
                               column: 78,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "config",
                        span: Span {
                         start: Position {
                          line: 22,
                          column: 7,
                         },
                         end: Position {
                          line: 22,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 22,
                           column: 16,
                          },
                          end: Position {
                           line: 22,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 23,
                                 column: 19,
                                },
                                end: Position {
                                 line: 23,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 24,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 24,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 24,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 24,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "lines",
                                  span: Span {
                                   start: Position {
                                    line: 24,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 24,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 25,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 25,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 25,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 25,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 25,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 25,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "(Deprecated) Configuration for Spotifyd. For syntax and directives, see\n<https://github.com/Spotifyd/spotifyd#Configuration>.\n",
                                     span: Span {
                                      start: Position {
                                       line: 26,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 28,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 22,
                            column: 25,
                           },
                           end: Position {
                            line: 29,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "settings",
                        span: Span {
                         start: Position {
                          line: 31,
                          column: 7,
                         },
                         end: Position {
                          line: 31,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 18,
                          },
                          end: Position {
                           line: 31,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 32,
                                 column: 19,
                                },
                                end: Position {
                                 line: 32,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "toml",
                                 span: Span {
                                  start: Position {
                                   line: 33,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 33,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 33,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 33,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 34,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 34,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "global",
                                     span: Span {
                                      start: Position {
                                       line: 34,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 34,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "bitrate",
                                     span: Span {
                                      start: Position {
                                       line: 34,
                                       column: 28,
                                      },
                                      end: Position {
                                       line: 34,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "320",
                                    span: Span {
                                     start: Position {
                                      line: 34,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 34,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 34,
                                 column: 19,
                                },
                                end: Position {
                                 line: 34,
                                 column: 44,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 35,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 35,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 35,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 35,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 35,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 35,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Configuration for Spotifyd. For syntax and directives, see\n<https://github.com/Spotifyd/spotifyd#Configuration>.\n",
                                     span: Span {
                                      start: Position {
                                       line: 36,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 38,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 35,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 38,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 31,
                            column: 27,
                           },
                           end: Position {
                            line: 39,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 19,
                    column: 25,
                   },
                   end: Position {
                    line: 40,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 18,
               column: 13,
              },
              end: Position {
               line: 41,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 43,
                column: 3,
               },
               end: Position {
                line: 43,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 43,
                 column: 12,
                },
                end: Position {
                 line: 43,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 43,
                    column: 17,
                   },
                   end: Position {
                    line: 43,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 43,
                     column: 21,
                    },
                    end: Position {
                     line: 43,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "assertions",
                      span: Span {
                       start: Position {
                        line: 44,
                        column: 5,
                       },
                       end: Position {
                        line: 44,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "assertion",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 9,
                               },
                               end: Position {
                                line: 46,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: BinaryOperation(
                            BinaryOperation {
                             left: BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 46,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 46,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "config",
                                    span: Span {
                                     start: Position {
                                      line: 46,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 46,
                                      column: 31,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: EqualTo,
                               right: String(
                                String_ {
                                 parts: [],
                                 span: Span {
                                  start: Position {
                                   line: 46,
                                   column: 35,
                                  },
                                  end: Position {
                                   line: 46,
                                   column: 37,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             operator: LogicalOr,
                             right: BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 46,
                                     column: 41,
                                    },
                                    end: Position {
                                     line: 46,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "settings",
                                    span: Span {
                                     start: Position {
                                      line: 46,
                                      column: 45,
                                     },
                                     end: Position {
                                      line: 46,
                                      column: 53,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: EqualTo,
                               right: Map(
                                Map {
                                 recursive: false,
                                 bindings: [],
                                 span: Span {
                                  start: Position {
                                   line: 46,
                                   column: 57,
                                  },
                                  end: Position {
                                   line: 46,
                                   column: 59,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "message",
                              span: Span {
                               start: Position {
                                line: 47,
                                column: 9,
                               },
                               end: Position {
                                line: 47,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "At most one of the .config attribute and the .settings attribute may be set",
                                span: Span {
                                 start: Position {
                                  line: 47,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 47,
                                  column: 95,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 19,
                              },
                              end: Position {
                               line: 47,
                               column: 96,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 45,
                          column: 7,
                         },
                         end: Position {
                          line: 48,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 44,
                       column: 18,
                      },
                      end: Position {
                       line: 49,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 51,
                        column: 5,
                       },
                       end: Position {
                        line: 51,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 51,
                        column: 13,
                       },
                       end: Position {
                        line: 51,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "spotifyd",
                      span: Span {
                       start: Position {
                        line: 51,
                        column: 22,
                       },
                       end: Position {
                        line: 51,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 52,
                             column: 7,
                            },
                            end: Position {
                             line: 52,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 52,
                               column: 20,
                              },
                              end: Position {
                               line: 52,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 52,
                            column: 18,
                           },
                           end: Position {
                            line: 52,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 7,
                            },
                            end: Position {
                             line: 53,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network-online.target",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 17,
                              },
                              end: Position {
                               line: 53,
                               column: 40,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "sound.target",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 42,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 54,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 41,
                              },
                              end: Position {
                               line: 53,
                               column: 55,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 15,
                           },
                           end: Position {
                            line: 53,
                            column: 57,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 54,
                             column: 7,
                            },
                            end: Position {
                             line: 54,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "spotifyd, a Spotify playing daemon",
                             span: Span {
                              start: Position {
                               line: 54,
                               column: 22,
                              },
                              end: Position {
                               line: 54,
                               column: 56,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 54,
                            column: 21,
                           },
                           end: Position {
                            line: 54,
                            column: 57,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "environment",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 7,
                            },
                            end: Position {
                             line: 55,
                             column: 18,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "SHELL",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 19,
                            },
                            end: Position {
                             line: 55,
                             column: 24,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/bin/sh",
                             span: Span {
                              start: Position {
                               line: 55,
                               column: 28,
                              },
                              end: Position {
                               line: 55,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 55,
                            column: 27,
                           },
                           end: Position {
                            line: 55,
                            column: 36,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 56,
                             column: 7,
                            },
                            end: Position {
                             line: 56,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 57,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 57,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "spotifyd",
                                       span: Span {
                                        start: Position {
                                         line: 57,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 57,
                                         column: 37,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/spotifyd --no-daemon --cache-path /var/cache/spotifyd --config-path ",
                                  span: Span {
                                   start: Position {
                                    line: 57,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 57,
                                    column: 111,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "spotifydConf",
                                    span: Span {
                                     start: Position {
                                      line: 57,
                                      column: 113,
                                     },
                                     end: Position {
                                      line: 57,
                                      column: 125,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 57,
                                 column: 21,
                                },
                                end: Position {
                                 line: 57,
                                 column: 127,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "always",
                                  span: Span {
                                   start: Position {
                                    line: 58,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 58,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 58,
                                 column: 19,
                                },
                                end: Position {
                                 line: 58,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "RestartSec",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "12",
                               span: Span {
                                start: Position {
                                 line: 59,
                                 column: 22,
                                },
                                end: Position {
                                 line: 59,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "DynamicUser",
                                span: Span {
                                 start: Position {
                                  line: 60,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 60,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 60,
                                 column: 23,
                                },
                                end: Position {
                                 line: 60,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "CacheDirectory",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "spotifyd",
                                  span: Span {
                                   start: Position {
                                    line: 61,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 61,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 61,
                                 column: 26,
                                },
                                end: Position {
                                 line: 61,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "SupplementaryGroups",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 28,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "audio",
                                     span: Span {
                                      start: Position {
                                       line: 62,
                                       column: 33,
                                      },
                                      end: Position {
                                       line: 62,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 62,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 62,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 31,
                                },
                                end: Position {
                                 line: 62,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 23,
                           },
                           end: Position {
                            line: 63,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 51,
                       column: 33,
                      },
                      end: Position {
                       line: 64,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 43,
                  column: 28,
                 },
                 end: Position {
                  line: 65,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 67,
                column: 3,
               },
               end: Position {
                line: 67,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "maintainers",
              span: Span {
               start: Position {
                line: 67,
                column: 8,
               },
               end: Position {
                line: 67,
                column: 19,
               },
              },
             },
            ),
           ],
           to: List(
            List {
             elements: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "maintainers",
                  span: Span {
                   start: Position {
                    line: 67,
                    column: 24,
                   },
                   end: Position {
                    line: 67,
                    column: 35,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "anderslundstedt",
                   span: Span {
                    start: Position {
                     line: 67,
                     column: 36,
                    },
                    end: Position {
                     line: 67,
                     column: 51,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 67,
               column: 22,
              },
              end: Position {
               line: 67,
               column: 53,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 17,
          column: 1,
         },
         end: Position {
          line: 68,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 68,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 68,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 68,
    column: 2,
   },
  },
 },
)