Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 5,
              column: 3,
             },
             end: Position {
              line: 5,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 5,
               column: 9,
              },
              end: Position {
               line: 5,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 5,
                column: 16,
               },
               end: Position {
                line: 5,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "undervolt",
              span: Span {
               start: Position {
                line: 5,
                column: 25,
               },
               end: Position {
                line: 5,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "mkPLimit",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 11,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "limit",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "window",
              },
             ),
             body: IfThenElse(
              IfThenElse {
               predicate: BinaryOperation(
                BinaryOperation {
                 left: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "isNull",
                     span: Span {
                      start: Position {
                       line: 8,
                       column: 9,
                      },
                      end: Position {
                       line: 8,
                       column: 15,
                      },
                     },
                    },
                   ),
                   arguments: [
                    Identifier(
                     Identifier {
                      id: "limit",
                      span: Span {
                       start: Position {
                        line: 8,
                        column: 16,
                       },
                       end: Position {
                        line: 8,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                 operator: LogicalAnd,
                 right: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "isNull",
                     span: Span {
                      start: Position {
                       line: 8,
                       column: 25,
                      },
                      end: Position {
                       line: 8,
                       column: 31,
                      },
                     },
                    },
                   ),
                   arguments: [
                    Identifier(
                     Identifier {
                      id: "window",
                      span: Span {
                       start: Position {
                        line: 8,
                        column: 32,
                       },
                       end: Position {
                        line: 8,
                        column: 38,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               then: Identifier(
                Identifier {
                 id: "null",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 45,
                  },
                  end: Position {
                   line: 8,
                   column: 49,
                  },
                 },
                },
               ),
               else_: Assert(
                Assert {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "asserts",
                       span: Span {
                        start: Position {
                         line: 9,
                         column: 17,
                        },
                        end: Position {
                         line: 9,
                         column: 24,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "assertMsg",
                        span: Span {
                         start: Position {
                          line: 9,
                          column: 25,
                         },
                         end: Position {
                          line: 9,
                          column: 34,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   arguments: [
                    BinaryOperation(
                     BinaryOperation {
                      left: UnaryOperation(
                       UnaryOperation {
                        operator: Not,
                        operand: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "isNull",
                            span: Span {
                             start: Position {
                              line: 9,
                              column: 37,
                             },
                             end: Position {
                              line: 9,
                              column: 43,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Identifier(
                            Identifier {
                             id: "limit",
                             span: Span {
                              start: Position {
                               line: 9,
                               column: 44,
                              },
                              end: Position {
                               line: 9,
                               column: 49,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 9,
                          column: 36,
                         },
                         end: Position {
                          line: 9,
                          column: 49,
                         },
                        },
                       },
                      ),
                      operator: LogicalAnd,
                      right: UnaryOperation(
                       UnaryOperation {
                        operator: Not,
                        operand: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "isNull",
                            span: Span {
                             start: Position {
                              line: 9,
                              column: 54,
                             },
                             end: Position {
                              line: 9,
                              column: 60,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Identifier(
                            Identifier {
                             id: "window",
                             span: Span {
                              start: Position {
                               line: 9,
                               column: 61,
                              },
                              end: Position {
                               line: 9,
                               column: 67,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 9,
                          column: 53,
                         },
                         end: Position {
                          line: 9,
                          column: 67,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "Both power limit and window must be set",
                         span: Span {
                          start: Position {
                           line: 9,
                           column: 70,
                          },
                          end: Position {
                           line: 9,
                           column: 109,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 9,
                        column: 69,
                       },
                       end: Position {
                        line: 9,
                        column: 110,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                 target: String(
                  String_ {
                   parts: [
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 10,
                            column: 10,
                           },
                           end: Position {
                            line: 10,
                            column: 18,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Identifier(
                          Identifier {
                           id: "limit",
                           span: Span {
                            start: Position {
                             line: 10,
                             column: 19,
                            },
                            end: Position {
                             line: 10,
                             column: 24,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: " ",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 8,
                       },
                       end: Position {
                        line: 10,
                        column: 26,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 10,
                            column: 28,
                           },
                           end: Position {
                            line: 10,
                            column: 36,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Identifier(
                          Identifier {
                           id: "window",
                           span: Span {
                            start: Position {
                             line: 10,
                             column: 37,
                            },
                            end: Position {
                             line: 10,
                             column: 43,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 7,
                    },
                    end: Position {
                     line: 10,
                     column: 45,
                    },
                   },
                  },
                 ),
                 span: Span {
                  start: Position {
                   line: 9,
                   column: 10,
                  },
                  end: Position {
                   line: 10,
                   column: 45,
                  },
                 },
                },
               ),
               span: Span {
                start: Position {
                 line: 8,
                 column: 5,
                },
                end: Position {
                 line: 10,
                 column: 45,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 7,
               column: 21,
              },
              end: Position {
               line: 10,
               column: 45,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 7,
             column: 14,
            },
            end: Position {
             line: 10,
             column: 45,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cliArgs",
            span: Span {
             start: Position {
              line: 11,
              column: 3,
             },
             end: Position {
              line: 11,
              column: 10,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "lib",
               span: Span {
                start: Position {
                 line: 11,
                 column: 13,
                },
                end: Position {
                 line: 11,
                 column: 16,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "cli",
                span: Span {
                 start: Position {
                  line: 11,
                  column: 17,
                 },
                 end: Position {
                  line: 11,
                  column: 20,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "toGNUCommandLine",
                span: Span {
                 start: Position {
                  line: 11,
                  column: 21,
                 },
                 end: Position {
                  line: 11,
                  column: 37,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [],
              span: Span {
               start: Position {
                line: 11,
                column: 38,
               },
               end: Position {
                line: 11,
                column: 40,
               },
              },
             },
            ),
            Map(
             Map {
              recursive: false,
              bindings: [
               Inherit(
                BindingInherit {
                 from: Some(
                  Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 12,
                      column: 14,
                     },
                     end: Position {
                      line: 12,
                      column: 17,
                     },
                    },
                   },
                  ),
                 ),
                 attributes: [
                  Raw(
                   PartRaw {
                    content: "verbose",
                    span: Span {
                     start: Position {
                      line: 13,
                      column: 7,
                     },
                     end: Position {
                      line: 13,
                      column: 14,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "temp",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 7,
                     },
                     end: Position {
                      line: 14,
                      column: 11,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 42,
                  },
                  end: Position {
                   line: 15,
                   column: 8,
                  },
                 },
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "core",
                    span: Span {
                     start: Position {
                      line: 21,
                      column: 5,
                     },
                     end: Position {
                      line: 21,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 21,
                       column: 12,
                      },
                      end: Position {
                       line: 21,
                       column: 15,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "coreOffset",
                      span: Span {
                       start: Position {
                        line: 21,
                        column: 16,
                       },
                       end: Position {
                        line: 21,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "cache",
                    span: Span {
                     start: Position {
                      line: 22,
                      column: 5,
                     },
                     end: Position {
                      line: 22,
                      column: 10,
                     },
                    },
                   },
                  ),
                 ],
                 to: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 22,
                       column: 13,
                      },
                      end: Position {
                       line: 22,
                       column: 16,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "coreOffset",
                      span: Span {
                       start: Position {
                        line: 22,
                        column: 17,
                       },
                       end: Position {
                        line: 22,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "gpu",
                    span: Span {
                     start: Position {
                      line: 23,
                      column: 5,
                     },
                     end: Position {
                      line: 23,
                      column: 8,
                     },
                    },
                   },
                  ),
                 ],
                 to: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 23,
                       column: 11,
                      },
                      end: Position {
                       line: 23,
                       column: 14,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "gpuOffset",
                      span: Span {
                       start: Position {
                        line: 23,
                        column: 15,
                       },
                       end: Position {
                        line: 23,
                        column: 24,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "uncore",
                    span: Span {
                     start: Position {
                      line: 24,
                      column: 5,
                     },
                     end: Position {
                      line: 24,
                      column: 11,
                     },
                    },
                   },
                  ),
                 ],
                 to: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 24,
                       column: 14,
                      },
                      end: Position {
                       line: 24,
                       column: 17,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "uncoreOffset",
                      span: Span {
                       start: Position {
                        line: 24,
                        column: 18,
                       },
                       end: Position {
                        line: 24,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "analogio",
                    span: Span {
                     start: Position {
                      line: 25,
                      column: 5,
                     },
                     end: Position {
                      line: 25,
                      column: 13,
                     },
                    },
                   },
                  ),
                 ],
                 to: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 25,
                       column: 16,
                      },
                      end: Position {
                       line: 25,
                       column: 19,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "analogioOffset",
                      span: Span {
                       start: Position {
                        line: 25,
                        column: 20,
                       },
                       end: Position {
                        line: 25,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "temp-bat",
                    span: Span {
                     start: Position {
                      line: 27,
                      column: 5,
                     },
                     end: Position {
                      line: 27,
                      column: 13,
                     },
                    },
                   },
                  ),
                 ],
                 to: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 27,
                       column: 16,
                      },
                      end: Position {
                       line: 27,
                       column: 19,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "tempBat",
                      span: Span {
                       start: Position {
                        line: 27,
                        column: 20,
                       },
                       end: Position {
                        line: 27,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "temp-ac",
                    span: Span {
                     start: Position {
                      line: 28,
                      column: 5,
                     },
                     end: Position {
                      line: 28,
                      column: 12,
                     },
                    },
                   },
                  ),
                 ],
                 to: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 15,
                      },
                      end: Position {
                       line: 28,
                       column: 18,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "tempAc",
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 19,
                       },
                       end: Position {
                        line: 28,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "power-limit-long",
                    span: Span {
                     start: Position {
                      line: 30,
                      column: 5,
                     },
                     end: Position {
                      line: 30,
                      column: 21,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkPLimit",
                     span: Span {
                      start: Position {
                       line: 30,
                       column: 24,
                      },
                      end: Position {
                       line: 30,
                       column: 32,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 33,
                         },
                         end: Position {
                          line: 30,
                          column: 36,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "p1",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 37,
                          },
                          end: Position {
                           line: 30,
                           column: 39,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "limit",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 40,
                          },
                          end: Position {
                           line: 30,
                           column: 45,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 46,
                         },
                         end: Position {
                          line: 30,
                          column: 49,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "p1",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 50,
                          },
                          end: Position {
                           line: 30,
                           column: 52,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "window",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 53,
                          },
                          end: Position {
                           line: 30,
                           column: 59,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "power-limit-short",
                    span: Span {
                     start: Position {
                      line: 31,
                      column: 5,
                     },
                     end: Position {
                      line: 31,
                      column: 22,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkPLimit",
                     span: Span {
                      start: Position {
                       line: 31,
                       column: 25,
                      },
                      end: Position {
                       line: 31,
                       column: 33,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 31,
                          column: 34,
                         },
                         end: Position {
                          line: 31,
                          column: 37,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "p2",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 38,
                          },
                          end: Position {
                           line: 31,
                           column: 40,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "limit",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 41,
                          },
                          end: Position {
                           line: 31,
                           column: 46,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 31,
                          column: 47,
                         },
                         end: Position {
                          line: 31,
                          column: 50,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "p2",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 51,
                          },
                          end: Position {
                           line: 31,
                           column: 53,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "window",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 54,
                          },
                          end: Position {
                           line: 31,
                           column: 60,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 11,
                column: 41,
               },
               end: Position {
                line: 32,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 35,
                column: 3,
               },
               end: Position {
                line: 35,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 35,
                column: 11,
               },
               end: Position {
                line: 35,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "undervolt",
              span: Span {
               start: Position {
                line: 35,
                column: 20,
               },
               end: Position {
                line: 35,
                column: 29,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 36,
                     column: 5,
                    },
                    end: Position {
                     line: 36,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 36,
                      column: 14,
                     },
                     end: Position {
                      line: 36,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 36,
                           column: 30,
                          },
                          end: Position {
                           line: 36,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 36,
                            column: 34,
                           },
                           end: Position {
                            line: 36,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Undervolting service for Intel CPUs.\n\nWarning: This service is not endorsed by Intel and may permanently damage your hardware. Use at your own risk!\n",
                           span: Span {
                            start: Position {
                             line: 37,
                             column: 1,
                            },
                            end: Position {
                             line: 40,
                             column: 5,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 36,
                          column: 40,
                         },
                         end: Position {
                          line: 40,
                          column: 7,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "verbose",
                   span: Span {
                    start: Position {
                     line: 42,
                     column: 5,
                    },
                    end: Position {
                     line: 42,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 42,
                      column: 15,
                     },
                     end: Position {
                      line: 42,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 43,
                             column: 7,
                            },
                            end: Position {
                             line: 43,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 43,
                              column: 14,
                             },
                             end: Position {
                              line: 43,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 43,
                               column: 20,
                              },
                              end: Position {
                               line: 43,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 44,
                             column: 7,
                            },
                            end: Position {
                             line: 44,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 44,
                            column: 17,
                           },
                           end: Position {
                            line: 44,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 45,
                             column: 7,
                            },
                            end: Position {
                             line: 45,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 45,
                                column: 21,
                               },
                               end: Position {
                                line: 45,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 45,
                                 column: 25,
                                },
                                end: Position {
                                 line: 45,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Whether to enable verbose logging.\n",
                                span: Span {
                                 start: Position {
                                  line: 46,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 47,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 45,
                               column: 31,
                              },
                              end: Position {
                               line: 47,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 42,
                       column: 24,
                      },
                      end: Position {
                       line: 48,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "package",
                   span: Span {
                    start: Position {
                     line: 50,
                     column: 5,
                    },
                    end: Position {
                     line: 50,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 50,
                      column: 15,
                     },
                     end: Position {
                      line: 50,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 51,
                             column: 7,
                            },
                            end: Position {
                             line: 51,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 51,
                              column: 14,
                             },
                             end: Position {
                              line: 51,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 51,
                               column: 20,
                              },
                              end: Position {
                               line: 51,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 52,
                             column: 7,
                            },
                            end: Position {
                             line: 52,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 52,
                              column: 17,
                             },
                             end: Position {
                              line: 52,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "undervolt",
                             span: Span {
                              start: Position {
                               line: 52,
                               column: 22,
                              },
                              end: Position {
                               line: 52,
                               column: 31,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 7,
                            },
                            end: Position {
                             line: 53,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 53,
                              column: 21,
                             },
                             end: Position {
                              line: 53,
                              column: 38,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.undervolt",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 54,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 39,
                              },
                              end: Position {
                               line: 53,
                               column: 55,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 54,
                             column: 7,
                            },
                            end: Position {
                             line: 54,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 54,
                                column: 21,
                               },
                               end: Position {
                                line: 54,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 54,
                                 column: 25,
                                },
                                end: Position {
                                 line: 54,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "undervolt derivation to use.\n",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 56,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 54,
                               column: 31,
                              },
                              end: Position {
                               line: 56,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 50,
                       column: 24,
                      },
                      end: Position {
                       line: 57,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "coreOffset",
                   span: Span {
                    start: Position {
                     line: 59,
                     column: 5,
                    },
                    end: Position {
                     line: 59,
                     column: 15,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 59,
                      column: 18,
                     },
                     end: Position {
                      line: 59,
                      column: 26,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 60,
                             column: 7,
                            },
                            end: Position {
                             line: 60,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 60,
                                column: 14,
                               },
                               end: Position {
                                line: 60,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 60,
                                 column: 20,
                                },
                                end: Position {
                                 line: 60,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 60,
                                 column: 27,
                                },
                                end: Position {
                                 line: 60,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "int",
                                span: Span {
                                 start: Position {
                                  line: 60,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 60,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 61,
                             column: 7,
                            },
                            end: Position {
                             line: 61,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 61,
                            column: 17,
                           },
                           end: Position {
                            line: 61,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 62,
                             column: 7,
                            },
                            end: Position {
                             line: 62,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 62,
                                column: 21,
                               },
                               end: Position {
                                line: 62,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 25,
                                },
                                end: Position {
                                 line: 62,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The amount of voltage in mV to offset the CPU cores by.\n",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 62,
                               column: 31,
                              },
                              end: Position {
                               line: 64,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 59,
                       column: 27,
                      },
                      end: Position {
                       line: 65,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "gpuOffset",
                   span: Span {
                    start: Position {
                     line: 67,
                     column: 5,
                    },
                    end: Position {
                     line: 67,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 67,
                      column: 17,
                     },
                     end: Position {
                      line: 67,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 68,
                             column: 7,
                            },
                            end: Position {
                             line: 68,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 68,
                                column: 14,
                               },
                               end: Position {
                                line: 68,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 68,
                                 column: 20,
                                },
                                end: Position {
                                 line: 68,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 68,
                                 column: 27,
                                },
                                end: Position {
                                 line: 68,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "int",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 69,
                             column: 7,
                            },
                            end: Position {
                             line: 69,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 69,
                            column: 17,
                           },
                           end: Position {
                            line: 69,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 70,
                             column: 7,
                            },
                            end: Position {
                             line: 70,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 70,
                                column: 21,
                               },
                               end: Position {
                                line: 70,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 70,
                                 column: 25,
                                },
                                end: Position {
                                 line: 70,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The amount of voltage in mV to offset the GPU by.\n",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 70,
                               column: 31,
                              },
                              end: Position {
                               line: 72,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 67,
                       column: 26,
                      },
                      end: Position {
                       line: 73,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "uncoreOffset",
                   span: Span {
                    start: Position {
                     line: 75,
                     column: 5,
                    },
                    end: Position {
                     line: 75,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 75,
                      column: 20,
                     },
                     end: Position {
                      line: 75,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 76,
                             column: 7,
                            },
                            end: Position {
                             line: 76,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 76,
                                column: 14,
                               },
                               end: Position {
                                line: 76,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 20,
                                },
                                end: Position {
                                 line: 76,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 27,
                                },
                                end: Position {
                                 line: 76,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "int",
                                span: Span {
                                 start: Position {
                                  line: 76,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 76,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 77,
                             column: 7,
                            },
                            end: Position {
                             line: 77,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 77,
                            column: 17,
                           },
                           end: Position {
                            line: 77,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 78,
                             column: 7,
                            },
                            end: Position {
                             line: 78,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 78,
                                column: 21,
                               },
                               end: Position {
                                line: 78,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 78,
                                 column: 25,
                                },
                                end: Position {
                                 line: 78,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The amount of voltage in mV to offset uncore by.\n",
                                span: Span {
                                 start: Position {
                                  line: 79,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 78,
                               column: 31,
                              },
                              end: Position {
                               line: 80,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 75,
                       column: 29,
                      },
                      end: Position {
                       line: 81,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "analogioOffset",
                   span: Span {
                    start: Position {
                     line: 83,
                     column: 5,
                    },
                    end: Position {
                     line: 83,
                     column: 19,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 83,
                      column: 22,
                     },
                     end: Position {
                      line: 83,
                      column: 30,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 84,
                             column: 7,
                            },
                            end: Position {
                             line: 84,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 84,
                                column: 14,
                               },
                               end: Position {
                                line: 84,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 84,
                                 column: 20,
                                },
                                end: Position {
                                 line: 84,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 84,
                                 column: 27,
                                },
                                end: Position {
                                 line: 84,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "int",
                                span: Span {
                                 start: Position {
                                  line: 84,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 85,
                             column: 7,
                            },
                            end: Position {
                             line: 85,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 85,
                            column: 17,
                           },
                           end: Position {
                            line: 85,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 86,
                             column: 7,
                            },
                            end: Position {
                             line: 86,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 86,
                                column: 21,
                               },
                               end: Position {
                                line: 86,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 86,
                                 column: 25,
                                },
                                end: Position {
                                 line: 86,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The amount of voltage in mV to offset analogio by.\n",
                                span: Span {
                                 start: Position {
                                  line: 87,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 86,
                               column: 31,
                              },
                              end: Position {
                               line: 88,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 83,
                       column: 31,
                      },
                      end: Position {
                       line: 89,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "temp",
                   span: Span {
                    start: Position {
                     line: 91,
                     column: 5,
                    },
                    end: Position {
                     line: 91,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 91,
                      column: 12,
                     },
                     end: Position {
                      line: 91,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 92,
                             column: 7,
                            },
                            end: Position {
                             line: 92,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 92,
                                column: 14,
                               },
                               end: Position {
                                line: 92,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 20,
                                },
                                end: Position {
                                 line: 92,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 27,
                                },
                                end: Position {
                                 line: 92,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "int",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 93,
                             column: 7,
                            },
                            end: Position {
                             line: 93,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 93,
                            column: 17,
                           },
                           end: Position {
                            line: 93,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 94,
                             column: 7,
                            },
                            end: Position {
                             line: 94,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 94,
                                column: 21,
                               },
                               end: Position {
                                line: 94,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 25,
                                },
                                end: Position {
                                 line: 94,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The temperature target in Celsius degrees.\n",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 94,
                               column: 31,
                              },
                              end: Position {
                               line: 96,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 91,
                       column: 21,
                      },
                      end: Position {
                       line: 97,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "tempAc",
                   span: Span {
                    start: Position {
                     line: 99,
                     column: 5,
                    },
                    end: Position {
                     line: 99,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 99,
                      column: 14,
                     },
                     end: Position {
                      line: 99,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 100,
                             column: 7,
                            },
                            end: Position {
                             line: 100,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 100,
                                column: 14,
                               },
                               end: Position {
                                line: 100,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 100,
                                 column: 20,
                                },
                                end: Position {
                                 line: 100,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 100,
                                 column: 27,
                                },
                                end: Position {
                                 line: 100,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "int",
                                span: Span {
                                 start: Position {
                                  line: 100,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 100,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 101,
                             column: 7,
                            },
                            end: Position {
                             line: 101,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 101,
                            column: 17,
                           },
                           end: Position {
                            line: 101,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 7,
                            },
                            end: Position {
                             line: 102,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 102,
                                column: 21,
                               },
                               end: Position {
                                line: 102,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 102,
                                 column: 25,
                                },
                                end: Position {
                                 line: 102,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The temperature target on AC power in Celsius degrees.\n",
                                span: Span {
                                 start: Position {
                                  line: 103,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 104,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 31,
                              },
                              end: Position {
                               line: 104,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 99,
                       column: 23,
                      },
                      end: Position {
                       line: 105,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "tempBat",
                   span: Span {
                    start: Position {
                     line: 107,
                     column: 5,
                    },
                    end: Position {
                     line: 107,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 107,
                      column: 15,
                     },
                     end: Position {
                      line: 107,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 108,
                             column: 7,
                            },
                            end: Position {
                             line: 108,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 108,
                                column: 14,
                               },
                               end: Position {
                                line: 108,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 108,
                                 column: 20,
                                },
                                end: Position {
                                 line: 108,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 108,
                                 column: 27,
                                },
                                end: Position {
                                 line: 108,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "int",
                                span: Span {
                                 start: Position {
                                  line: 108,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 108,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 109,
                             column: 7,
                            },
                            end: Position {
                             line: 109,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 109,
                            column: 17,
                           },
                           end: Position {
                            line: 109,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 110,
                             column: 7,
                            },
                            end: Position {
                             line: 110,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 110,
                                column: 21,
                               },
                               end: Position {
                                line: 110,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 110,
                                 column: 25,
                                },
                                end: Position {
                                 line: 110,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The temperature target on battery power in Celsius degrees.\n",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 110,
                               column: 31,
                              },
                              end: Position {
                               line: 112,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 107,
                       column: 24,
                      },
                      end: Position {
                       line: 113,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "p1",
                   span: Span {
                    start: Position {
                     line: 115,
                     column: 5,
                    },
                    end: Position {
                     line: 115,
                     column: 7,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "limit",
                   span: Span {
                    start: Position {
                     line: 115,
                     column: 8,
                    },
                    end: Position {
                     line: 115,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 115,
                      column: 16,
                     },
                     end: Position {
                      line: 115,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 116,
                             column: 7,
                            },
                            end: Position {
                             line: 116,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: With(
                         With {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 116,
                              column: 19,
                             },
                             end: Position {
                              line: 116,
                              column: 24,
                             },
                            },
                           },
                          ),
                          target: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nullOr",
                              span: Span {
                               start: Position {
                                line: 116,
                                column: 26,
                               },
                               end: Position {
                                line: 116,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Identifier(
                              Identifier {
                               id: "int",
                               span: Span {
                                start: Position {
                                 line: 116,
                                 column: 33,
                                },
                                end: Position {
                                 line: 116,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 116,
                            column: 14,
                           },
                           end: Position {
                            line: 116,
                            column: 36,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 117,
                             column: 7,
                            },
                            end: Position {
                             line: 117,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 117,
                            column: 17,
                           },
                           end: Position {
                            line: 117,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 118,
                             column: 7,
                            },
                            end: Position {
                             line: 118,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 118,
                                column: 21,
                               },
                               end: Position {
                                line: 118,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 118,
                                 column: 25,
                                },
                                end: Position {
                                 line: 118,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The P1 Power Limit in Watts.\nBoth limit and window must be set.\n",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 121,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 118,
                               column: 31,
                              },
                              end: Position {
                               line: 121,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 115,
                       column: 25,
                      },
                      end: Position {
                       line: 122,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "p1",
                   span: Span {
                    start: Position {
                     line: 123,
                     column: 5,
                    },
                    end: Position {
                     line: 123,
                     column: 7,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "window",
                   span: Span {
                    start: Position {
                     line: 123,
                     column: 8,
                    },
                    end: Position {
                     line: 123,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 123,
                      column: 17,
                     },
                     end: Position {
                      line: 123,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 124,
                             column: 7,
                            },
                            end: Position {
                             line: 124,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: With(
                         With {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 124,
                              column: 19,
                             },
                             end: Position {
                              line: 124,
                              column: 24,
                             },
                            },
                           },
                          ),
                          target: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nullOr",
                              span: Span {
                               start: Position {
                                line: 124,
                                column: 26,
                               },
                               end: Position {
                                line: 124,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "oneOf",
                                 span: Span {
                                  start: Position {
                                   line: 124,
                                   column: 34,
                                  },
                                  end: Position {
                                   line: 124,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   Identifier(
                                    Identifier {
                                     id: "float",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 124,
                                       column: 47,
                                      },
                                     },
                                    },
                                   ),
                                   Identifier(
                                    Identifier {
                                     id: "int",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 48,
                                      },
                                      end: Position {
                                       line: 124,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 124,
                                    column: 40,
                                   },
                                   end: Position {
                                    line: 124,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 124,
                            column: 14,
                           },
                           end: Position {
                            line: 124,
                            column: 54,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 125,
                             column: 7,
                            },
                            end: Position {
                             line: 125,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 125,
                            column: 17,
                           },
                           end: Position {
                            line: 125,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 126,
                             column: 7,
                            },
                            end: Position {
                             line: 126,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 126,
                                column: 21,
                               },
                               end: Position {
                                line: 126,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 126,
                                 column: 25,
                                },
                                end: Position {
                                 line: 126,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The P1 Time Window in seconds.\nBoth limit and window must be set.\n",
                                span: Span {
                                 start: Position {
                                  line: 127,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 129,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 126,
                               column: 31,
                              },
                              end: Position {
                               line: 129,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 123,
                       column: 26,
                      },
                      end: Position {
                       line: 130,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "p2",
                   span: Span {
                    start: Position {
                     line: 132,
                     column: 5,
                    },
                    end: Position {
                     line: 132,
                     column: 7,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "limit",
                   span: Span {
                    start: Position {
                     line: 132,
                     column: 8,
                    },
                    end: Position {
                     line: 132,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 132,
                      column: 16,
                     },
                     end: Position {
                      line: 132,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 133,
                             column: 7,
                            },
                            end: Position {
                             line: 133,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: With(
                         With {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 133,
                              column: 19,
                             },
                             end: Position {
                              line: 133,
                              column: 24,
                             },
                            },
                           },
                          ),
                          target: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nullOr",
                              span: Span {
                               start: Position {
                                line: 133,
                                column: 26,
                               },
                               end: Position {
                                line: 133,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Identifier(
                              Identifier {
                               id: "int",
                               span: Span {
                                start: Position {
                                 line: 133,
                                 column: 33,
                                },
                                end: Position {
                                 line: 133,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 133,
                            column: 14,
                           },
                           end: Position {
                            line: 133,
                            column: 36,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 134,
                             column: 7,
                            },
                            end: Position {
                             line: 134,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 134,
                            column: 17,
                           },
                           end: Position {
                            line: 134,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 135,
                             column: 7,
                            },
                            end: Position {
                             line: 135,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 135,
                                column: 21,
                               },
                               end: Position {
                                line: 135,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 135,
                                 column: 25,
                                },
                                end: Position {
                                 line: 135,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The P2 Power Limit in Watts.\nBoth limit and window must be set.\n",
                                span: Span {
                                 start: Position {
                                  line: 136,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 138,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 135,
                               column: 31,
                              },
                              end: Position {
                               line: 138,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 132,
                       column: 25,
                      },
                      end: Position {
                       line: 139,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "p2",
                   span: Span {
                    start: Position {
                     line: 140,
                     column: 5,
                    },
                    end: Position {
                     line: 140,
                     column: 7,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "window",
                   span: Span {
                    start: Position {
                     line: 140,
                     column: 8,
                    },
                    end: Position {
                     line: 140,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 140,
                      column: 17,
                     },
                     end: Position {
                      line: 140,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 141,
                             column: 7,
                            },
                            end: Position {
                             line: 141,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: With(
                         With {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 141,
                              column: 19,
                             },
                             end: Position {
                              line: 141,
                              column: 24,
                             },
                            },
                           },
                          ),
                          target: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nullOr",
                              span: Span {
                               start: Position {
                                line: 141,
                                column: 26,
                               },
                               end: Position {
                                line: 141,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "oneOf",
                                 span: Span {
                                  start: Position {
                                   line: 141,
                                   column: 34,
                                  },
                                  end: Position {
                                   line: 141,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   Identifier(
                                    Identifier {
                                     id: "float",
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 47,
                                      },
                                     },
                                    },
                                   ),
                                   Identifier(
                                    Identifier {
                                     id: "int",
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 48,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 141,
                                    column: 40,
                                   },
                                   end: Position {
                                    line: 141,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 141,
                            column: 14,
                           },
                           end: Position {
                            line: 141,
                            column: 54,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 142,
                             column: 7,
                            },
                            end: Position {
                             line: 142,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 142,
                            column: 17,
                           },
                           end: Position {
                            line: 142,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 143,
                             column: 7,
                            },
                            end: Position {
                             line: 143,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 143,
                                column: 21,
                               },
                               end: Position {
                                line: 143,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 143,
                                 column: 25,
                                },
                                end: Position {
                                 line: 143,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The P2 Time Window in seconds.\nBoth limit and window must be set.\n",
                                span: Span {
                                 start: Position {
                                  line: 144,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 146,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 143,
                               column: 31,
                              },
                              end: Position {
                               line: 146,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 140,
                       column: 26,
                      },
                      end: Position {
                       line: 147,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "useTimer",
                   span: Span {
                    start: Position {
                     line: 149,
                     column: 5,
                    },
                    end: Position {
                     line: 149,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 149,
                      column: 16,
                     },
                     end: Position {
                      line: 149,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 150,
                             column: 7,
                            },
                            end: Position {
                             line: 150,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 150,
                              column: 14,
                             },
                             end: Position {
                              line: 150,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 150,
                               column: 20,
                              },
                              end: Position {
                               line: 150,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 151,
                             column: 7,
                            },
                            end: Position {
                             line: 151,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 151,
                            column: 17,
                           },
                           end: Position {
                            line: 151,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 152,
                             column: 7,
                            },
                            end: Position {
                             line: 152,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 152,
                                column: 21,
                               },
                               end: Position {
                                line: 152,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 152,
                                 column: 25,
                                },
                                end: Position {
                                 line: 152,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Whether to set a timer that applies the undervolt settings every 30s.\nThis will cause spam in the journal but might be required for some\nhardware under specific conditions.\nEnable this if your undervolt settings don't hold.\n",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 157,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 152,
                               column: 31,
                              },
                              end: Position {
                               line: 157,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 149,
                       column: 25,
                      },
                      end: Position {
                       line: 158,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 35,
               column: 32,
              },
              end: Position {
               line: 159,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 161,
                column: 3,
               },
               end: Position {
                line: 161,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 161,
                 column: 12,
                },
                end: Position {
                 line: 161,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 161,
                    column: 17,
                   },
                   end: Position {
                    line: 161,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 161,
                     column: 21,
                    },
                    end: Position {
                     line: 161,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "boot",
                      span: Span {
                       start: Position {
                        line: 162,
                        column: 5,
                       },
                       end: Position {
                        line: 162,
                        column: 9,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "kernelModules",
                      span: Span {
                       start: Position {
                        line: 162,
                        column: 10,
                       },
                       end: Position {
                        line: 162,
                        column: 23,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "msr",
                           span: Span {
                            start: Position {
                             line: 162,
                             column: 29,
                            },
                            end: Position {
                             line: 162,
                             column: 32,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 162,
                          column: 28,
                         },
                         end: Position {
                          line: 162,
                          column: 33,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 162,
                       column: 26,
                      },
                      end: Position {
                       line: 162,
                       column: 35,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 164,
                        column: 5,
                       },
                       end: Position {
                        line: 164,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 164,
                        column: 17,
                       },
                       end: Position {
                        line: 164,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 164,
                            column: 36,
                           },
                           end: Position {
                            line: 164,
                            column: 39,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 164,
                             column: 40,
                            },
                            end: Position {
                             line: 164,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 164,
                       column: 34,
                      },
                      end: Position {
                       line: 164,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 166,
                        column: 5,
                       },
                       end: Position {
                        line: 166,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 166,
                        column: 13,
                       },
                       end: Position {
                        line: 166,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "undervolt",
                      span: Span {
                       start: Position {
                        line: 166,
                        column: 22,
                       },
                       end: Position {
                        line: 166,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 167,
                             column: 7,
                            },
                            end: Position {
                             line: 167,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Intel Undervolting Service",
                             span: Span {
                              start: Position {
                               line: 167,
                               column: 22,
                              },
                              end: Position {
                               line: 167,
                               column: 48,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 167,
                            column: 21,
                           },
                           end: Position {
                            line: 167,
                            column: 49,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 170,
                             column: 7,
                            },
                            end: Position {
                             line: 170,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 170,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 170,
                               column: 20,
                              },
                              end: Position {
                               line: 170,
                               column: 39,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "post-resume.target",
                                span: Span {
                                 start: Position {
                                  line: 170,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 59,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 170,
                               column: 40,
                              },
                              end: Position {
                               line: 170,
                               column: 60,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 170,
                            column: 18,
                           },
                           end: Position {
                            line: 170,
                            column: 62,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 171,
                             column: 7,
                            },
                            end: Position {
                             line: 171,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "post-resume.target",
                                span: Span {
                                 start: Position {
                                  line: 171,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 171,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 171,
                               column: 17,
                              },
                              end: Position {
                               line: 171,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 171,
                            column: 15,
                           },
                           end: Position {
                            line: 171,
                            column: 39,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 173,
                             column: 7,
                            },
                            end: Position {
                             line: 173,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Type",
                                span: Span {
                                 start: Position {
                                  line: 174,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 174,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "oneshot",
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 174,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 174,
                                 column: 16,
                                },
                                end: Position {
                                 line: 174,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 175,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 175,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "no",
                                  span: Span {
                                   start: Position {
                                    line: 175,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 175,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 175,
                                 column: 19,
                                },
                                end: Position {
                                 line: 175,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 176,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 176,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 176,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 176,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "package",
                                       span: Span {
                                        start: Position {
                                         line: 176,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 176,
                                         column: 35,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/undervolt ",
                                  span: Span {
                                   start: Position {
                                    line: 176,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 176,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "toString",
                                      span: Span {
                                       start: Position {
                                        line: 176,
                                        column: 53,
                                       },
                                       end: Position {
                                        line: 176,
                                        column: 61,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "cliArgs",
                                       span: Span {
                                        start: Position {
                                         line: 176,
                                         column: 62,
                                        },
                                        end: Position {
                                         line: 176,
                                         column: 69,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 176,
                                 column: 21,
                                },
                                end: Position {
                                 line: 176,
                                 column: 71,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 173,
                            column: 23,
                           },
                           end: Position {
                            line: 177,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 166,
                       column: 34,
                      },
                      end: Position {
                       line: 178,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 180,
                        column: 5,
                       },
                       end: Position {
                        line: 180,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "timers",
                      span: Span {
                       start: Position {
                        line: 180,
                        column: 13,
                       },
                       end: Position {
                        line: 180,
                        column: 19,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "undervolt",
                      span: Span {
                       start: Position {
                        line: 180,
                        column: 20,
                       },
                       end: Position {
                        line: 180,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 180,
                         column: 32,
                        },
                        end: Position {
                         line: 180,
                         column: 36,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 180,
                            column: 37,
                           },
                           end: Position {
                            line: 180,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "useTimer",
                           span: Span {
                            start: Position {
                             line: 180,
                             column: 41,
                            },
                            end: Position {
                             line: 180,
                             column: 49,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 181,
                                column: 7,
                               },
                               end: Position {
                                line: 181,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Undervolt timer to ensure voltage settings are always applied",
                                span: Span {
                                 start: Position {
                                  line: 181,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 181,
                                  column: 83,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 181,
                               column: 21,
                              },
                              end: Position {
                               line: 181,
                               column: 84,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "partOf",
                              span: Span {
                               start: Position {
                                line: 182,
                                column: 7,
                               },
                               end: Position {
                                line: 182,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: List(
                            List {
                             elements: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "undervolt.service",
                                   span: Span {
                                    start: Position {
                                     line: 182,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 182,
                                     column: 36,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 182,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 182,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 182,
                               column: 16,
                              },
                              end: Position {
                               line: 182,
                               column: 39,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "wantedBy",
                              span: Span {
                               start: Position {
                                line: 183,
                                column: 7,
                               },
                               end: Position {
                                line: 183,
                                column: 15,
                               },
                              },
                             },
                            ),
                           ],
                           to: List(
                            List {
                             elements: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "multi-user.target",
                                   span: Span {
                                    start: Position {
                                     line: 183,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 183,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 183,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 183,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 183,
                               column: 18,
                              },
                              end: Position {
                               line: 183,
                               column: 41,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "timerConfig",
                              span: Span {
                               start: Position {
                                line: 184,
                                column: 7,
                               },
                               end: Position {
                                line: 184,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "OnBootSec",
                                   span: Span {
                                    start: Position {
                                     line: 185,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 185,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "2min",
                                     span: Span {
                                      start: Position {
                                       line: 185,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 185,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 185,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 185,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "OnUnitActiveSec",
                                   span: Span {
                                    start: Position {
                                     line: 186,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 186,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "30",
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 28,
                                      },
                                      end: Position {
                                       line: 186,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 186,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 186,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 184,
                               column: 21,
                              },
                              end: Position {
                               line: 187,
                               column: 8,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 180,
                          column: 50,
                         },
                         end: Position {
                          line: 188,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 161,
                  column: 28,
                 },
                 end: Position {
                  line: 189,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 34,
          column: 1,
         },
         end: Position {
          line: 190,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 4,
        column: 1,
       },
       end: Position {
        line: 190,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 190,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 190,
    column: 2,
   },
  },
 },
)