---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   Inherit {
    from: Some(
     Variable {
      identifier: "lib",
      position: (3, 12),
     },
    ),
    attributes: [
     Raw {
      content: "mkOption",
      position: (3, 17),
     },
     Raw {
      content: "types",
      position: (3, 26),
     },
    ],
   },
  ],
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (6, 3),
       },
       Raw {
        content: "bare-submodule",
        position: (6, 11),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkOption",
       position: (6, 28),
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "type",
             position: (7, 5),
            },
           ],
          },
          to: FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "types",
             position: (7, 12),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "submoduleWith",
               position: (7, 18),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "modules",
                  position: (8, 7),
                 },
                ],
               },
               to: List {
                elements: [],
                position: (8, 17),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "shorthandOnlyDefinesConfig",
                  position: (9, 7),
                 },
                ],
               },
               to: PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (9, 36),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "shorthandOnlyDefinesConfig",
                   position: (9, 43),
                  },
                 ],
                },
                default: None,
               },
              },
             ],
             recursive: false,
             position: (7, 32),
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "default",
             position: (11, 5),
            },
           ],
          },
          to: Map {
           bindings: [],
           recursive: false,
           position: (11, 15),
          },
         },
        ],
        recursive: false,
        position: (6, 37),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (15, 3),
       },
       Raw {
        content: "shorthandOnlyDefinesConfig",
        position: (15, 11),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkOption",
       position: (15, 40),
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "default",
             position: (16, 5),
            },
           ],
          },
          to: Variable {
           identifier: "false",
           position: (16, 15),
          },
         },
        ],
        recursive: false,
        position: (15, 49),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (5, 1),
  },
  position: (2, 1),
 },
 position: (1, 1),
}