---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "attrsOfSub",
       position: (4, 3),
      },
      Raw {
       content: "foo",
       position: (4, 14),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (4, 20),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "mkIf",
         position: (4, 24),
        },
       ],
      },
      default: None,
     },
     arguments: [
      PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (4, 29),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "enable",
          position: (4, 36),
         },
        ],
       },
       default: None,
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (5, 5),
           },
          ],
         },
         Variable {
          identifier: "true",
          position: (5, 14),
         },
        ),
       ],
       recursive: false,
       position: (4, 43),
      },
     ],
    },
   ),
  ],
  recursive: false,
  position: (3, 1),
 },
 position: (1, 1),
}