---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   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: (5, 5),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (5, 11),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "programs",
         position: (5, 18),
        },
        Raw {
         content: "systemtap",
         position: (5, 27),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (8, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "programs",
            position: (9, 5),
           },
           Raw {
            content: "systemtap",
            position: (9, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (10, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (10, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (11, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (11, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (11, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (12, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (12, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (13, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Install <command>systemtap</command> along with necessary kernel options.\n",
                    position: (14, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (10, 25),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (9, 26),
         },
        ),
       ],
       recursive: false,
       position: (8, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (19, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (19, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (19, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (19, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "system",
              position: (20, 5),
             },
             Raw {
              content: "requiredKernelConfig",
              position: (20, 12),
             },
            ],
           },
           With {
            expression: PropertyAccess {
             expression: Variable {
              identifier: "config",
              position: (20, 40),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "lib",
                position: (20, 47),
               },
               Raw {
                content: "kernelConfig",
                position: (20, 51),
               },
              ],
             },
             default: None,
            },
            target: List {
             elements: [
              FunctionApplication {
               function: Variable {
                identifier: "isYes",
                position: (21, 8),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "DEBUG",
                   position: (21, 15),
                  },
                 ],
                },
               ],
              },
             ],
             position: (20, 65),
            },
            position: (20, 35),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "boot",
              position: (23, 5),
             },
             Raw {
              content: "kernel",
              position: (23, 10),
             },
             Raw {
              content: "features",
              position: (23, 17),
             },
             Raw {
              content: "debug",
              position: (23, 26),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (23, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (24, 5),
             },
             Raw {
              content: "systemPackages",
              position: (24, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (25, 7),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "boot",
                 position: (25, 14),
                },
                Raw {
                 content: "kernelPackages",
                 position: (25, 19),
                },
                Raw {
                 content: "systemtap",
                 position: (25, 34),
                },
               ],
              },
              default: None,
             },
            ],
            position: (24, 34),
           },
          ),
         ],
         recursive: false,
         position: (19, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (6, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}