Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 2,
        column: 6,
       },
       end: Position {
        line: 2,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 4,
              column: 3,
             },
             end: Position {
              line: 4,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 4,
               column: 9,
              },
              end: Position {
               line: 4,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 4,
                column: 16,
               },
               end: Position {
                line: 4,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "usbrelayd",
              span: Span {
               start: Position {
                line: 4,
                column: 25,
               },
               end: Position {
                line: 4,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 7,
                column: 3,
               },
               end: Position {
                line: 7,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 7,
                column: 11,
               },
               end: Position {
                line: 7,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "usbrelayd",
              span: Span {
               start: Position {
                line: 7,
                column: 20,
               },
               end: Position {
                line: 7,
                column: 29,
               },
              },
             },
            ),
           ],
           to: With(
            With {
             expression: Identifier(
              Identifier {
               id: "types",
               span: Span {
                start: Position {
                 line: 7,
                 column: 37,
                },
                end: Position {
                 line: 7,
                 column: 42,
                },
               },
              },
             ),
             target: Map(
              Map {
               recursive: false,
               bindings: [
                KeyValue(
                 BindingKeyValue {
                  from: [
                   Raw(
                    PartRaw {
                     content: "enable",
                     span: Span {
                      start: Position {
                       line: 8,
                       column: 5,
                      },
                      end: Position {
                       line: 8,
                       column: 11,
                      },
                     },
                    },
                   ),
                  ],
                  to: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "mkEnableOption",
                      span: Span {
                       start: Position {
                        line: 8,
                        column: 14,
                       },
                       end: Position {
                        line: 8,
                        column: 28,
                       },
                      },
                     },
                    ),
                    arguments: [
                     FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 8,
                             column: 30,
                            },
                            end: Position {
                             line: 8,
                             column: 33,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mdDoc",
                            span: Span {
                             start: Position {
                              line: 8,
                              column: 34,
                             },
                             end: Position {
                              line: 8,
                              column: 39,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "USB Relay MQTT daemon",
                             span: Span {
                              start: Position {
                               line: 8,
                               column: 41,
                              },
                              end: Position {
                               line: 8,
                               column: 62,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 8,
                            column: 40,
                           },
                           end: Position {
                            line: 8,
                            column: 63,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                KeyValue(
                 BindingKeyValue {
                  from: [
                   Raw(
                    PartRaw {
                     content: "broker",
                     span: Span {
                      start: Position {
                       line: 10,
                       column: 5,
                      },
                      end: Position {
                       line: 10,
                       column: 11,
                      },
                     },
                    },
                   ),
                  ],
                  to: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "mkOption",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 14,
                       },
                       end: Position {
                        line: 10,
                        column: 22,
                       },
                      },
                     },
                    ),
                    arguments: [
                     Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "type",
                             span: Span {
                              start: Position {
                               line: 11,
                               column: 7,
                              },
                              end: Position {
                               line: 11,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                          to: Identifier(
                           Identifier {
                            id: "str",
                            span: Span {
                             start: Position {
                              line: 11,
                              column: 14,
                             },
                             end: Position {
                              line: 11,
                              column: 17,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "description",
                             span: Span {
                              start: Position {
                               line: 12,
                               column: 7,
                              },
                              end: Position {
                               line: 12,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 12,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 12,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "mdDoc",
                                 span: Span {
                                  start: Position {
                                   line: 12,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 12,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "Hostname or IP address of your MQTT Broker.",
                                  span: Span {
                                   start: Position {
                                    line: 12,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 12,
                                    column: 75,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 12,
                                 column: 31,
                                },
                                end: Position {
                                 line: 12,
                                 column: 76,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "default",
                             span: Span {
                              start: Position {
                               line: 13,
                               column: 7,
                              },
                              end: Position {
                               line: 13,
                               column: 14,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "127.0.0.1",
                               span: Span {
                                start: Position {
                                 line: 13,
                                 column: 18,
                                },
                                end: Position {
                                 line: 13,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 13,
                              column: 17,
                             },
                             end: Position {
                              line: 13,
                              column: 28,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "example",
                             span: Span {
                              start: Position {
                               line: 14,
                               column: 7,
                              },
                              end: Position {
                               line: 14,
                               column: 14,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "mqtt",
                                  span: Span {
                                   start: Position {
                                    line: 15,
                                    column: 10,
                                   },
                                   end: Position {
                                    line: 15,
                                    column: 14,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 15,
                                 column: 9,
                                },
                                end: Position {
                                 line: 15,
                                 column: 15,
                                },
                               },
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "192.168.1.1",
                                  span: Span {
                                   start: Position {
                                    line: 16,
                                    column: 10,
                                   },
                                   end: Position {
                                    line: 16,
                                    column: 21,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 16,
                                 column: 9,
                                },
                                end: Position {
                                 line: 16,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 14,
                              column: 17,
                             },
                             end: Position {
                              line: 17,
                              column: 8,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 10,
                         column: 23,
                        },
                        end: Position {
                         line: 18,
                         column: 6,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                KeyValue(
                 BindingKeyValue {
                  from: [
                   Raw(
                    PartRaw {
                     content: "clientName",
                     span: Span {
                      start: Position {
                       line: 20,
                       column: 5,
                      },
                      end: Position {
                       line: 20,
                       column: 15,
                      },
                     },
                    },
                   ),
                  ],
                  to: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "mkOption",
                      span: Span {
                       start: Position {
                        line: 20,
                        column: 18,
                       },
                       end: Position {
                        line: 20,
                        column: 26,
                       },
                      },
                     },
                    ),
                    arguments: [
                     Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "type",
                             span: Span {
                              start: Position {
                               line: 21,
                               column: 7,
                              },
                              end: Position {
                               line: 21,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                          to: Identifier(
                           Identifier {
                            id: "str",
                            span: Span {
                             start: Position {
                              line: 21,
                              column: 14,
                             },
                             end: Position {
                              line: 21,
                              column: 17,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "description",
                             span: Span {
                              start: Position {
                               line: 22,
                               column: 7,
                              },
                              end: Position {
                               line: 22,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 22,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "mdDoc",
                                 span: Span {
                                  start: Position {
                                   line: 22,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 22,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "Name, your client connects as.",
                                  span: Span {
                                   start: Position {
                                    line: 22,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 22,
                                    column: 62,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 22,
                                 column: 31,
                                },
                                end: Position {
                                 line: 22,
                                 column: 63,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "default",
                             span: Span {
                              start: Position {
                               line: 23,
                               column: 7,
                              },
                              end: Position {
                               line: 23,
                               column: 14,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "MyUSBRelay",
                               span: Span {
                                start: Position {
                                 line: 23,
                                 column: 18,
                                },
                                end: Position {
                                 line: 23,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 23,
                              column: 17,
                             },
                             end: Position {
                              line: 23,
                              column: 29,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 20,
                         column: 27,
                        },
                        end: Position {
                         line: 24,
                         column: 6,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 7,
                 column: 44,
                },
                end: Position {
                 line: 25,
                 column: 4,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 7,
               column: 32,
              },
              end: Position {
               line: 25,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 27,
                column: 3,
               },
               end: Position {
                line: 27,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 27,
                 column: 12,
                },
                end: Position {
                 line: 27,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 27,
                    column: 17,
                   },
                   end: Position {
                    line: 27,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 27,
                     column: 21,
                    },
                    end: Position {
                     line: 27,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 29,
                        column: 5,
                       },
                       end: Position {
                        line: 29,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 29,
                        column: 17,
                       },
                       end: Position {
                        line: 29,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "usbrelayd.conf",
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 22,
                            },
                            end: Position {
                             line: 29,
                             column: 36,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 29,
                          column: 21,
                         },
                         end: Position {
                          line: 29,
                          column: 37,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "text",
                      span: Span {
                       start: Position {
                        line: 29,
                        column: 38,
                       },
                       end: Position {
                        line: 29,
                        column: 42,
                       },
                      },
                     },
                    ),
                   ],
                   to: IndentedString(
                    IndentedString {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "[MQTT]\nBROKER = ",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 1,
                         },
                         end: Position {
                          line: 31,
                          column: 16,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 31,
                              column: 18,
                             },
                             end: Position {
                              line: 31,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "broker",
                             span: Span {
                              start: Position {
                               line: 31,
                               column: 22,
                              },
                              end: Position {
                               line: 31,
                               column: 28,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "\nCLIENTNAME = ",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 1,
                         },
                         end: Position {
                          line: 32,
                          column: 20,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 32,
                              column: 22,
                             },
                             end: Position {
                              line: 32,
                              column: 25,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "clientName",
                             span: Span {
                              start: Position {
                               line: 32,
                               column: 26,
                              },
                              end: Position {
                               line: 32,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "\n",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 1,
                         },
                         end: Position {
                          line: 33,
                          column: 5,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 29,
                       column: 45,
                      },
                      end: Position {
                       line: 33,
                       column: 7,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 5,
                       },
                       end: Position {
                        line: 35,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "udev",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 14,
                       },
                       end: Position {
                        line: 35,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "packages",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 19,
                       },
                       end: Position {
                        line: 35,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 32,
                           },
                           end: Position {
                            line: 35,
                            column: 36,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "usbrelayd",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 37,
                            },
                            end: Position {
                             line: 35,
                             column: 46,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 35,
                       column: 30,
                      },
                      end: Position {
                       line: 35,
                       column: 48,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 36,
                        column: 5,
                       },
                       end: Position {
                        line: 36,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "packages",
                      span: Span {
                       start: Position {
                        line: 36,
                        column: 13,
                       },
                       end: Position {
                        line: 36,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 36,
                            column: 26,
                           },
                           end: Position {
                            line: 36,
                            column: 30,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "usbrelayd",
                           span: Span {
                            start: Position {
                             line: 36,
                             column: 31,
                            },
                            end: Position {
                             line: 36,
                             column: 40,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 36,
                       column: 24,
                      },
                      end: Position {
                       line: 36,
                       column: 42,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 37,
                        column: 5,
                       },
                       end: Position {
                        line: 37,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 37,
                        column: 11,
                       },
                       end: Position {
                        line: 37,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "usbrelay",
                      span: Span {
                       start: Position {
                        line: 37,
                        column: 18,
                       },
                       end: Position {
                        line: 37,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [],
                     span: Span {
                      start: Position {
                       line: 37,
                       column: 29,
                      },
                      end: Position {
                       line: 37,
                       column: 32,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 27,
                  column: 28,
                 },
                 end: Position {
                  line: 38,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 40,
                column: 3,
               },
               end: Position {
                line: 40,
                column: 7,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "maintainers",
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 5,
                    },
                    end: Position {
                     line: 41,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: With(
                 With {
                  expression: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 41,
                        column: 24,
                       },
                       end: Position {
                        line: 41,
                        column: 27,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "maintainers",
                       span: Span {
                        start: Position {
                         line: 41,
                         column: 28,
                        },
                        end: Position {
                         line: 41,
                         column: 39,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  target: List(
                   List {
                    elements: [
                     Identifier(
                      Identifier {
                       id: "wentasah",
                       span: Span {
                        start: Position {
                         line: 41,
                         column: 43,
                        },
                        end: Position {
                         line: 41,
                         column: 51,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 41,
                      column: 41,
                     },
                     end: Position {
                      line: 41,
                      column: 53,
                     },
                    },
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 41,
                    column: 19,
                   },
                   end: Position {
                    line: 41,
                    column: 53,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 40,
               column: 10,
              },
              end: Position {
               line: 42,
               column: 4,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 6,
          column: 1,
         },
         end: Position {
          line: 43,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 3,
        column: 1,
       },
       end: Position {
        line: 43,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 2,
      column: 1,
     },
     end: Position {
      line: 43,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 43,
    column: 2,
   },
  },
 },
)