Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "hardware",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "deviceTree",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 35,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "overlayType",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 14,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "types",
               span: Span {
                start: Position {
                 line: 8,
                 column: 17,
                },
                end: Position {
                 line: 8,
                 column: 22,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "submodule",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 23,
                 },
                 end: Position {
                  line: 8,
                  column: 32,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "options",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 5,
                     },
                     end: Position {
                      line: 9,
                      column: 12,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "name",
                         span: Span {
                          start: Position {
                           line: 10,
                           column: 7,
                          },
                          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: 9,
                                  },
                                  end: Position {
                                   line: 11,
                                   column: 13,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 11,
                                    column: 16,
                                   },
                                   end: Position {
                                    line: 11,
                                    column: 21,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "str",
                                   span: Span {
                                    start: Position {
                                     line: 11,
                                     column: 22,
                                    },
                                    end: Position {
                                     line: 11,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 12,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 12,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "lib",
                                    span: Span {
                                     start: Position {
                                      line: 12,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 12,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "mdDoc",
                                     span: Span {
                                      start: Position {
                                       line: 12,
                                       column: 27,
                                      },
                                      end: Position {
                                       line: 12,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 IndentedString(
                                  IndentedString {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "Name of this overlay\n",
                                      span: Span {
                                       start: Position {
                                        line: 13,
                                        column: 1,
                                       },
                                       end: Position {
                                        line: 14,
                                        column: 9,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 12,
                                     column: 33,
                                    },
                                    end: Position {
                                     line: 14,
                                     column: 11,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 10,
                             column: 23,
                            },
                            end: Position {
                             line: 15,
                             column: 8,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "filter",
                         span: Span {
                          start: Position {
                           line: 17,
                           column: 7,
                          },
                          end: Position {
                           line: 17,
                           column: 13,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mkOption",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 16,
                           },
                           end: Position {
                            line: 17,
                            column: 24,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "type",
                                 span: Span {
                                  start: Position {
                                   line: 18,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 18,
                                   column: 13,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 18,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 18,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "nullOr",
                                     span: Span {
                                      start: Position {
                                       line: 18,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 18,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "types",
                                     span: Span {
                                      start: Position {
                                       line: 18,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 18,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "str",
                                      span: Span {
                                       start: Position {
                                        line: 18,
                                        column: 35,
                                       },
                                       end: Position {
                                        line: 18,
                                        column: 38,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "default",
                                 span: Span {
                                  start: Position {
                                   line: 19,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 19,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "null",
                                span: Span {
                                 start: Position {
                                  line: 19,
                                  column: 19,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "example",
                                 span: Span {
                                  start: Position {
                                   line: 20,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 20,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "*rpi*.dtb",
                                   span: Span {
                                    start: Position {
                                     line: 20,
                                     column: 20,
                                    },
                                    end: Position {
                                     line: 20,
                                     column: 29,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 19,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 21,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 21,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "lib",
                                    span: Span {
                                     start: Position {
                                      line: 21,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 21,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "mdDoc",
                                     span: Span {
                                      start: Position {
                                       line: 21,
                                       column: 27,
                                      },
                                      end: Position {
                                       line: 21,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 IndentedString(
                                  IndentedString {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "Only apply to .dtb files matching glob expression.\n",
                                      span: Span {
                                       start: Position {
                                        line: 22,
                                        column: 1,
                                       },
                                       end: Position {
                                        line: 23,
                                        column: 9,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 21,
                                     column: 33,
                                    },
                                    end: Position {
                                     line: 23,
                                     column: 11,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 17,
                             column: 25,
                            },
                            end: Position {
                             line: 24,
                             column: 8,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "dtsFile",
                         span: Span {
                          start: Position {
                           line: 26,
                           column: 7,
                          },
                          end: Position {
                           line: 26,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mkOption",
                          span: Span {
                           start: Position {
                            line: 26,
                            column: 17,
                           },
                           end: Position {
                            line: 26,
                            column: 25,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "type",
                                 span: Span {
                                  start: Position {
                                   line: 27,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 27,
                                   column: 13,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 27,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 27,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "nullOr",
                                     span: Span {
                                      start: Position {
                                       line: 27,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 27,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "types",
                                     span: Span {
                                      start: Position {
                                       line: 27,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 27,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "path",
                                      span: Span {
                                       start: Position {
                                        line: 27,
                                        column: 35,
                                       },
                                       end: Position {
                                        line: 27,
                                        column: 39,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 28,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 28,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "lib",
                                    span: Span {
                                     start: Position {
                                      line: 28,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 28,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "mdDoc",
                                     span: Span {
                                      start: Position {
                                       line: 28,
                                       column: 27,
                                      },
                                      end: Position {
                                       line: 28,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 IndentedString(
                                  IndentedString {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "Path to .dts overlay file, overlay is applied to\neach .dtb file matching \"compatible\" of the overlay.\n",
                                      span: Span {
                                       start: Position {
                                        line: 29,
                                        column: 1,
                                       },
                                       end: Position {
                                        line: 31,
                                        column: 9,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 33,
                                    },
                                    end: Position {
                                     line: 31,
                                     column: 11,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "default",
                                 span: Span {
                                  start: Position {
                                   line: 32,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 32,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "null",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 19,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "example",
                                 span: Span {
                                  start: Position {
                                   line: 33,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 33,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "literalExpression",
                                  span: Span {
                                   start: Position {
                                    line: 33,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 33,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "./dts/overlays.dts",
                                      span: Span {
                                       start: Position {
                                        line: 33,
                                        column: 38,
                                       },
                                       end: Position {
                                        line: 33,
                                        column: 56,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 33,
                                     column: 37,
                                    },
                                    end: Position {
                                     line: 33,
                                     column: 57,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 26,
                             column: 26,
                            },
                            end: Position {
                             line: 34,
                             column: 8,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "dtsText",
                         span: Span {
                          start: Position {
                           line: 36,
                           column: 7,
                          },
                          end: Position {
                           line: 36,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mkOption",
                          span: Span {
                           start: Position {
                            line: 36,
                            column: 17,
                           },
                           end: Position {
                            line: 36,
                            column: 25,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "type",
                                 span: Span {
                                  start: Position {
                                   line: 37,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 37,
                                   column: 13,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 37,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 37,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "nullOr",
                                     span: Span {
                                      start: Position {
                                       line: 37,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 37,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "types",
                                     span: Span {
                                      start: Position {
                                       line: 37,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 37,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "str",
                                      span: Span {
                                       start: Position {
                                        line: 37,
                                        column: 35,
                                       },
                                       end: Position {
                                        line: 37,
                                        column: 38,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "default",
                                 span: Span {
                                  start: Position {
                                   line: 38,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 38,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "null",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 19,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 39,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 39,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "lib",
                                    span: Span {
                                     start: Position {
                                      line: 39,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 39,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "mdDoc",
                                     span: Span {
                                      start: Position {
                                       line: 39,
                                       column: 27,
                                      },
                                      end: Position {
                                       line: 39,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 IndentedString(
                                  IndentedString {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "Literal DTS contents, overlay is applied to\neach .dtb file matching \"compatible\" of the overlay.\n",
                                      span: Span {
                                       start: Position {
                                        line: 40,
                                        column: 1,
                                       },
                                       end: Position {
                                        line: 42,
                                        column: 9,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 39,
                                     column: 33,
                                    },
                                    end: Position {
                                     line: 42,
                                     column: 11,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "example",
                                 span: Span {
                                  start: Position {
                                   line: 43,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 43,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "/dts-v1/;\n/plugin/;\n/ {\n        compatible = \"raspberrypi\";\n};\n&{/soc} {\n        pps {\n                compatible = \"pps-gpio\";\n                status = \"okay\";\n        };\n};\n",
                                   span: Span {
                                    start: Position {
                                     line: 44,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 55,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 43,
                                  column: 19,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 36,
                             column: 26,
                            },
                            end: Position {
                             line: 56,
                             column: 8,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "dtboFile",
                         span: Span {
                          start: Position {
                           line: 58,
                           column: 7,
                          },
                          end: Position {
                           line: 58,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mkOption",
                          span: Span {
                           start: Position {
                            line: 58,
                            column: 18,
                           },
                           end: Position {
                            line: 58,
                            column: 26,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "type",
                                 span: Span {
                                  start: Position {
                                   line: 59,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 59,
                                   column: 13,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 59,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 59,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "nullOr",
                                     span: Span {
                                      start: Position {
                                       line: 59,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "types",
                                     span: Span {
                                      start: Position {
                                       line: 59,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "path",
                                      span: Span {
                                       start: Position {
                                        line: 59,
                                        column: 35,
                                       },
                                       end: Position {
                                        line: 59,
                                        column: 39,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "default",
                                 span: Span {
                                  start: Position {
                                   line: 60,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 60,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "null",
                                span: Span {
                                 start: Position {
                                  line: 60,
                                  column: 19,
                                 },
                                 end: Position {
                                  line: 60,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 61,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 61,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "lib",
                                    span: Span {
                                     start: Position {
                                      line: 61,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 61,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "mdDoc",
                                     span: Span {
                                      start: Position {
                                       line: 61,
                                       column: 27,
                                      },
                                      end: Position {
                                       line: 61,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 IndentedString(
                                  IndentedString {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "Path to .dtbo compiled overlay file.\n",
                                      span: Span {
                                       start: Position {
                                        line: 62,
                                        column: 1,
                                       },
                                       end: Position {
                                        line: 63,
                                        column: 9,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 61,
                                     column: 33,
                                    },
                                    end: Position {
                                     line: 63,
                                     column: 11,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 58,
                             column: 27,
                            },
                            end: Position {
                             line: 64,
                             column: 8,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 15,
                    },
                    end: Position {
                     line: 65,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 33,
               },
               end: Position {
                line: 66,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "filterDTBs",
            span: Span {
             start: Position {
              line: 68,
              column: 3,
             },
             end: Position {
              line: 68,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "src",
            },
           ),
           body: IfThenElse(
            IfThenElse {
             predicate: FunctionApplication(
              FunctionApplication {
               function: Identifier(
                Identifier {
                 id: "isNull",
                 span: Span {
                  start: Position {
                   line: 68,
                   column: 24,
                  },
                  end: Position {
                   line: 68,
                   column: 30,
                  },
                 },
                },
               ),
               arguments: [
                PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 68,
                      column: 31,
                     },
                     end: Position {
                      line: 68,
                      column: 34,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "filter",
                     span: Span {
                      start: Position {
                       line: 68,
                       column: 35,
                      },
                      end: Position {
                       line: 68,
                       column: 41,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               ],
              },
             ),
             then: String(
              String_ {
               parts: [
                Interpolation(
                 PartInterpolation {
                  expression: Identifier(
                   Identifier {
                    id: "src",
                    span: Span {
                     start: Position {
                      line: 69,
                      column: 13,
                     },
                     end: Position {
                      line: 69,
                      column: 16,
                     },
                    },
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "/dtbs",
                  span: Span {
                   start: Position {
                    line: 69,
                    column: 11,
                   },
                   end: Position {
                    line: 69,
                    column: 22,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 69,
                 column: 10,
                },
                end: Position {
                 line: 69,
                 column: 23,
                },
               },
              },
             ),
             else_: FunctionApplication(
              FunctionApplication {
               function: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "pkgs",
                   span: Span {
                    start: Position {
                     line: 71,
                     column: 7,
                    },
                    end: Position {
                     line: 71,
                     column: 11,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "runCommand",
                    span: Span {
                     start: Position {
                      line: 71,
                      column: 12,
                     },
                     end: Position {
                      line: 71,
                      column: 22,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
               arguments: [
                String(
                 String_ {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "dtbs-filtered",
                     span: Span {
                      start: Position {
                       line: 71,
                       column: 24,
                      },
                      end: Position {
                       line: 71,
                       column: 37,
                      },
                     },
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 71,
                    column: 23,
                   },
                   end: Position {
                    line: 71,
                    column: 38,
                   },
                  },
                 },
                ),
                Map(
                 Map {
                  recursive: false,
                  bindings: [],
                  span: Span {
                   start: Position {
                    line: 71,
                    column: 39,
                   },
                   end: Position {
                    line: 71,
                    column: 41,
                   },
                  },
                 },
                ),
                IndentedString(
                 IndentedString {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "mkdir -p $out\ncd ",
                     span: Span {
                      start: Position {
                       line: 72,
                       column: 1,
                      },
                      end: Position {
                       line: 73,
                       column: 12,
                      },
                     },
                    },
                   ),
                   Interpolation(
                    PartInterpolation {
                     expression: Identifier(
                      Identifier {
                       id: "src",
                       span: Span {
                        start: Position {
                         line: 73,
                         column: 14,
                        },
                        end: Position {
                         line: 73,
                         column: 17,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "/dtbs\nfind . -type f -name ",
                     span: Span {
                      start: Position {
                       line: 72,
                       column: 1,
                      },
                      end: Position {
                       line: 74,
                       column: 30,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "'",
                     span: Span {
                      start: Position {
                       line: 72,
                       column: 1,
                      },
                      end: Position {
                       line: 74,
                       column: 31,
                      },
                     },
                    },
                   ),
                   Interpolation(
                    PartInterpolation {
                     expression: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 74,
                           column: 33,
                          },
                          end: Position {
                           line: 74,
                           column: 36,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "filter",
                          span: Span {
                           start: Position {
                            line: 74,
                            column: 37,
                           },
                           end: Position {
                            line: 74,
                            column: 43,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "' -print0 \\\n  | xargs -0 cp -v --no-preserve=mode --target-directory $out --parents\n",
                     span: Span {
                      start: Position {
                       line: 72,
                       column: 1,
                      },
                      end: Position {
                       line: 76,
                       column: 7,
                      },
                     },
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 71,
                    column: 42,
                   },
                   end: Position {
                    line: 76,
                    column: 9,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 68,
               column: 21,
              },
              end: Position {
               line: 76,
               column: 9,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 68,
             column: 16,
            },
            end: Position {
             line: 76,
             column: 9,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "filteredDTBs",
            span: Span {
             start: Position {
              line: 78,
              column: 3,
             },
             end: Position {
              line: 78,
              column: 15,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "filterDTBs",
             span: Span {
              start: Position {
               line: 78,
               column: 18,
              },
              end: Position {
               line: 78,
               column: 28,
              },
             },
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 78,
                  column: 29,
                 },
                 end: Position {
                  line: 78,
                  column: 32,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "kernelPackage",
                 span: Span {
                  start: Position {
                   line: 78,
                   column: 33,
                  },
                  end: Position {
                   line: 78,
                   column: 46,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "compileDTS",
            span: Span {
             start: Position {
              line: 82,
              column: 3,
             },
             end: Position {
              line: 82,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "name",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "f",
              },
             ),
             body: FunctionApplication(
              FunctionApplication {
               function: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "pkgs",
                   span: Span {
                    start: Position {
                     line: 82,
                     column: 25,
                    },
                    end: Position {
                     line: 82,
                     column: 29,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "callPackage",
                    span: Span {
                     start: Position {
                      line: 82,
                      column: 30,
                     },
                     end: Position {
                      line: 82,
                      column: 41,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
               arguments: [
                Function(
                 Function {
                  head: Destructured(
                   FunctionHeadDestructured {
                    ellipsis: false,
                    identifier: None,
                    arguments: [
                     FunctionHeadDestructuredArgument {
                      identifier: "stdenv",
                      default: None,
                     },
                     FunctionHeadDestructuredArgument {
                      identifier: "dtc",
                      default: None,
                     },
                    ],
                   },
                  ),
                  body: FunctionApplication(
                   FunctionApplication {
                    function: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "stdenv",
                        span: Span {
                         start: Position {
                          line: 82,
                          column: 59,
                         },
                         end: Position {
                          line: 82,
                          column: 65,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "mkDerivation",
                         span: Span {
                          start: Position {
                           line: 82,
                           column: 66,
                          },
                          end: Position {
                           line: 82,
                           column: 78,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    arguments: [
                     Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "name",
                             span: Span {
                              start: Position {
                               line: 83,
                               column: 5,
                              },
                              end: Position {
                               line: 83,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "name",
                                 span: Span {
                                  start: Position {
                                   line: 83,
                                   column: 15,
                                  },
                                  end: Position {
                                   line: 83,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "-dtbo",
                               span: Span {
                                start: Position {
                                 line: 83,
                                 column: 13,
                                },
                                end: Position {
                                 line: 83,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 83,
                              column: 12,
                             },
                             end: Position {
                              line: 83,
                              column: 26,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "nativeBuildInputs",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 5,
                              },
                              end: Position {
                               line: 85,
                               column: 22,
                              },
                             },
                            },
                           ),
                          ],
                          to: List(
                           List {
                            elements: [
                             Identifier(
                              Identifier {
                               id: "dtc",
                               span: Span {
                                start: Position {
                                 line: 85,
                                 column: 27,
                                },
                                end: Position {
                                 line: 85,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 85,
                              column: 25,
                             },
                             end: Position {
                              line: 85,
                              column: 32,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "buildCommand",
                             span: Span {
                              start: Position {
                               line: 87,
                               column: 5,
                              },
                              end: Position {
                               line: 87,
                               column: 17,
                              },
                             },
                            },
                           ),
                          ],
                          to: IndentedString(
                           IndentedString {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "$CC -E -nostdinc -I",
                               span: Span {
                                start: Position {
                                 line: 88,
                                 column: 1,
                                },
                                end: Position {
                                 line: 88,
                                 column: 26,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "getDev",
                                   span: Span {
                                    start: Position {
                                     line: 88,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 88,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 88,
                                        column: 35,
                                       },
                                       end: Position {
                                        line: 88,
                                        column: 38,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "kernelPackage",
                                       span: Span {
                                        start: Position {
                                         line: 88,
                                         column: 39,
                                        },
                                        end: Position {
                                         line: 88,
                                         column: 52,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/lib/modules/",
                               span: Span {
                                start: Position {
                                 line: 88,
                                 column: 1,
                                },
                                end: Position {
                                 line: 88,
                                 column: 66,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 88,
                                     column: 68,
                                    },
                                    end: Position {
                                     line: 88,
                                     column: 71,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "kernelPackage",
                                    span: Span {
                                     start: Position {
                                      line: 88,
                                      column: 72,
                                     },
                                     end: Position {
                                      line: 88,
                                      column: 85,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "modDirVersion",
                                    span: Span {
                                     start: Position {
                                      line: 88,
                                      column: 86,
                                     },
                                     end: Position {
                                      line: 88,
                                      column: 99,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/source/scripts/dtc/include-prefixes -undef -D__DTS__ -x assembler-with-cpp ",
                               span: Span {
                                start: Position {
                                 line: 88,
                                 column: 1,
                                },
                                end: Position {
                                 line: 88,
                                 column: 176,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "f",
                                 span: Span {
                                  start: Position {
                                   line: 88,
                                   column: 178,
                                  },
                                  end: Position {
                                   line: 88,
                                   column: 179,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: " | \\\n  dtc -I dts -O dtb -@ -o $out\n",
                               span: Span {
                                start: Position {
                                 line: 88,
                                 column: 1,
                                },
                                end: Position {
                                 line: 90,
                                 column: 5,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 87,
                              column: 20,
                             },
                             end: Position {
                              line: 90,
                              column: 7,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 82,
                         column: 79,
                        },
                        end: Position {
                         line: 91,
                         column: 4,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 82,
                    column: 42,
                   },
                   end: Position {
                    line: 91,
                    column: 4,
                   },
                  },
                 },
                ),
                Map(
                 Map {
                  recursive: false,
                  bindings: [],
                  span: Span {
                   start: Position {
                    line: 91,
                    column: 6,
                   },
                   end: Position {
                    line: 91,
                    column: 8,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 82,
               column: 22,
              },
              end: Position {
               line: 91,
               column: 8,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 82,
             column: 16,
            },
            end: Position {
             line: 91,
             column: 8,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "withDTBOs",
            span: Span {
             start: Position {
              line: 95,
              column: 3,
             },
             end: Position {
              line: 95,
              column: 12,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "xs",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "flip",
               span: Span {
                start: Position {
                 line: 95,
                 column: 19,
                },
                end: Position {
                 line: 95,
                 column: 23,
                },
               },
              },
             ),
             arguments: [
              Identifier(
               Identifier {
                id: "map",
                span: Span {
                 start: Position {
                  line: 95,
                  column: 24,
                 },
                 end: Position {
                  line: 95,
                  column: 27,
                 },
                },
               },
              ),
              Identifier(
               Identifier {
                id: "xs",
                span: Span {
                 start: Position {
                  line: 95,
                  column: 28,
                 },
                 end: Position {
                  line: 95,
                  column: 30,
                 },
                },
               },
              ),
              Function(
               Function {
                head: Simple(
                 FunctionHeadSimple {
                  identifier: "o",
                 },
                ),
                body: BinaryOperation(
                 BinaryOperation {
                  left: Identifier(
                   Identifier {
                    id: "o",
                    span: Span {
                     start: Position {
                      line: 95,
                      column: 35,
                     },
                     end: Position {
                      line: 95,
                      column: 36,
                     },
                    },
                   },
                  ),
                  operator: Update,
                  right: Map(
                   Map {
                    recursive: false,
                    bindings: [
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "dtboFile",
                          span: Span {
                           start: Position {
                            line: 95,
                            column: 42,
                           },
                           end: Position {
                            line: 95,
                            column: 50,
                           },
                          },
                         },
                        ),
                       ],
                       to: IfThenElse(
                        IfThenElse {
                         predicate: FunctionApplication(
                          FunctionApplication {
                           function: Identifier(
                            Identifier {
                             id: "isNull",
                             span: Span {
                              start: Position {
                               line: 96,
                               column: 8,
                              },
                              end: Position {
                               line: 96,
                               column: 14,
                              },
                             },
                            },
                           ),
                           arguments: [
                            PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "o",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 15,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "dtboFile",
                                 span: Span {
                                  start: Position {
                                   line: 96,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 96,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           ],
                          },
                         ),
                         then: IfThenElse(
                          IfThenElse {
                           predicate: UnaryOperation(
                            UnaryOperation {
                             operator: Not,
                             operand: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "isNull",
                                 span: Span {
                                  start: Position {
                                   line: 97,
                                   column: 11,
                                  },
                                  end: Position {
                                   line: 97,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "o",
                                    span: Span {
                                     start: Position {
                                      line: 97,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 97,
                                      column: 19,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "dtsFile",
                                     span: Span {
                                      start: Position {
                                       line: 97,
                                       column: 20,
                                      },
                                      end: Position {
                                       line: 97,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                             span: Span {
                              start: Position {
                               line: 97,
                               column: 10,
                              },
                              end: Position {
                               line: 97,
                               column: 27,
                              },
                             },
                            },
                           ),
                           then: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "compileDTS",
                               span: Span {
                                start: Position {
                                 line: 97,
                                 column: 33,
                                },
                                end: Position {
                                 line: 97,
                                 column: 43,
                                },
                               },
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "o",
                                  span: Span {
                                   start: Position {
                                    line: 97,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 97,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "name",
                                   span: Span {
                                    start: Position {
                                     line: 97,
                                     column: 46,
                                    },
                                    end: Position {
                                     line: 97,
                                     column: 50,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "o",
                                  span: Span {
                                   start: Position {
                                    line: 97,
                                    column: 51,
                                   },
                                   end: Position {
                                    line: 97,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "dtsFile",
                                   span: Span {
                                    start: Position {
                                     line: 97,
                                     column: 53,
                                    },
                                    end: Position {
                                     line: 97,
                                     column: 60,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                           else_: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "compileDTS",
                               span: Span {
                                start: Position {
                                 line: 98,
                                 column: 12,
                                },
                                end: Position {
                                 line: 98,
                                 column: 22,
                                },
                               },
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "o",
                                  span: Span {
                                   start: Position {
                                    line: 98,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 98,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "name",
                                   span: Span {
                                    start: Position {
                                     line: 98,
                                     column: 25,
                                    },
                                    end: Position {
                                     line: 98,
                                     column: 29,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 98,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 98,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "writeText",
                                     span: Span {
                                      start: Position {
                                       line: 98,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 98,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "dts",
                                      span: Span {
                                       start: Position {
                                        line: 98,
                                        column: 47,
                                       },
                                       end: Position {
                                        line: 98,
                                        column: 50,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 98,
                                     column: 46,
                                    },
                                    end: Position {
                                     line: 98,
                                     column: 51,
                                    },
                                   },
                                  },
                                 ),
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "o",
                                     span: Span {
                                      start: Position {
                                       line: 98,
                                       column: 52,
                                      },
                                      end: Position {
                                       line: 98,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "dtsText",
                                      span: Span {
                                       start: Position {
                                        line: 98,
                                        column: 54,
                                       },
                                       end: Position {
                                        line: 98,
                                        column: 61,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             ],
                            },
                           ),
                           span: Span {
                            start: Position {
                             line: 97,
                             column: 7,
                            },
                            end: Position {
                             line: 98,
                             column: 62,
                            },
                           },
                          },
                         ),
                         else_: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "o",
                             span: Span {
                              start: Position {
                               line: 99,
                               column: 10,
                              },
                              end: Position {
                               line: 99,
                               column: 11,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "dtboFile",
                              span: Span {
                               start: Position {
                                line: 99,
                                column: 12,
                               },
                               end: Position {
                                line: 99,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         span: Span {
                          start: Position {
                           line: 96,
                           column: 5,
                          },
                          end: Position {
                           line: 99,
                           column: 20,
                          },
                         },
                        },
                       ),
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 95,
                      column: 40,
                     },
                     end: Position {
                      line: 99,
                      column: 23,
                     },
                    },
                   },
                  ),
                 },
                ),
                span: Span {
                 start: Position {
                  line: 95,
                  column: 32,
                 },
                 end: Position {
                  line: 99,
                  column: 23,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 95,
             column: 15,
            },
            end: Position {
             line: 99,
             column: 25,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "imports",
              span: Span {
               start: Position {
                line: 103,
                column: 3,
               },
               end: Position {
                line: 103,
                column: 10,
               },
              },
             },
            ),
           ],
           to: List(
            List {
             elements: [
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRemovedOptionModule",
                  span: Span {
                   start: Position {
                    line: 104,
                    column: 6,
                   },
                   end: Position {
                    line: 104,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "hardware",
                         span: Span {
                          start: Position {
                           line: 104,
                           column: 31,
                          },
                          end: Position {
                           line: 104,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 104,
                        column: 30,
                       },
                       end: Position {
                        line: 104,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "deviceTree",
                         span: Span {
                          start: Position {
                           line: 104,
                           column: 42,
                          },
                          end: Position {
                           line: 104,
                           column: 52,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 104,
                        column: 41,
                       },
                       end: Position {
                        line: 104,
                        column: 53,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "base",
                         span: Span {
                          start: Position {
                           line: 104,
                           column: 55,
                          },
                          end: Position {
                           line: 104,
                           column: 59,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 104,
                        column: 54,
                       },
                       end: Position {
                        line: 104,
                        column: 60,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 104,
                     column: 28,
                    },
                    end: Position {
                     line: 104,
                     column: 62,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Use hardware.deviceTree.kernelPackage instead",
                      span: Span {
                       start: Position {
                        line: 104,
                        column: 64,
                       },
                       end: Position {
                        line: 104,
                        column: 109,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 104,
                     column: 63,
                    },
                    end: Position {
                     line: 104,
                     column: 110,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 103,
               column: 13,
              },
              end: Position {
               line: 105,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 107,
                column: 3,
               },
               end: Position {
                line: 107,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "hardware",
                   span: Span {
                    start: Position {
                     line: 108,
                     column: 7,
                    },
                    end: Position {
                     line: 108,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "deviceTree",
                   span: Span {
                    start: Position {
                     line: 108,
                     column: 16,
                    },
                    end: Position {
                     line: 108,
                     column: 26,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 109,
                          column: 9,
                         },
                         end: Position {
                          line: 109,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 109,
                           column: 18,
                          },
                          end: Position {
                           line: 109,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 110,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 110,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 110,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stdenv",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "hostPlatform",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "linux-kernel",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 46,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 58,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "DTB",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 59,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 62,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: Some(
                                Identifier(
                                 Identifier {
                                  id: "false",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 66,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                               ),
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 111,
                                   column: 18,
                                  },
                                  end: Position {
                                   line: 111,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 112,
                                     column: 25,
                                    },
                                    end: Position {
                                     line: 112,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 112,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 112,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Build device tree files. These are used to describe the\nnon-discoverable hardware of a system.\n",
                                     span: Span {
                                      start: Position {
                                       line: 113,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 115,
                                       column: 11,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 112,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 115,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 109,
                            column: 27,
                           },
                           end: Position {
                            line: 116,
                            column: 10,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "kernelPackage",
                        span: Span {
                         start: Position {
                          line: 118,
                          column: 9,
                         },
                         end: Position {
                          line: 118,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 118,
                           column: 25,
                          },
                          end: Position {
                           line: 118,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 119,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "config",
                                 span: Span {
                                  start: Position {
                                   line: 119,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 119,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "boot",
                                  span: Span {
                                   start: Position {
                                    line: 119,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 119,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "kernelPackages",
                                  span: Span {
                                   start: Position {
                                    line: 119,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 119,
                                    column: 47,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "kernel",
                                  span: Span {
                                   start: Position {
                                    line: 119,
                                    column: 48,
                                   },
                                   end: Position {
                                    line: 119,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 120,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 120,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 120,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 120,
                                   column: 42,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "config.boot.kernelPackages.kernel",
                                     span: Span {
                                      start: Position {
                                       line: 120,
                                       column: 44,
                                      },
                                      end: Position {
                                       line: 120,
                                       column: 77,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 120,
                                    column: 43,
                                   },
                                   end: Position {
                                    line: 120,
                                    column: 78,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 121,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 121,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 121,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 121,
                                   column: 38,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.linux_latest",
                                     span: Span {
                                      start: Position {
                                       line: 121,
                                       column: 40,
                                      },
                                      end: Position {
                                       line: 121,
                                       column: 57,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 58,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 122,
                                   column: 18,
                                  },
                                  end: Position {
                                   line: 122,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 122,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 123,
                                     column: 25,
                                    },
                                    end: Position {
                                     line: 123,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 123,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 123,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Kernel package containing the base device-tree (.dtb) to boot. Uses\ndevice trees bundled with the Linux kernel by default.\n",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 126,
                                       column: 11,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 123,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 126,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 118,
                            column: 34,
                           },
                           end: Position {
                            line: 127,
                            column: 10,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "name",
                        span: Span {
                         start: Position {
                          line: 129,
                          column: 9,
                         },
                         end: Position {
                          line: 129,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 129,
                           column: 16,
                          },
                          end: Position {
                           line: 129,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 130,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 130,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 130,
                                 column: 21,
                                },
                                end: Position {
                                 line: 130,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 131,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 131,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "some-dtb.dtb",
                                  span: Span {
                                   start: Position {
                                    line: 131,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 131,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 131,
                                 column: 21,
                                },
                                end: Position {
                                 line: 131,
                                 column: 35,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 132,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 132,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 132,
                                     column: 18,
                                    },
                                    end: Position {
                                     line: 132,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 132,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 132,
                                      column: 30,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 132,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 132,
                                      column: 36,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 132,
                                       column: 37,
                                      },
                                      end: Position {
                                       line: 132,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 133,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 133,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 133,
                                     column: 25,
                                    },
                                    end: Position {
                                     line: 133,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 133,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 133,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The name of an explicit dtb to be loaded, relative to the dtb base.\nUseful in extlinux scenarios if the bootloader doesn't pick the\nright .dtb file from FDTDIR.\n",
                                     span: Span {
                                      start: Position {
                                       line: 134,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 137,
                                       column: 11,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 133,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 137,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 129,
                            column: 25,
                           },
                           end: Position {
                            line: 138,
                            column: 10,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "filter",
                        span: Span {
                         start: Position {
                          line: 140,
                          column: 9,
                         },
                         end: Position {
                          line: 140,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 140,
                           column: 18,
                          },
                          end: Position {
                           line: 140,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 141,
                                     column: 18,
                                    },
                                    end: Position {
                                     line: 141,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 141,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 141,
                                      column: 30,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 141,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 141,
                                      column: 36,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 37,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 142,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 142,
                                 column: 21,
                                },
                                end: Position {
                                 line: 142,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 143,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 143,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "*rpi*.dtb",
                                  span: Span {
                                   start: Position {
                                    line: 143,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 143,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 143,
                                 column: 21,
                                },
                                end: Position {
                                 line: 143,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 144,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 144,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 144,
                                     column: 25,
                                    },
                                    end: Position {
                                     line: 144,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Only include .dtb files matching glob expression.\n",
                                     span: Span {
                                      start: Position {
                                       line: 145,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 146,
                                       column: 11,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 144,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 146,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 140,
                            column: 27,
                           },
                           end: Position {
                            line: 147,
                            column: 10,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "overlays",
                        span: Span {
                         start: Position {
                          line: 149,
                          column: 9,
                         },
                         end: Position {
                          line: 149,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 149,
                           column: 20,
                          },
                          end: Position {
                           line: 149,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 150,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 150,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 150,
                                 column: 21,
                                },
                                end: Position {
                                 line: 150,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 151,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 151,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 151,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 151,
                                   column: 38,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "[\n  { name = \"pps\"; dtsFile = ./dts/pps.dts; }\n  { name = \"spi\";\n    dtsText = \"...\";\n  }\n  { name = \"precompiled\"; dtboFile = ./dtbos/example.dtbo; }\n]\n",
                                     span: Span {
                                      start: Position {
                                       line: 152,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 159,
                                       column: 11,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 151,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 159,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 160,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 160,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 160,
                                     column: 18,
                                    },
                                    end: Position {
                                     line: 160,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 160,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 160,
                                      column: 30,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 160,
                                        column: 32,
                                       },
                                       end: Position {
                                        line: 160,
                                        column: 37,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "coercedTo",
                                       span: Span {
                                        start: Position {
                                         line: 160,
                                         column: 38,
                                        },
                                        end: Position {
                                         line: 160,
                                         column: 47,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "types",
                                       span: Span {
                                        start: Position {
                                         line: 160,
                                         column: 48,
                                        },
                                        end: Position {
                                         line: 160,
                                         column: 53,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "path",
                                        span: Span {
                                         start: Position {
                                          line: 160,
                                          column: 54,
                                         },
                                         end: Position {
                                          line: 160,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   Function(
                                    Function {
                                     head: Simple(
                                      FunctionHeadSimple {
                                       identifier: "path",
                                      },
                                     ),
                                     body: Map(
                                      Map {
                                       recursive: false,
                                       bindings: [
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "name",
                                             span: Span {
                                              start: Position {
                                               line: 161,
                                               column: 13,
                                              },
                                              end: Position {
                                               line: 161,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "baseNameOf",
                                              span: Span {
                                               start: Position {
                                                line: 161,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 161,
                                                column: 30,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Identifier(
                                              Identifier {
                                               id: "path",
                                               span: Span {
                                                start: Position {
                                                 line: 161,
                                                 column: 31,
                                                },
                                                end: Position {
                                                 line: 161,
                                                 column: 35,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "filter",
                                             span: Span {
                                              start: Position {
                                               line: 162,
                                               column: 13,
                                              },
                                              end: Position {
                                               line: 162,
                                               column: 19,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: Identifier(
                                           Identifier {
                                            id: "null",
                                            span: Span {
                                             start: Position {
                                              line: 162,
                                              column: 22,
                                             },
                                             end: Position {
                                              line: 162,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "dtboFile",
                                             span: Span {
                                              start: Position {
                                               line: 163,
                                               column: 13,
                                              },
                                              end: Position {
                                               line: 163,
                                               column: 21,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: Identifier(
                                           Identifier {
                                            id: "path",
                                            span: Span {
                                             start: Position {
                                              line: 163,
                                              column: 24,
                                             },
                                             end: Position {
                                              line: 163,
                                              column: 28,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 160,
                                         column: 66,
                                        },
                                        end: Position {
                                         line: 164,
                                         column: 12,
                                        },
                                       },
                                      },
                                     ),
                                     span: Span {
                                      start: Position {
                                       line: 160,
                                       column: 60,
                                      },
                                      end: Position {
                                       line: 164,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                   Identifier(
                                    Identifier {
                                     id: "overlayType",
                                     span: Span {
                                      start: Position {
                                       line: 164,
                                       column: 14,
                                      },
                                      end: Position {
                                       line: 164,
                                       column: 25,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 165,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 165,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 165,
                                     column: 25,
                                    },
                                    end: Position {
                                     line: 165,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 165,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 165,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "List of overlays to apply to base device-tree (.dtb) files.\n",
                                     span: Span {
                                      start: Position {
                                       line: 166,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 167,
                                       column: 11,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 165,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 167,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 149,
                            column: 29,
                           },
                           end: Position {
                            line: 168,
                            column: 10,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "package",
                        span: Span {
                         start: Position {
                          line: 170,
                          column: 9,
                         },
                         end: Position {
                          line: 170,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 170,
                           column: 19,
                          },
                          end: Position {
                           line: 170,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 171,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 171,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 171,
                                 column: 21,
                                },
                                end: Position {
                                 line: 171,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 172,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 172,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 172,
                                     column: 18,
                                    },
                                    end: Position {
                                     line: 172,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 172,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 172,
                                      column: 30,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 172,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 172,
                                      column: 36,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 172,
                                       column: 37,
                                      },
                                      end: Position {
                                       line: 172,
                                       column: 41,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "internal",
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 173,
                                 column: 22,
                                },
                                end: Position {
                                 line: 173,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 174,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 174,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 174,
                                     column: 25,
                                    },
                                    end: Position {
                                     line: 174,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 174,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 174,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "A path containing the result of applying `overlays` to `kernelPackage`.\n",
                                     span: Span {
                                      start: Position {
                                       line: 175,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 176,
                                       column: 11,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 176,
                                    column: 13,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 170,
                            column: 28,
                           },
                           end: Position {
                            line: 177,
                            column: 10,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 108,
                    column: 29,
                   },
                   end: Position {
                    line: 178,
                    column: 8,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 107,
               column: 13,
              },
              end: Position {
               line: 179,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 181,
                column: 3,
               },
               end: Position {
                line: 181,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 181,
                 column: 12,
                },
                end: Position {
                 line: 181,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 181,
                    column: 18,
                   },
                   end: Position {
                    line: 181,
                    column: 21,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 181,
                     column: 22,
                    },
                    end: Position {
                     line: 181,
                     column: 28,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "assertions",
                      span: Span {
                       start: Position {
                        line: 183,
                        column: 5,
                       },
                       end: Position {
                        line: 183,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: LetIn(
                    LetIn {
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "invalidOverlay",
                           span: Span {
                            start: Position {
                             line: 184,
                             column: 7,
                            },
                            end: Position {
                             line: 184,
                             column: 21,
                            },
                           },
                          },
                         ),
                        ],
                        to: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "o",
                           },
                          ),
                          body: BinaryOperation(
                           BinaryOperation {
                            left: BinaryOperation(
                             BinaryOperation {
                              left: FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "isNull",
                                  span: Span {
                                   start: Position {
                                    line: 184,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 184,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "o",
                                     span: Span {
                                      start: Position {
                                       line: 184,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 184,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "dtsFile",
                                      span: Span {
                                       start: Position {
                                        line: 184,
                                        column: 36,
                                       },
                                       end: Position {
                                        line: 184,
                                        column: 43,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                              operator: LogicalAnd,
                              right: FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "isNull",
                                  span: Span {
                                   start: Position {
                                    line: 184,
                                    column: 47,
                                   },
                                   end: Position {
                                    line: 184,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "o",
                                     span: Span {
                                      start: Position {
                                       line: 184,
                                       column: 54,
                                      },
                                      end: Position {
                                       line: 184,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "dtsText",
                                      span: Span {
                                       start: Position {
                                        line: 184,
                                        column: 56,
                                       },
                                       end: Position {
                                        line: 184,
                                        column: 63,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             },
                            ),
                            operator: LogicalAnd,
                            right: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "isNull",
                                span: Span {
                                 start: Position {
                                  line: 184,
                                  column: 67,
                                 },
                                 end: Position {
                                  line: 184,
                                  column: 73,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "o",
                                   span: Span {
                                    start: Position {
                                     line: 184,
                                     column: 74,
                                    },
                                    end: Position {
                                     line: 184,
                                     column: 75,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "dtboFile",
                                    span: Span {
                                     start: Position {
                                      line: 184,
                                      column: 76,
                                     },
                                     end: Position {
                                      line: 184,
                                      column: 84,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              ],
                             },
                            ),
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 184,
                            column: 24,
                           },
                           end: Position {
                            line: 184,
                            column: 84,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     target: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 185,
                             column: 8,
                            },
                            end: Position {
                             line: 185,
                             column: 11,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "singleton",
                            span: Span {
                             start: Position {
                              line: 185,
                              column: 12,
                             },
                             end: Position {
                              line: 185,
                              column: 21,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "assertion",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 7,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 186,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 186,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "all",
                                    span: Span {
                                     start: Position {
                                      line: 186,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 186,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                Function(
                                 Function {
                                  head: Simple(
                                   FunctionHeadSimple {
                                    identifier: "o",
                                   },
                                  ),
                                  body: UnaryOperation(
                                   UnaryOperation {
                                    operator: Not,
                                    operand: FunctionApplication(
                                     FunctionApplication {
                                      function: Identifier(
                                       Identifier {
                                        id: "invalidOverlay",
                                        span: Span {
                                         start: Position {
                                          line: 186,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 186,
                                          column: 46,
                                         },
                                        },
                                       },
                                      ),
                                      arguments: [
                                       Identifier(
                                        Identifier {
                                         id: "o",
                                         span: Span {
                                          start: Position {
                                           line: 186,
                                           column: 47,
                                          },
                                          end: Position {
                                           line: 186,
                                           column: 48,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 186,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 186,
                                      column: 48,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 186,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 186,
                                    column: 48,
                                   },
                                  },
                                 },
                                ),
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 186,
                                      column: 50,
                                     },
                                     end: Position {
                                      line: 186,
                                      column: 53,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "overlays",
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 54,
                                      },
                                      end: Position {
                                       line: 186,
                                       column: 62,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "message",
                                span: Span {
                                 start: Position {
                                  line: 187,
                                  column: 7,
                                 },
                                 end: Position {
                                  line: 187,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: IndentedString(
                              IndentedString {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "deviceTree overlay needs one of dtsFile, dtsText or dtboFile set.\nOffending overlay(s):\n",
                                  span: Span {
                                   start: Position {
                                    line: 188,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 190,
                                    column: 9,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "toString",
                                      span: Span {
                                       start: Position {
                                        line: 190,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 190,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     FunctionApplication(
                                      FunctionApplication {
                                       function: Identifier(
                                        Identifier {
                                         id: "map",
                                         span: Span {
                                          start: Position {
                                           line: 190,
                                           column: 21,
                                          },
                                          end: Position {
                                           line: 190,
                                           column: 24,
                                          },
                                         },
                                        },
                                       ),
                                       arguments: [
                                        Function(
                                         Function {
                                          head: Simple(
                                           FunctionHeadSimple {
                                            identifier: "o",
                                           },
                                          ),
                                          body: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "o",
                                              span: Span {
                                               start: Position {
                                                line: 190,
                                                column: 29,
                                               },
                                               end: Position {
                                                line: 190,
                                                column: 30,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "name",
                                               span: Span {
                                                start: Position {
                                                 line: 190,
                                                 column: 31,
                                                },
                                                end: Position {
                                                 line: 190,
                                                 column: 35,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          span: Span {
                                           start: Position {
                                            line: 190,
                                            column: 26,
                                           },
                                           end: Position {
                                            line: 190,
                                            column: 35,
                                           },
                                          },
                                         },
                                        ),
                                        FunctionApplication(
                                         FunctionApplication {
                                          function: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "builtins",
                                              span: Span {
                                               start: Position {
                                                line: 190,
                                                column: 38,
                                               },
                                               end: Position {
                                                line: 190,
                                                column: 46,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "filter",
                                               span: Span {
                                                start: Position {
                                                 line: 190,
                                                 column: 47,
                                                },
                                                end: Position {
                                                 line: 190,
                                                 column: 53,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          arguments: [
                                           Identifier(
                                            Identifier {
                                             id: "invalidOverlay",
                                             span: Span {
                                              start: Position {
                                               line: 190,
                                               column: 54,
                                              },
                                              end: Position {
                                               line: 190,
                                               column: 68,
                                              },
                                             },
                                            },
                                           ),
                                           PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cfg",
                                               span: Span {
                                                start: Position {
                                                 line: 190,
                                                 column: 69,
                                                },
                                                end: Position {
                                                 line: 190,
                                                 column: 72,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "overlays",
                                                span: Span {
                                                 start: Position {
                                                  line: 190,
                                                  column: 73,
                                                 },
                                                 end: Position {
                                                  line: 190,
                                                  column: 81,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       ],
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 188,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 191,
                                    column: 7,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 187,
                                 column: 17,
                                },
                                end: Position {
                                 line: 191,
                                 column: 9,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 185,
                            column: 22,
                           },
                           end: Position {
                            line: 192,
                            column: 6,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 183,
                       column: 18,
                      },
                      end: Position {
                       line: 192,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "hardware",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 5,
                       },
                       end: Position {
                        line: 194,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "deviceTree",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 14,
                       },
                       end: Position {
                        line: 194,
                        column: 24,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "package",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 25,
                       },
                       end: Position {
                        line: 194,
                        column: 32,
                       },
                      },
                     },
                    ),
                   ],
                   to: IfThenElse(
                    IfThenElse {
                     predicate: BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 194,
                             column: 39,
                            },
                            end: Position {
                             line: 194,
                             column: 42,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "overlays",
                            span: Span {
                             start: Position {
                              line: 194,
                              column: 43,
                             },
                             end: Position {
                              line: 194,
                              column: 51,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: List(
                        List {
                         elements: [],
                         span: Span {
                          start: Position {
                           line: 194,
                           column: 55,
                          },
                          end: Position {
                           line: 194,
                           column: 57,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     then: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "pkgs",
                           span: Span {
                            start: Position {
                             line: 195,
                             column: 12,
                            },
                            end: Position {
                             line: 195,
                             column: 16,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "deviceTree",
                            span: Span {
                             start: Position {
                              line: 195,
                              column: 17,
                             },
                             end: Position {
                              line: 195,
                              column: 27,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "applyOverlays",
                            span: Span {
                             start: Position {
                              line: 195,
                              column: 28,
                             },
                             end: Position {
                              line: 195,
                              column: 41,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Identifier(
                         Identifier {
                          id: "filteredDTBs",
                          span: Span {
                           start: Position {
                            line: 195,
                            column: 42,
                           },
                           end: Position {
                            line: 195,
                            column: 54,
                           },
                          },
                         },
                        ),
                        FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "withDTBOs",
                            span: Span {
                             start: Position {
                              line: 195,
                              column: 56,
                             },
                             end: Position {
                              line: 195,
                              column: 65,
                             },
                            },
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 195,
                                 column: 66,
                                },
                                end: Position {
                                 line: 195,
                                 column: 69,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "overlays",
                                span: Span {
                                 start: Position {
                                  line: 195,
                                  column: 70,
                                 },
                                 end: Position {
                                  line: 195,
                                  column: 78,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                     else_: Identifier(
                      Identifier {
                       id: "filteredDTBs",
                       span: Span {
                        start: Position {
                         line: 196,
                         column: 12,
                        },
                        end: Position {
                         line: 196,
                         column: 24,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 194,
                       column: 35,
                      },
                      end: Position {
                       line: 196,
                       column: 24,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 181,
                  column: 30,
                 },
                 end: Position {
                  line: 197,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 102,
          column: 1,
         },
         end: Position {
          line: 198,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 198,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 198,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 198,
    column: 2,
   },
  },
 },
)