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: 5,
        column: 6,
       },
       end: Position {
        line: 5,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 9,
               column: 9,
              },
              end: Position {
               line: 9,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 9,
                column: 16,
               },
               end: Position {
                line: 9,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "upower",
              span: Span {
               start: Position {
                line: 9,
                column: 25,
               },
               end: Position {
                line: 9,
                column: 31,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 17,
                column: 3,
               },
               end: Position {
                line: 17,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 5,
                    },
                    end: Position {
                     line: 19,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "upower",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 14,
                    },
                    end: Position {
                     line: 19,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 21,
                          column: 7,
                         },
                         end: Position {
                          line: 21,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 21,
                           column: 16,
                          },
                          end: Position {
                           line: 21,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 22,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 22,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 22,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 22,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 22,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 23,
                                 column: 19,
                                },
                                end: Position {
                                 line: 23,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 24,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 24,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 24,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 24,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 24,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 24,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable Upower, a DBus service that provides power\nmanagement support to applications.\n",
                                     span: Span {
                                      start: Position {
                                       line: 25,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 27,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 24,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 27,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 25,
                           },
                           end: Position {
                            line: 28,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "package",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 7,
                         },
                         end: Position {
                          line: 30,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 17,
                          },
                          end: Position {
                           line: 30,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 31,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 31,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 31,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 31,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 31,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 31,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 32,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 32,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "upower",
                                  span: Span {
                                   start: Position {
                                    line: 32,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 33,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 33,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.upower",
                                     span: Span {
                                      start: Position {
                                       line: 33,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 33,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 33,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 33,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 34,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 34,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 34,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 34,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 34,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 34,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Which upower package to use.\n",
                                     span: Span {
                                      start: Position {
                                       line: 35,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 36,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 34,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 36,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 30,
                            column: 26,
                           },
                           end: Position {
                            line: 37,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enableWattsUpPro",
                        span: Span {
                         start: Position {
                          line: 39,
                          column: 7,
                         },
                         end: Position {
                          line: 39,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 39,
                           column: 26,
                          },
                          end: Position {
                           line: 39,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 40,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 40,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 40,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 40,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 40,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 40,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 41,
                                 column: 19,
                                },
                                end: Position {
                                 line: 41,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 42,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 42,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 42,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 42,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 42,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 42,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Enable the Watts Up Pro device.\n\nThe Watts Up Pro contains a generic FTDI USB device without a specific\nvendor and product ID. When we probe for WUP devices, we can cause\nthe user to get a perplexing \"Device or resource busy\" error when\nattempting to use their non-WUP device.\n\nThe generic FTDI device is known to also be used on:\n\n- Sparkfun FT232 breakout board\n- Parallax Propeller\n",
                                     span: Span {
                                      start: Position {
                                       line: 43,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 54,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 42,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 54,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 39,
                            column: 35,
                           },
                           end: Position {
                            line: 55,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "noPollBatteries",
                        span: Span {
                         start: Position {
                          line: 57,
                          column: 7,
                         },
                         end: Position {
                          line: 57,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 57,
                           column: 25,
                          },
                          end: Position {
                           line: 57,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 58,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 58,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 58,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 58,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 59,
                                 column: 19,
                                },
                                end: Position {
                                 line: 59,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 60,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 60,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 60,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 60,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 60,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 60,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Don't poll the kernel for battery level changes.\n\nSome hardware will send us battery level changes through\nevents, rather than us having to poll for it. This option\nallows disabling polling for hardware that sends out events.\n",
                                     span: Span {
                                      start: Position {
                                       line: 61,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 66,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 60,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 66,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 57,
                            column: 34,
                           },
                           end: Position {
                            line: 67,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ignoreLid",
                        span: Span {
                         start: Position {
                          line: 69,
                          column: 7,
                         },
                         end: Position {
                          line: 69,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 69,
                           column: 19,
                          },
                          end: Position {
                           line: 69,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 70,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 70,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 70,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 70,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 71,
                                 column: 19,
                                },
                                end: Position {
                                 line: 71,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 72,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 72,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 72,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 72,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Do we ignore the lid state\n\nSome laptops are broken. The lid state is either inverted, or stuck\non or off. We can't do much to fix these problems, but this is a way\nfor users to make the laptop panel vanish, a state that might be used\nby a couple of user-space daemons. On Linux systems, see also\nlogind.conf(5).\n",
                                     span: Span {
                                      start: Position {
                                       line: 73,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 80,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 80,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 69,
                            column: 28,
                           },
                           end: Position {
                            line: 81,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "usePercentageForPolicy",
                        span: Span {
                         start: Position {
                          line: 83,
                          column: 7,
                         },
                         end: Position {
                          line: 83,
                          column: 29,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 83,
                           column: 32,
                          },
                          end: Position {
                           line: 83,
                           column: 40,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 84,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 84,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 84,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 84,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 84,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 85,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 85,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 85,
                                 column: 19,
                                },
                                end: Position {
                                 line: 85,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 86,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 86,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 86,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 86,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 86,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 86,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Policy for warnings and action based on battery levels\n\nWhether battery percentage based policy should be used. The default\nis to use the percentage, which\nshould work around broken firmwares. It is also more reliable than\nthe time left (frantically saving all your files is going to use more\nbattery than letting it rest for example).\n",
                                     span: Span {
                                      start: Position {
                                       line: 87,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 94,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 94,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 83,
                            column: 41,
                           },
                           end: Position {
                            line: 95,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "percentageLow",
                        span: Span {
                         start: Position {
                          line: 97,
                          column: 7,
                         },
                         end: Position {
                          line: 97,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 97,
                           column: 23,
                          },
                          end: Position {
                           line: 97,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 98,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 98,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "ints",
                                  span: Span {
                                   start: Position {
                                    line: 98,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 98,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "unsigned",
                                  span: Span {
                                   start: Position {
                                    line: 98,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 98,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 99,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 99,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "10",
                               span: Span {
                                start: Position {
                                 line: 99,
                                 column: 19,
                                },
                                end: Position {
                                 line: 99,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 100,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 100,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 100,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 100,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 100,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 100,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When `usePercentageForPolicy` is\n`true`, the levels at which UPower will consider the\nbattery low.\n\nThis will also be used for batteries which don't have time information\nsuch as that of peripherals.\n\nIf any value (of `percentageLow`,\n`percentageCritical` and\n`percentageAction`) is invalid, or not in descending\norder, the defaults will be used.\n",
                                     span: Span {
                                      start: Position {
                                       line: 101,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 112,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 100,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 112,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 97,
                            column: 32,
                           },
                           end: Position {
                            line: 113,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "percentageCritical",
                        span: Span {
                         start: Position {
                          line: 115,
                          column: 7,
                         },
                         end: Position {
                          line: 115,
                          column: 25,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 115,
                           column: 28,
                          },
                          end: Position {
                           line: 115,
                           column: 36,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 116,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 116,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 116,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 116,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "ints",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "unsigned",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "3",
                               span: Span {
                                start: Position {
                                 line: 117,
                                 column: 19,
                                },
                                end: Position {
                                 line: 117,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 118,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 118,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 118,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 118,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 118,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 118,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When `usePercentageForPolicy` is\n`true`, the levels at which UPower will consider the\nbattery critical.\n\nThis will also be used for batteries which don't have time information\nsuch as that of peripherals.\n\nIf any value (of `percentageLow`,\n`percentageCritical` and\n`percentageAction`) is invalid, or not in descending\norder, the defaults will be used.\n",
                                     span: Span {
                                      start: Position {
                                       line: 119,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 130,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 118,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 130,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 115,
                            column: 37,
                           },
                           end: Position {
                            line: 131,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "percentageAction",
                        span: Span {
                         start: Position {
                          line: 133,
                          column: 7,
                         },
                         end: Position {
                          line: 133,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 133,
                           column: 26,
                          },
                          end: Position {
                           line: 133,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 134,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 134,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 134,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 134,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "ints",
                                  span: Span {
                                   start: Position {
                                    line: 134,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 134,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "unsigned",
                                  span: Span {
                                   start: Position {
                                    line: 134,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 134,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 135,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 135,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "2",
                               span: Span {
                                start: Position {
                                 line: 135,
                                 column: 19,
                                },
                                end: Position {
                                 line: 135,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 136,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 136,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 136,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 136,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 136,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 136,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When `usePercentageForPolicy` is\n`true`, the levels at which UPower will take action\nfor the critical battery level.\n\nThis will also be used for batteries which don't have time information\nsuch as that of peripherals.\n\nIf any value (of `percentageLow`,\n`percentageCritical` and\n`percentageAction`) is invalid, or not in descending\norder, the defaults will be used.\n",
                                     span: Span {
                                      start: Position {
                                       line: 137,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 148,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 136,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 148,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 133,
                            column: 35,
                           },
                           end: Position {
                            line: 149,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "timeLow",
                        span: Span {
                         start: Position {
                          line: 151,
                          column: 7,
                         },
                         end: Position {
                          line: 151,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 151,
                           column: 17,
                          },
                          end: Position {
                           line: 151,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 152,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 152,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 152,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 152,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "ints",
                                  span: Span {
                                   start: Position {
                                    line: 152,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "unsigned",
                                  span: Span {
                                   start: Position {
                                    line: 152,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 153,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "1200",
                               span: Span {
                                start: Position {
                                 line: 153,
                                 column: 19,
                                },
                                end: Position {
                                 line: 153,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 154,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 154,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 154,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 154,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When `usePercentageForPolicy` is\n`false`, the time remaining in seconds at which\nUPower will consider the battery low.\n\nIf any value (of `timeLow`,\n`timeCritical` and `timeAction`) is\ninvalid, or not in descending order, the defaults will be used.\n",
                                     span: Span {
                                      start: Position {
                                       line: 155,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 162,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 154,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 162,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 151,
                            column: 26,
                           },
                           end: Position {
                            line: 163,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "timeCritical",
                        span: Span {
                         start: Position {
                          line: 165,
                          column: 7,
                         },
                         end: Position {
                          line: 165,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 165,
                           column: 22,
                          },
                          end: Position {
                           line: 165,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 166,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 166,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 166,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 166,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "ints",
                                  span: Span {
                                   start: Position {
                                    line: 166,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "unsigned",
                                  span: Span {
                                   start: Position {
                                    line: 166,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 167,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 167,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "300",
                               span: Span {
                                start: Position {
                                 line: 167,
                                 column: 19,
                                },
                                end: Position {
                                 line: 167,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 168,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 168,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 168,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 168,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 168,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 168,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When `usePercentageForPolicy` is\n`false`, the time remaining in seconds at which\nUPower will consider the battery critical.\n\nIf any value (of `timeLow`,\n`timeCritical` and `timeAction`) is\ninvalid, or not in descending order, the defaults will be used.\n",
                                     span: Span {
                                      start: Position {
                                       line: 169,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 176,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 168,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 176,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 165,
                            column: 31,
                           },
                           end: Position {
                            line: 177,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "timeAction",
                        span: Span {
                         start: Position {
                          line: 179,
                          column: 7,
                         },
                         end: Position {
                          line: 179,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 179,
                           column: 20,
                          },
                          end: Position {
                           line: 179,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 180,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 180,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 180,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 180,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "ints",
                                  span: Span {
                                   start: Position {
                                    line: 180,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 180,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "unsigned",
                                  span: Span {
                                   start: Position {
                                    line: 180,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 180,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 181,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 181,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "120",
                               span: Span {
                                start: Position {
                                 line: 181,
                                 column: 19,
                                },
                                end: Position {
                                 line: 181,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 182,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 182,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 182,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 182,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 182,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 182,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "When `usePercentageForPolicy` is\n`false`, the time remaining in seconds at which\nUPower will take action for the critical battery level.\n\nIf any value (of `timeLow`,\n`timeCritical` and `timeAction`) is\ninvalid, or not in descending order, the defaults will be used.\n",
                                     span: Span {
                                      start: Position {
                                       line: 183,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 190,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 182,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 190,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 179,
                            column: 29,
                           },
                           end: Position {
                            line: 191,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "criticalPowerAction",
                        span: Span {
                         start: Position {
                          line: 193,
                          column: 7,
                         },
                         end: Position {
                          line: 193,
                          column: 26,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 193,
                           column: 29,
                          },
                          end: Position {
                           line: 193,
                           column: 37,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 194,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 194,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 194,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 194,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 194,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 194,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "PowerOff",
                                        span: Span {
                                         start: Position {
                                          line: 194,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 194,
                                          column: 38,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 194,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 194,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Hibernate",
                                        span: Span {
                                         start: Position {
                                          line: 194,
                                          column: 41,
                                         },
                                         end: Position {
                                          line: 194,
                                          column: 50,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 194,
                                       column: 40,
                                      },
                                      end: Position {
                                       line: 194,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "HybridSleep",
                                        span: Span {
                                         start: Position {
                                          line: 194,
                                          column: 53,
                                         },
                                         end: Position {
                                          line: 194,
                                          column: 64,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 194,
                                       column: 52,
                                      },
                                      end: Position {
                                       line: 194,
                                       column: 65,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 194,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 194,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 195,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 195,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "HybridSleep",
                                  span: Span {
                                   start: Position {
                                    line: 195,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 195,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 195,
                                 column: 19,
                                },
                                end: Position {
                                 line: 195,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 196,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 196,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 196,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 196,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 196,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 196,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The action to take when `timeAction` or\n`percentageAction` has been reached for the batteries\n(UPS or laptop batteries) supplying the computer\n",
                                     span: Span {
                                      start: Position {
                                       line: 197,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 200,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 196,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 200,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 193,
                            column: 38,
                           },
                           end: Position {
                            line: 201,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 19,
                    column: 23,
                   },
                   end: Position {
                    line: 203,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 17,
               column: 13,
              },
              end: Position {
               line: 205,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 210,
                column: 3,
               },
               end: Position {
                line: 210,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 210,
                 column: 12,
                },
                end: Position {
                 line: 210,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 210,
                    column: 17,
                   },
                   end: Position {
                    line: 210,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 210,
                     column: 21,
                    },
                    end: Position {
                     line: 210,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 212,
                        column: 5,
                       },
                       end: Position {
                        line: 212,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 212,
                        column: 17,
                       },
                       end: Position {
                        line: 212,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 212,
                            column: 36,
                           },
                           end: Position {
                            line: 212,
                            column: 39,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 212,
                             column: 40,
                            },
                            end: Position {
                             line: 212,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 212,
                       column: 34,
                      },
                      end: Position {
                       line: 212,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 214,
                        column: 5,
                       },
                       end: Position {
                        line: 214,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "dbus",
                      span: Span {
                       start: Position {
                        line: 214,
                        column: 14,
                       },
                       end: Position {
                        line: 214,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "packages",
                      span: Span {
                       start: Position {
                        line: 214,
                        column: 19,
                       },
                       end: Position {
                        line: 214,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 214,
                            column: 32,
                           },
                           end: Position {
                            line: 214,
                            column: 35,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 214,
                             column: 36,
                            },
                            end: Position {
                             line: 214,
                             column: 43,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 214,
                       column: 30,
                      },
                      end: Position {
                       line: 214,
                       column: 45,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 216,
                        column: 5,
                       },
                       end: Position {
                        line: 216,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "udev",
                      span: Span {
                       start: Position {
                        line: 216,
                        column: 14,
                       },
                       end: Position {
                        line: 216,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "packages",
                      span: Span {
                       start: Position {
                        line: 216,
                        column: 19,
                       },
                       end: Position {
                        line: 216,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 216,
                            column: 32,
                           },
                           end: Position {
                            line: 216,
                            column: 35,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 216,
                             column: 36,
                            },
                            end: Position {
                             line: 216,
                             column: 43,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 216,
                       column: 30,
                      },
                      end: Position {
                       line: 216,
                       column: 45,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 218,
                        column: 5,
                       },
                       end: Position {
                        line: 218,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "packages",
                      span: Span {
                       start: Position {
                        line: 218,
                        column: 13,
                       },
                       end: Position {
                        line: 218,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 218,
                            column: 26,
                           },
                           end: Position {
                            line: 218,
                            column: 29,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 218,
                             column: 30,
                            },
                            end: Position {
                             line: 218,
                             column: 37,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 218,
                       column: 24,
                      },
                      end: Position {
                       line: 218,
                       column: 39,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 220,
                        column: 5,
                       },
                       end: Position {
                        line: 220,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 220,
                        column: 17,
                       },
                       end: Position {
                        line: 220,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "UPower/UPower.conf",
                           span: Span {
                            start: Position {
                             line: 220,
                             column: 22,
                            },
                            end: Position {
                             line: 220,
                             column: 40,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 220,
                          column: 21,
                         },
                         end: Position {
                          line: 220,
                          column: 41,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "text",
                      span: Span {
                       start: Position {
                        line: 220,
                        column: 42,
                       },
                       end: Position {
                        line: 220,
                        column: 46,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "generators",
                         span: Span {
                          start: Position {
                           line: 220,
                           column: 49,
                          },
                          end: Position {
                           line: 220,
                           column: 59,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "toINI",
                          span: Span {
                           start: Position {
                            line: 220,
                            column: 60,
                           },
                           end: Position {
                            line: 220,
                            column: 65,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [],
                        span: Span {
                         start: Position {
                          line: 220,
                          column: 66,
                         },
                         end: Position {
                          line: 220,
                          column: 68,
                         },
                        },
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "UPower",
                              span: Span {
                               start: Position {
                                line: 221,
                                column: 7,
                               },
                               end: Position {
                                line: 221,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "EnableWattsUpPro",
                                   span: Span {
                                    start: Position {
                                     line: 222,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 222,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 222,
                                      column: 28,
                                     },
                                     end: Position {
                                      line: 222,
                                      column: 31,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "enableWattsUpPro",
                                     span: Span {
                                      start: Position {
                                       line: 222,
                                       column: 32,
                                      },
                                      end: Position {
                                       line: 222,
                                       column: 48,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "NoPollBatteries",
                                   span: Span {
                                    start: Position {
                                     line: 223,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 223,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 223,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 223,
                                      column: 30,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "noPollBatteries",
                                     span: Span {
                                      start: Position {
                                       line: 223,
                                       column: 31,
                                      },
                                      end: Position {
                                       line: 223,
                                       column: 46,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "IgnoreLid",
                                   span: Span {
                                    start: Position {
                                     line: 224,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 224,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 224,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 224,
                                      column: 24,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "ignoreLid",
                                     span: Span {
                                      start: Position {
                                       line: 224,
                                       column: 25,
                                      },
                                      end: Position {
                                       line: 224,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "UsePercentageForPolicy",
                                   span: Span {
                                    start: Position {
                                     line: 225,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 225,
                                     column: 31,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 225,
                                      column: 34,
                                     },
                                     end: Position {
                                      line: 225,
                                      column: 37,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "usePercentageForPolicy",
                                     span: Span {
                                      start: Position {
                                       line: 225,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 225,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "PercentageLow",
                                   span: Span {
                                    start: Position {
                                     line: 226,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 226,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 226,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 226,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "percentageLow",
                                     span: Span {
                                      start: Position {
                                       line: 226,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 226,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "PercentageCritical",
                                   span: Span {
                                    start: Position {
                                     line: 227,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 227,
                                     column: 27,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 227,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 227,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "percentageCritical",
                                     span: Span {
                                      start: Position {
                                       line: 227,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 227,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "PercentageAction",
                                   span: Span {
                                    start: Position {
                                     line: 228,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 228,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 228,
                                      column: 28,
                                     },
                                     end: Position {
                                      line: 228,
                                      column: 31,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "percentageAction",
                                     span: Span {
                                      start: Position {
                                       line: 228,
                                       column: 32,
                                      },
                                      end: Position {
                                       line: 228,
                                       column: 48,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "TimeLow",
                                   span: Span {
                                    start: Position {
                                     line: 229,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 229,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 229,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 229,
                                      column: 22,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "timeLow",
                                     span: Span {
                                      start: Position {
                                       line: 229,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 229,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "TimeCritical",
                                   span: Span {
                                    start: Position {
                                     line: 230,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 230,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 230,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 230,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "timeCritical",
                                     span: Span {
                                      start: Position {
                                       line: 230,
                                       column: 28,
                                      },
                                      end: Position {
                                       line: 230,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "TimeAction",
                                   span: Span {
                                    start: Position {
                                     line: 231,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 231,
                                     column: 19,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 231,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 231,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "timeAction",
                                     span: Span {
                                      start: Position {
                                       line: 231,
                                       column: 26,
                                      },
                                      end: Position {
                                       line: 231,
                                       column: 36,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "CriticalPowerAction",
                                   span: Span {
                                    start: Position {
                                     line: 232,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 232,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 232,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 232,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "criticalPowerAction",
                                     span: Span {
                                      start: Position {
                                       line: 232,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 232,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 221,
                               column: 16,
                              },
                              end: Position {
                               line: 233,
                               column: 8,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 220,
                          column: 69,
                         },
                         end: Position {
                          line: 234,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 210,
                  column: 28,
                 },
                 end: Position {
                  line: 235,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 13,
          column: 1,
         },
         end: Position {
          line: 237,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 7,
        column: 1,
       },
       end: Position {
        line: 237,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 5,
      column: 1,
     },
     end: Position {
      line: 237,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 3,
    column: 1,
   },
   end: Position {
    line: 237,
    column: 2,
   },
  },
 },
)