---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "options",
       position: (2, 3),
      },
      Raw {
       content: "submodule",
       position: (2, 11),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (2, 23),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "mkOption",
         position: (2, 27),
        },
       ],
      },
      default: None,
     },
     arguments: [
      Map {
       bindings: [
        Inherit(
         Some(
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (3, 14),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "evalModules",
               position: (3, 18),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "modules",
                  position: (4, 7),
                 },
                ],
               },
               List {
                elements: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "options",
                       position: (6, 11),
                      },
                      Raw {
                       content: "inner",
                       position: (6, 19),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "lib",
                       position: (6, 27),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "mkOption",
                         position: (6, 31),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "type",
                            position: (7, 13),
                           },
                          ],
                         },
                         PropertyAccess {
                          expression: Variable {
                           identifier: "lib",
                           position: (7, 20),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "types",
                             position: (7, 24),
                            },
                            Raw {
                             content: "bool",
                             position: (7, 30),
                            },
                           ],
                          },
                          default: None,
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "default",
                            position: (8, 13),
                           },
                          ],
                         },
                         Variable {
                          identifier: "false",
                          position: (8, 23),
                         },
                        ),
                       ],
                       recursive: false,
                       position: (6, 40),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (5, 9),
                 },
                ],
                position: (4, 17),
               },
              ),
             ],
             recursive: false,
             position: (3, 30),
            },
           ],
          },
         ),
         [
          Raw {
           content: "type",
           position: (12, 8),
          },
         ],
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "default",
            position: (13, 5),
           },
          ],
         },
         Map {
          bindings: [],
          recursive: false,
          position: (13, 15),
         },
        ),
       ],
       recursive: false,
       position: (2, 36),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "config",
       position: (16, 3),
      },
      Raw {
       content: "submodule",
       position: (16, 10),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (16, 22),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "mkMerge",
         position: (16, 26),
        },
       ],
      },
      default: None,
     },
     arguments: [
      List {
       elements: [
        Function {
         argument: None,
         arguments: FunctionArguments {
          arguments: [
           FunctionArgument {
            identifier: "lib",
            default: None,
           },
          ],
          ellipsis: true,
         },
         definition: Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "options",
               position: (18, 7),
              },
              Raw {
               content: "outer",
               position: (18, 15),
              },
             ],
            },
            FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (18, 23),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "mkOption",
                 position: (18, 27),
                },
               ],
              },
              default: None,
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (19, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (19, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "types",
                     position: (19, 20),
                    },
                    Raw {
                     content: "bool",
                     position: (19, 26),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (20, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (20, 19),
                 },
                ),
               ],
               recursive: false,
               position: (18, 36),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (17, 20),
         },
         position: (17, 6),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "inner",
              position: (24, 7),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (24, 15),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "outer",
              position: (25, 7),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (25, 15),
           },
          ),
         ],
         recursive: false,
         position: (23, 5),
        },
       ],
       position: (16, 34),
      },
     ],
    },
   ),
  ],
  recursive: false,
  position: (1, 15),
 },
 position: (1, 1),
}