---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "submod",
       position: (4, 3),
      },
     ],
    },
    Function {
     argument: None,
     arguments: FunctionArguments {
      arguments: [],
      ellipsis: true,
     },
     definition: Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "options",
           position: (5, 5),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (6, 7),
             },
            ],
           },
           FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (6, 16),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "mkOption",
                position: (6, 20),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (7, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (7, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (8, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (8, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (9, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (9, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "types",
                    position: (9, 20),
                   },
                   Raw {
                    content: "bool",
                    position: (9, 26),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (10, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Some descriptive text\n",
                   position: (11, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (6, 29),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (5, 15),
        },
       ),
      ],
      recursive: false,
      position: (4, 21),
     },
     position: (4, 12),
    },
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (19, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "attrsOfSub",
           position: (20, 5),
          },
         ],
        },
        FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (20, 18),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "mkOption",
             position: (20, 22),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "default",
                position: (21, 7),
               },
              ],
             },
             Map {
              bindings: [],
              recursive: false,
              position: (21, 17),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "example",
                position: (22, 7),
               },
              ],
             },
             Map {
              bindings: [],
              recursive: false,
              position: (22, 17),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "type",
                position: (23, 7),
               },
              ],
             },
             FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "lib",
                position: (23, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "types",
                  position: (23, 18),
                 },
                 Raw {
                  content: "attrsOf",
                  position: (23, 24),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (23, 33),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "types",
                    position: (23, 37),
                   },
                   Raw {
                    content: "submodule",
                    position: (23, 43),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 List {
                  elements: [
                   Variable {
                    identifier: "submod",
                    position: (23, 55),
                   },
                  ],
                  position: (23, 53),
                 },
                ],
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (24, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "Some descriptive text\n",
                position: (25, 1),
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (20, 31),
          },
         ],
        },
       ),
      ],
      recursive: false,
      position: (19, 13),
     },
    ),
   ],
   recursive: false,
   position: (18, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}