---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "attrsOfSub",
       position: (4, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (4, 16),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "mkIf",
         position: (4, 20),
        },
       ],
      },
      default: None,
     },
     arguments: [
      PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (4, 25),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "enable",
          position: (4, 32),
         },
        ],
       },
       default: None,
      },
      Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "foo",
            position: (5, 5),
           },
           Raw {
            content: "enable",
            position: (5, 9),
           },
          ],
         },
         to: Variable {
          identifier: "true",
          position: (5, 18),
         },
        },
       ],
       recursive: false,
       position: (4, 39),
      },
     ],
    },
   },
  ],
  recursive: false,
  position: (3, 1),
 },
 position: (1, 1),
}