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: 5,
              column: 5,
             },
             end: Position {
              line: 5,
              column: 8,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 5,
               column: 11,
              },
              end: Position {
               line: 5,
               column: 17,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 5,
                column: 18,
               },
               end: Position {
                line: 5,
                column: 26,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "hardware",
              span: Span {
               start: Position {
                line: 5,
                column: 27,
               },
               end: Position {
                line: 5,
                column: 35,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "pommed",
              span: Span {
               start: Position {
                line: 5,
                column: 36,
               },
               end: Position {
                line: 5,
                column: 42,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "defaultConf",
            span: Span {
             start: Position {
              line: 6,
              column: 5,
             },
             end: Position {
              line: 6,
              column: 16,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "pkgs",
                  span: Span {
                   start: Position {
                    line: 6,
                    column: 22,
                   },
                   end: Position {
                    line: 6,
                    column: 26,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "pommed_light",
                   span: Span {
                    start: Position {
                     line: 6,
                     column: 27,
                    },
                    end: Position {
                     line: 6,
                     column: 39,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "/etc/pommed.conf.mactel",
              span: Span {
               start: Position {
                line: 6,
                column: 20,
               },
               end: Position {
                line: 6,
                column: 63,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 6,
             column: 19,
            },
            end: Position {
             line: 6,
             column: 64,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 9,
                column: 3,
               },
               end: Position {
                line: 9,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 5,
                    },
                    end: Position {
                     line: 11,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "hardware",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 14,
                    },
                    end: Position {
                     line: 11,
                     column: 22,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "pommed",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 23,
                    },
                    end: Position {
                     line: 11,
                     column: 29,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 7,
                         },
                         end: Position {
                          line: 13,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 13,
                           column: 16,
                          },
                          end: Position {
                           line: 13,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 14,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 14,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 14,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 14,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 14,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 14,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 15,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 15,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 15,
                                 column: 19,
                                },
                                end: Position {
                                 line: 15,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 16,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 16,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 16,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 16,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 16,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to use the pommed tool to handle Apple laptop\nkeyboard hotkeys.\n",
                                     span: Span {
                                      start: Position {
                                       line: 17,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 19,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 16,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 13,
                            column: 25,
                           },
                           end: Position {
                            line: 20,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "configFile",
                        span: Span {
                         start: Position {
                          line: 22,
                          column: 7,
                         },
                         end: Position {
                          line: 22,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 22,
                           column: 20,
                          },
                          end: Position {
                           line: 22,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 23,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 23,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 23,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 23,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 23,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 23,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 23,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 23,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 24,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 24,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 24,
                                 column: 19,
                                },
                                end: Position {
                                 line: 24,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           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: "The path to the {file}`pommed.conf` file. Leave\nto null to use the default config file\n({file}`/etc/pommed.conf.mactel`). See the\nfiles {file}`/etc/pommed.conf.mactel` and\n{file}`/etc/pommed.conf.pmac` for examples to\nbuild on.\n",
                                     span: Span {
                                      start: Position {
                                       line: 26,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 32,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 22,
                            column: 29,
                           },
                           end: Position {
                            line: 33,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 11,
                    column: 32,
                   },
                   end: Position {
                    line: 34,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 9,
               column: 13,
              },
              end: Position {
               line: 36,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 38,
                column: 3,
               },
               end: Position {
                line: 38,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 38,
                 column: 12,
                },
                end: Position {
                 line: 38,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 38,
                    column: 17,
                   },
                   end: Position {
                    line: 38,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 21,
                    },
                    end: Position {
                     line: 38,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 39,
                        column: 5,
                       },
                       end: Position {
                        line: 39,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 39,
                        column: 17,
                       },
                       end: Position {
                        line: 39,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 39,
                            column: 36,
                           },
                           end: Position {
                            line: 39,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "polkit",
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 41,
                            },
                            end: Position {
                             line: 39,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 39,
                            column: 48,
                           },
                           end: Position {
                            line: 39,
                            column: 52,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "pommed_light",
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 53,
                            },
                            end: Position {
                             line: 39,
                             column: 65,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 39,
                       column: 34,
                      },
                      end: Position {
                       line: 39,
                       column: 67,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 41,
                        column: 5,
                       },
                       end: Position {
                        line: 41,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 41,
                        column: 17,
                       },
                       end: Position {
                        line: 41,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "pommed.conf",
                           span: Span {
                            start: Position {
                             line: 41,
                             column: 22,
                            },
                            end: Position {
                             line: 41,
                             column: 33,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 41,
                          column: 21,
                         },
                         end: Position {
                          line: 41,
                          column: 34,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "source",
                      span: Span {
                       start: Position {
                        line: 41,
                        column: 35,
                       },
                       end: Position {
                        line: 41,
                        column: 41,
                       },
                      },
                     },
                    ),
                   ],
                   to: IfThenElse(
                    IfThenElse {
                     predicate: BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 42,
                             column: 10,
                            },
                            end: Position {
                             line: 42,
                             column: 13,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "configFile",
                            span: Span {
                             start: Position {
                              line: 42,
                              column: 14,
                             },
                             end: Position {
                              line: 42,
                              column: 24,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: EqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 42,
                           column: 28,
                          },
                          end: Position {
                           line: 42,
                           column: 32,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     then: Identifier(
                      Identifier {
                       id: "defaultConf",
                       span: Span {
                        start: Position {
                         line: 42,
                         column: 38,
                        },
                        end: Position {
                         line: 42,
                         column: 49,
                        },
                       },
                      },
                     ),
                     else_: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 42,
                           column: 55,
                          },
                          end: Position {
                           line: 42,
                           column: 58,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "configFile",
                          span: Span {
                           start: Position {
                            line: 42,
                            column: 59,
                           },
                           end: Position {
                            line: 42,
                            column: 69,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 42,
                       column: 7,
                      },
                      end: Position {
                       line: 42,
                       column: 69,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 44,
                        column: 5,
                       },
                       end: Position {
                        line: 44,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 44,
                        column: 13,
                       },
                       end: Position {
                        line: 44,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "pommed",
                      span: Span {
                       start: Position {
                        line: 44,
                        column: 22,
                       },
                       end: Position {
                        line: 44,
                        column: 28,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 45,
                             column: 7,
                            },
                            end: Position {
                             line: 45,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Pommed Apple Hotkeys Daemon",
                             span: Span {
                              start: Position {
                               line: 45,
                               column: 22,
                              },
                              end: Position {
                               line: 45,
                               column: 49,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 45,
                            column: 21,
                           },
                           end: Position {
                            line: 45,
                            column: 50,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 46,
                             column: 7,
                            },
                            end: Position {
                             line: 46,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 46,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 46,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 46,
                               column: 20,
                              },
                              end: Position {
                               line: 46,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 46,
                            column: 18,
                           },
                           end: Position {
                            line: 46,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "script",
                           span: Span {
                            start: Position {
                             line: 47,
                             column: 7,
                            },
                            end: Position {
                             line: 47,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 47,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 47,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "pommed_light",
                                  span: Span {
                                   start: Position {
                                    line: 47,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 47,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/pommed -f",
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 17,
                              },
                              end: Position {
                               line: 47,
                               column: 51,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 16,
                           },
                           end: Position {
                            line: 47,
                            column: 52,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 44,
                       column: 31,
                      },
                      end: Position {
                       line: 48,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 38,
                  column: 28,
                 },
                 end: Position {
                  line: 49,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 7,
          column: 4,
         },
         end: Position {
          line: 50,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 50,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 50,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 50,
    column: 2,
   },
  },
 },
)