---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "options",
       position: (4, 3),
      },
      Raw {
       content: "set",
       position: (4, 11),
      },
     ],
    },
    Map {
     bindings: [
      KeyValue(
       AttributePath {
        attributes: [
         Raw {
          content: "enable",
          position: (5, 5),
         },
        ],
       },
       FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "lib",
          position: (5, 14),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "mkOption",
            position: (5, 18),
           },
          ],
         },
         default: None,
        },
        arguments: [
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "default",
               position: (6, 7),
              },
             ],
            },
            Variable {
             identifier: "false",
             position: (6, 17),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "example",
               position: (7, 7),
              },
             ],
            },
            Variable {
             identifier: "true",
             position: (7, 17),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "type",
               position: (8, 7),
              },
             ],
            },
            PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (8, 14),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "types",
                position: (8, 18),
               },
               Raw {
                content: "bool",
                position: (8, 24),
               },
              ],
             },
             default: None,
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "description",
               position: (9, 7),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "Some descriptive text\n",
               position: (10, 1),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (5, 27),
         },
        ],
       },
      ),
     ],
     recursive: false,
     position: (4, 17),
    },
   ),
  ],
  recursive: false,
  position: (3, 1),
 },
 position: (1, 1),
}