---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "options",
       position: (3, 3),
      },
      Raw {
       content: "value",
       position: (3, 11),
      },
     ],
    },
    to: FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (3, 19),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "mkOption",
         position: (3, 23),
        },
       ],
      },
      default: None,
     },
     arguments: [
      Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "type",
            position: (4, 5),
           },
          ],
         },
         to: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (4, 12),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "types",
             position: (4, 16),
            },
            Raw {
             content: "anything",
             position: (4, 22),
            },
           ],
          },
          default: None,
         },
        },
       ],
       recursive: false,
       position: (3, 32),
      },
     ],
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "config",
       position: (7, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (7, 12),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "mkMerge",
         position: (7, 16),
        },
       ],
      },
      default: None,
     },
     arguments: [
      List {
       elements: [
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "value",
              position: (9, 7),
             },
             Raw {
              content: "mkiffalse",
              position: (9, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (9, 25),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkIf",
                position: (9, 29),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Variable {
              identifier: "false",
              position: (9, 34),
             },
             Map {
              bindings: [],
              recursive: false,
              position: (9, 40),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (8, 5),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "value",
              position: (12, 7),
             },
             Raw {
              content: "mkiftrue",
              position: (12, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (12, 24),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkIf",
                position: (12, 28),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Variable {
              identifier: "true",
              position: (12, 33),
             },
             Map {
              bindings: [],
              recursive: false,
              position: (12, 38),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (11, 5),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "value",
              position: (15, 7),
             },
             Raw {
              content: "mkdefault",
              position: (15, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (15, 25),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkDefault",
                position: (15, 29),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Int {
              value: 0,
              position: (15, 39),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (14, 5),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "value",
              position: (18, 7),
             },
             Raw {
              content: "mkdefault",
              position: (18, 13),
             },
            ],
           },
           to: Int {
            value: 1,
            position: (18, 25),
           },
          },
         ],
         recursive: false,
         position: (17, 5),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "value",
              position: (21, 7),
             },
             Raw {
              content: "mkmerge",
              position: (21, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (21, 23),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkMerge",
                position: (21, 27),
               },
              ],
             },
             default: None,
            },
            arguments: [
             List {
              elements: [
               Map {
                bindings: [],
                recursive: false,
                position: (22, 9),
               },
              ],
              position: (21, 35),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (20, 5),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "value",
              position: (26, 7),
             },
             Raw {
              content: "mkbefore",
              position: (26, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (26, 24),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkBefore",
                position: (26, 28),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Variable {
              identifier: "true",
              position: (26, 37),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (25, 5),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "value",
              position: (29, 7),
             },
             Raw {
              content: "nested",
              position: (29, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (29, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkMerge",
                position: (29, 26),
               },
              ],
             },
             default: None,
            },
            arguments: [
             List {
              elements: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "foo",
                     position: (31, 11),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "lib",
                     position: (31, 17),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "mkDefault",
                       position: (31, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Int {
                     value: 0,
                     position: (31, 31),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "bar",
                     position: (32, 11),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "lib",
                     position: (32, 17),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "mkIf",
                       position: (32, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "false",
                     position: (32, 26),
                    },
                    Int {
                     value: 0,
                     position: (32, 32),
                    },
                   ],
                  },
                 },
                ],
                recursive: false,
                position: (30, 9),
               },
               Parentheses {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (34, 10),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "mkIf",
                     position: (34, 14),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (34, 19),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "foo",
                        position: (35, 11),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "lib",
                        position: (35, 17),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "mkIf",
                          position: (35, 21),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       Variable {
                        identifier: "true",
                        position: (35, 26),
                       },
                       Parentheses {
                        expression: FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "lib",
                           position: (35, 32),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "mkForce",
                             position: (35, 36),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          Int {
                           value: 1,
                           position: (35, 44),
                          },
                         ],
                        },
                        position: (35, 31),
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "bar",
                        position: (36, 11),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "baz",
                           position: (37, 13),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "lib",
                           position: (37, 19),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "mkDefault",
                             position: (37, 23),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          String {
                           parts: [
                            Raw {
                             content: "baz",
                             position: (37, 34),
                            },
                           ],
                           position: (37, 33),
                          },
                         ],
                        },
                       },
                      ],
                      recursive: false,
                      position: (36, 17),
                     },
                    },
                   ],
                   recursive: false,
                   position: (34, 24),
                  },
                 ],
                },
                position: (34, 9),
               },
              ],
              position: (29, 34),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (28, 5),
        },
       ],
       position: (7, 24),
      },
     ],
    },
   },
  ],
  recursive: false,
  position: (1, 15),
 },
 position: (1, 1),
}