Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 2,
        column: 6,
       },
       end: Position {
        line: 2,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 4,
              column: 3,
             },
             end: Position {
              line: 4,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 4,
               column: 9,
              },
              end: Position {
               line: 4,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 4,
                column: 16,
               },
               end: Position {
                line: 4,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "kclock",
              span: Span {
               start: Position {
                line: 4,
                column: 25,
               },
               end: Position {
                line: 4,
                column: 31,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "kclockPkg",
            span: Span {
             start: Position {
              line: 5,
              column: 3,
             },
             end: Position {
              line: 5,
              column: 12,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 5,
               column: 15,
              },
              end: Position {
               line: 5,
               column: 19,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "libsForQt5",
              span: Span {
               start: Position {
                line: 5,
                column: 20,
               },
               end: Position {
                line: 5,
                column: 30,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "kclock",
              span: Span {
               start: Position {
                line: 5,
                column: 31,
               },
               end: Position {
                line: 5,
                column: 37,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 7,
                column: 3,
               },
               end: Position {
                line: 7,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 7,
                column: 11,
               },
               end: Position {
                line: 7,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "kclock",
              span: Span {
               start: Position {
                line: 7,
                column: 20,
               },
               end: Position {
                line: 7,
                column: 26,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 7,
                     column: 31,
                    },
                    end: Position {
                     line: 7,
                     column: 37,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 7,
                      column: 40,
                     },
                     end: Position {
                      line: 7,
                      column: 54,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 7,
                           column: 56,
                          },
                          end: Position {
                           line: 7,
                           column: 59,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 7,
                            column: 60,
                           },
                           end: Position {
                            line: 7,
                            column: 65,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Enable KClock",
                           span: Span {
                            start: Position {
                             line: 7,
                             column: 67,
                            },
                            end: Position {
                             line: 7,
                             column: 80,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 7,
                          column: 66,
                         },
                         end: Position {
                          line: 7,
                          column: 81,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 7,
               column: 29,
              },
              end: Position {
               line: 7,
               column: 85,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 9,
                column: 3,
               },
               end: Position {
                line: 9,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 9,
                 column: 12,
                },
                end: Position {
                 line: 9,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 17,
                   },
                   end: Position {
                    line: 9,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 21,
                    },
                    end: Position {
                     line: 9,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 5,
                       },
                       end: Position {
                        line: 10,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "dbus",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 14,
                       },
                       end: Position {
                        line: 10,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "packages",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 19,
                       },
                       end: Position {
                        line: 10,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "kclockPkg",
                        span: Span {
                         start: Position {
                          line: 10,
                          column: 32,
                         },
                         end: Position {
                          line: 10,
                          column: 41,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 10,
                       column: 30,
                      },
                      end: Position {
                       line: 10,
                       column: 43,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 5,
                       },
                       end: Position {
                        line: 11,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 17,
                       },
                       end: Position {
                        line: 11,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "kclockPkg",
                        span: Span {
                         start: Position {
                          line: 11,
                          column: 36,
                         },
                         end: Position {
                          line: 11,
                          column: 45,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 34,
                      },
                      end: Position {
                       line: 11,
                       column: 47,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 9,
                  column: 28,
                 },
                 end: Position {
                  line: 12,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 6,
          column: 4,
         },
         end: Position {
          line: 13,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 3,
        column: 1,
       },
       end: Position {
        line: 13,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 2,
      column: 1,
     },
     end: Position {
      line: 13,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 13,
    column: 2,
   },
  },
 },
)