Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
    ],
   },
  ),
  body: Map(
   Map {
    recursive: false,
    bindings: [
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "options",
          span: Span {
           start: Position {
            line: 7,
            column: 3,
           },
           end: Position {
            line: 7,
            column: 10,
           },
          },
         },
        ),
       ],
       to: Map(
        Map {
         recursive: false,
         bindings: [
          KeyValue(
           BindingKeyValue {
            from: [
             Raw(
              PartRaw {
               content: "networking",
               span: Span {
                start: Position {
                 line: 9,
                 column: 5,
                },
                end: Position {
                 line: 9,
                 column: 15,
                },
               },
              },
             ),
             Raw(
              PartRaw {
               content: "enableIntel2200BGFirmware",
               span: Span {
                start: Position {
                 line: 9,
                 column: 16,
                },
                end: Position {
                 line: 9,
                 column: 41,
                },
               },
              },
             ),
            ],
            to: FunctionApplication(
             FunctionApplication {
              function: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "lib",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 44,
                   },
                   end: Position {
                    line: 9,
                    column: 47,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "mkOption",
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 48,
                    },
                    end: Position {
                     line: 9,
                     column: 56,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              arguments: [
               Map(
                Map {
                 recursive: false,
                 bindings: [
                  KeyValue(
                   BindingKeyValue {
                    from: [
                     Raw(
                      PartRaw {
                       content: "default",
                       span: Span {
                        start: Position {
                         line: 10,
                         column: 7,
                        },
                        end: Position {
                         line: 10,
                         column: 14,
                        },
                       },
                      },
                     ),
                    ],
                    to: Identifier(
                     Identifier {
                      id: "false",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 17,
                       },
                       end: Position {
                        line: 10,
                        column: 22,
                       },
                      },
                     },
                    ),
                   },
                  ),
                  KeyValue(
                   BindingKeyValue {
                    from: [
                     Raw(
                      PartRaw {
                       content: "type",
                       span: Span {
                        start: Position {
                         line: 11,
                         column: 7,
                        },
                        end: Position {
                         line: 11,
                         column: 11,
                        },
                       },
                      },
                     ),
                    ],
                    to: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "lib",
                        span: Span {
                         start: Position {
                          line: 11,
                          column: 14,
                         },
                         end: Position {
                          line: 11,
                          column: 17,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "types",
                         span: Span {
                          start: Position {
                           line: 11,
                           column: 18,
                          },
                          end: Position {
                           line: 11,
                           column: 23,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "bool",
                         span: Span {
                          start: Position {
                           line: 11,
                           column: 24,
                          },
                          end: Position {
                           line: 11,
                           column: 28,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   },
                  ),
                  KeyValue(
                   BindingKeyValue {
                    from: [
                     Raw(
                      PartRaw {
                       content: "description",
                       span: Span {
                        start: Position {
                         line: 12,
                         column: 7,
                        },
                        end: Position {
                         line: 12,
                         column: 18,
                        },
                       },
                      },
                     ),
                    ],
                    to: FunctionApplication(
                     FunctionApplication {
                      function: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "lib",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 21,
                           },
                           end: Position {
                            line: 12,
                            column: 24,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "mdDoc",
                           span: Span {
                            start: Position {
                             line: 12,
                             column: 25,
                            },
                            end: Position {
                             line: 12,
                             column: 30,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      arguments: [
                       IndentedString(
                        IndentedString {
                         parts: [
                          Raw(
                           PartRaw {
                            content: "Turn on this option if you want firmware for the Intel\nPRO/Wireless 2200BG to be loaded automatically.  This is\nrequired if you want to use this device.\n",
                            span: Span {
                             start: Position {
                              line: 13,
                              column: 1,
                             },
                             end: Position {
                              line: 16,
                              column: 7,
                             },
                            },
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 12,
                           column: 31,
                          },
                          end: Position {
                           line: 16,
                           column: 9,
                          },
                         },
                        },
                       ),
                      ],
                     },
                    ),
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 57,
                  },
                  end: Position {
                   line: 17,
                   column: 6,
                  },
                 },
                },
               ),
              ],
             },
            ),
           },
          ),
         ],
         span: Span {
          start: Position {
           line: 7,
           column: 13,
          },
          end: Position {
           line: 19,
           column: 4,
          },
         },
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "config",
          span: Span {
           start: Position {
            line: 24,
            column: 3,
           },
           end: Position {
            line: 24,
            column: 9,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "lib",
             span: Span {
              start: Position {
               line: 24,
               column: 12,
              },
              end: Position {
               line: 24,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "mkIf",
              span: Span {
               start: Position {
                line: 24,
                column: 16,
               },
               end: Position {
                line: 24,
                column: 20,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          PropertyAccess(
           PropertyAccess {
            expression: Identifier(
             Identifier {
              id: "config",
              span: Span {
               start: Position {
                line: 24,
                column: 21,
               },
               end: Position {
                line: 24,
                column: 27,
               },
              },
             },
            ),
            attribute_path: [
             Raw(
              PartRaw {
               content: "networking",
               span: Span {
                start: Position {
                 line: 24,
                 column: 28,
                },
                end: Position {
                 line: 24,
                 column: 38,
                },
               },
              },
             ),
             Raw(
              PartRaw {
               content: "enableIntel2200BGFirmware",
               span: Span {
                start: Position {
                 line: 24,
                 column: 39,
                },
                end: Position {
                 line: 24,
                 column: 64,
                },
               },
              },
             ),
            ],
            default: None,
           },
          ),
          Map(
           Map {
            recursive: false,
            bindings: [
             KeyValue(
              BindingKeyValue {
               from: [
                Raw(
                 PartRaw {
                  content: "hardware",
                  span: Span {
                   start: Position {
                    line: 26,
                    column: 5,
                   },
                   end: Position {
                    line: 26,
                    column: 13,
                   },
                  },
                 },
                ),
                Raw(
                 PartRaw {
                  content: "firmware",
                  span: Span {
                   start: Position {
                    line: 26,
                    column: 14,
                   },
                   end: Position {
                    line: 26,
                    column: 22,
                   },
                  },
                 },
                ),
               ],
               to: List(
                List {
                 elements: [
                  PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "pkgs",
                      span: Span {
                       start: Position {
                        line: 26,
                        column: 27,
                       },
                       end: Position {
                        line: 26,
                        column: 31,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "intel2200BGFirmware",
                       span: Span {
                        start: Position {
                         line: 26,
                         column: 32,
                        },
                        end: Position {
                         line: 26,
                         column: 51,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 26,
                   column: 25,
                  },
                  end: Position {
                   line: 26,
                   column: 53,
                  },
                 },
                },
               ),
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 24,
              column: 65,
             },
             end: Position {
              line: 28,
              column: 4,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
    ],
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 30,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 30,
    column: 2,
   },
  },
 },
)