---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "options",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "config",
       position: (8, 3),
      },
      Raw {
       content: "set",
       position: (8, 10),
      },
     ],
    },
    to: BinaryOperation {
     operator: Update,
     operands: [
      Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "value",
            position: (9, 5),
           },
          ],
         },
         to: IfThenElse {
          predicate: HasProperty {
           expression: Variable {
            identifier: "options",
            position: (9, 16),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "set",
              position: (9, 26),
             },
             Raw {
              content: "enable",
              position: (9, 30),
             },
            ],
           },
           position: (9, 24),
          },
          then: Int {
           value: 360,
           position: (9, 42),
          },
          else_: Int {
           value: 7,
           position: (9, 51),
          },
          position: (9, 13),
         },
        },
       ],
       recursive: false,
       position: (8, 16),
      },
      FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (12, 6),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "optionalAttrs",
           position: (12, 10),
          },
         ],
        },
        default: None,
       },
       arguments: [
        Parentheses {
         expression: HasProperty {
          expression: Variable {
           identifier: "options",
           position: (12, 25),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "set",
             position: (12, 35),
            },
            Raw {
             content: "enable",
             position: (12, 39),
            },
           ],
          },
          position: (12, 33),
         },
         position: (12, 24),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "enable",
              position: (13, 5),
             },
            ],
           },
           to: Variable {
            identifier: "true",
            position: (13, 14),
           },
          },
         ],
         recursive: false,
         position: (12, 47),
        },
       ],
      },
     ],
     position: (12, 3),
    },
   },
  ],
  recursive: false,
  position: (5, 1),
 },
 position: (1, 1),
}