---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "mbpfan",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "verbose",
        position: (7, 3),
       },
      ],
     },
     IfThenElse {
      predicate: PropertyAccess {
       expression: Variable {
        identifier: "cfg",
        position: (7, 16),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "verbose",
          position: (7, 20),
         },
        ],
       },
       default: None,
      },
      then: String {
       parts: [
        Raw {
         content: "v",
         position: (7, 34),
        },
       ],
      },
      else_: String {
       parts: [],
      },
      position: (7, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "settingsFormat",
        position: (8, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (8, 20),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "formats",
          position: (8, 25),
         },
         Raw {
          content: "ini",
          position: (8, 33),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [],
        recursive: false,
        position: (8, 37),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "settingsFile",
        position: (9, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "settingsFormat",
        position: (9, 18),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "generate",
          position: (9, 33),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "mbpfan.ini",
          position: (9, 43),
         },
        ],
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (9, 55),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "settings",
           position: (9, 59),
          },
         ],
        },
        default: None,
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (12, 3),
        },
        Raw {
         content: "services",
         position: (12, 11),
        },
        Raw {
         content: "mbpfan",
         position: (12, 20),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (13, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (13, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "mbpfan, fan controller daemon for Apple Macs and MacBooks",
              position: (13, 30),
             },
            ],
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "package",
            position: (15, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (15, 15),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (16, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (16, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "package",
                  position: (16, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (17, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "pkgs",
                position: (17, 17),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "mbpfan",
                  position: (17, 22),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "defaultText",
                 position: (18, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (18, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "pkgs.mbpfan",
                   position: (18, 40),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (19, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "The package used for the mbpfan daemon.\n",
                 position: (20, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (15, 24),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "verbose",
            position: (24, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (24, 15),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (25, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (25, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "bool",
                  position: (25, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (26, 7),
                },
               ],
              },
              Variable {
               identifier: "false",
               position: (26, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (27, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "If true, sets the log level to verbose.\n",
                 position: (28, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (24, 24),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "settings",
            position: (32, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (32, 16),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (33, 7),
                },
               ],
              },
              Map {
               bindings: [],
               recursive: false,
               position: (33, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (34, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "The INI configuration for Mbpfan.",
                 position: (34, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (35, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (35, 14),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "submodule",
                   position: (35, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "freeformType",
                      position: (36, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "settingsFormat",
                     position: (36, 24),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (36, 39),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (38, 9),
                     },
                     Raw {
                      content: "general",
                      position: (38, 17),
                     },
                     Raw {
                      content: "min_fan1_speed",
                      position: (38, 25),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkOption",
                     position: (38, 42),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "type",
                           position: (39, 11),
                          },
                         ],
                        },
                        FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "types",
                           position: (39, 18),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "nullOr",
                             position: (39, 24),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "types",
                            position: (39, 31),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "int",
                              position: (39, 37),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "default",
                           position: (40, 11),
                          },
                         ],
                        },
                        Int {
                         value: 2000,
                         position: (40, 21),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "description",
                           position: (41, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "The minimum fan speed. Setting to null enables automatic detection.\nCheck minimum fan limits with \"cat /sys/devices/platform/applesmc.768/fan*_min\".\n",
                           position: (42, 1),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (38, 51),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (46, 9),
                     },
                     Raw {
                      content: "general",
                      position: (46, 17),
                     },
                     Raw {
                      content: "max_fan1_speed",
                      position: (46, 25),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkOption",
                     position: (46, 42),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "type",
                           position: (47, 11),
                          },
                         ],
                        },
                        FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "types",
                           position: (47, 18),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "nullOr",
                             position: (47, 24),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "types",
                            position: (47, 31),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "int",
                              position: (47, 37),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "default",
                           position: (48, 11),
                          },
                         ],
                        },
                        Int {
                         value: 6199,
                         position: (48, 21),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "description",
                           position: (49, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "The maximum fan speed. Setting to null enables automatic detection.\nCheck maximum fan limits with \"cat /sys/devices/platform/applesmc.768/fan*_max\".\n",
                           position: (50, 1),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (46, 51),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (54, 9),
                     },
                     Raw {
                      content: "general",
                      position: (54, 17),
                     },
                     Raw {
                      content: "low_temp",
                      position: (54, 25),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkOption",
                     position: (54, 36),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "type",
                           position: (55, 11),
                          },
                         ],
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (55, 18),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "int",
                            position: (55, 24),
                           },
                          ],
                         },
                         default: None,
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "default",
                           position: (56, 11),
                          },
                         ],
                        },
                        Int {
                         value: 55,
                         position: (56, 21),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "description",
                           position: (57, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "Temperature below which fan speed will be at minimum. Try ranges 55-63.",
                           position: (57, 26),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (54, 45),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (59, 9),
                     },
                     Raw {
                      content: "general",
                      position: (59, 17),
                     },
                     Raw {
                      content: "high_temp",
                      position: (59, 25),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkOption",
                     position: (59, 37),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "type",
                           position: (60, 11),
                          },
                         ],
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (60, 18),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "int",
                            position: (60, 24),
                           },
                          ],
                         },
                         default: None,
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "default",
                           position: (61, 11),
                          },
                         ],
                        },
                        Int {
                         value: 58,
                         position: (61, 21),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "description",
                           position: (62, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "Fan will increase speed when higher than this temperature. Try ranges 58-66.",
                           position: (62, 26),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (59, 46),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (64, 9),
                     },
                     Raw {
                      content: "general",
                      position: (64, 17),
                     },
                     Raw {
                      content: "max_temp",
                      position: (64, 25),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkOption",
                     position: (64, 36),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "type",
                           position: (65, 11),
                          },
                         ],
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (65, 18),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "int",
                            position: (65, 24),
                           },
                          ],
                         },
                         default: None,
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "default",
                           position: (66, 11),
                          },
                         ],
                        },
                        Int {
                         value: 86,
                         position: (66, 21),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "description",
                           position: (67, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "Fan will run at full speed above this temperature. Do not set it > 90.",
                           position: (67, 26),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (64, 45),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (69, 9),
                     },
                     Raw {
                      content: "general",
                      position: (69, 17),
                     },
                     Raw {
                      content: "polling_interval",
                      position: (69, 25),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkOption",
                     position: (69, 44),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "type",
                           position: (70, 11),
                          },
                         ],
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (70, 18),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "int",
                            position: (70, 24),
                           },
                          ],
                         },
                         default: None,
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "default",
                           position: (71, 11),
                          },
                         ],
                        },
                        Int {
                         value: 1,
                         position: (71, 21),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "description",
                           position: (72, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "The polling interval.",
                           position: (72, 26),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (69, 53),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (35, 30),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (32, 25),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (12, 29),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "imports",
         position: (78, 3),
        },
       ],
      },
      List {
       elements: [
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (79, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (79, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (79, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "pollingInterval",
               position: (79, 51),
              },
             ],
            },
           ],
           position: (79, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (79, 73),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (79, 84),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (79, 93),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "general",
               position: (79, 104),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "polling_interval",
               position: (79, 114),
              },
             ],
            },
           ],
           position: (79, 70),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (80, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (80, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (80, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "maxTemp",
               position: (80, 51),
              },
             ],
            },
           ],
           position: (80, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (80, 65),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (80, 76),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (80, 85),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "general",
               position: (80, 96),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "max_temp",
               position: (80, 106),
              },
             ],
            },
           ],
           position: (80, 62),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (81, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (81, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (81, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "lowTemp",
               position: (81, 51),
              },
             ],
            },
           ],
           position: (81, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (81, 65),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (81, 76),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (81, 85),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "general",
               position: (81, 96),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "low_temp",
               position: (81, 106),
              },
             ],
            },
           ],
           position: (81, 62),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (82, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (82, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (82, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "highTemp",
               position: (82, 51),
              },
             ],
            },
           ],
           position: (82, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (82, 66),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (82, 77),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (82, 86),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "general",
               position: (82, 97),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "high_temp",
               position: (82, 107),
              },
             ],
            },
           ],
           position: (82, 63),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (83, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (83, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (83, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "minFanSpeed",
               position: (83, 51),
              },
             ],
            },
           ],
           position: (83, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (83, 69),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (83, 80),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (83, 89),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "general",
               position: (83, 100),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "min_fan1_speed",
               position: (83, 110),
              },
             ],
            },
           ],
           position: (83, 66),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (84, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (84, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (84, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "maxFanSpeed",
               position: (84, 51),
              },
             ],
            },
           ],
           position: (84, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (84, 69),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "mbpfan",
               position: (84, 80),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "settings",
               position: (84, 89),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "general",
               position: (84, 100),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "max_fan1_speed",
               position: (84, 110),
              },
             ],
            },
           ],
           position: (84, 66),
          },
         ],
        },
       ],
       position: (78, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (87, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (87, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (87, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (87, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "boot",
              position: (88, 5),
             },
             Raw {
              content: "kernelModules",
              position: (88, 10),
             },
            ],
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "coretemp",
                position: (88, 29),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "applesmc",
                position: (88, 40),
               },
              ],
             },
            ],
            position: (88, 26),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (90, 5),
             },
             Raw {
              content: "etc",
              position: (90, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "mbpfan.conf",
                 position: (90, 22),
                },
               ],
              },
             },
             Raw {
              content: "source",
              position: (90, 35),
             },
            ],
           },
           Variable {
            identifier: "settingsFile",
            position: (90, 44),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (91, 5),
             },
             Raw {
              content: "systemPackages",
              position: (91, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (91, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "package",
                 position: (91, 40),
                },
               ],
              },
              default: None,
             },
            ],
            position: (91, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (93, 5),
             },
             Raw {
              content: "services",
              position: (93, 13),
             },
             Raw {
              content: "mbpfan",
              position: (93, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (94, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "A fan manager daemon for MacBook Pro",
                 position: (94, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (95, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "sysinit.target",
                   position: (95, 21),
                  },
                 ],
                },
               ],
               position: (95, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (96, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "syslog.target",
                   position: (96, 18),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "sysinit.target",
                   position: (96, 34),
                  },
                 ],
                },
               ],
               position: (96, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "restartTriggers",
                 position: (97, 7),
                },
               ],
              },
              List {
               elements: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (97, 27),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "environment",
                    position: (97, 34),
                   },
                   Raw {
                    content: "etc",
                    position: (97, 46),
                   },
                   Expression {
                    expression: String {
                     parts: [
                      Raw {
                       content: "mbpfan.conf",
                       position: (97, 51),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "source",
                    position: (97, 64),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (97, 25),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (98, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Type",
                    position: (99, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "simple",
                    position: (99, 17),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStart",
                    position: (100, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (100, 24),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "package",
                        position: (100, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/mbpfan -f",
                    position: (100, 36),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "verbose",
                     position: (100, 52),
                    },
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecReload",
                    position: (101, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (101, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "coreutils",
                        position: (101, 30),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/kill -HUP $MAINPID",
                    position: (101, 40),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "PIDFile",
                    position: (102, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/run/mbpfan.pid",
                    position: (102, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Restart",
                    position: (103, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "always",
                    position: (103, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (98, 23),
              },
             ),
            ],
            recursive: false,
            position: (93, 31),
           },
          ),
         ],
         recursive: false,
         position: (87, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (11, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}