---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "options",
       position: (3, 3),
      },
      Raw {
       content: "value",
       position: (3, 11),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (3, 19),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "mkOption",
         position: (3, 23),
        },
       ],
      },
      default: None,
     },
     arguments: [
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "type",
            position: (4, 5),
           },
          ],
         },
         PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (4, 12),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "types",
             position: (4, 16),
            },
            Raw {
             content: "anything",
             position: (4, 22),
            },
           ],
          },
          default: None,
         },
        ),
       ],
       recursive: false,
       position: (3, 32),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "config",
       position: (7, 3),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (7, 12),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "mkMerge",
         position: (7, 16),
        },
       ],
      },
      default: None,
     },
     arguments: [
      List {
       elements: [
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (9, 7),
             },
             Raw {
              content: "int",
              position: (9, 13),
             },
            ],
           },
           Int {
            value: 0,
            position: (9, 19),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (10, 7),
             },
             Raw {
              content: "bool",
              position: (10, 13),
             },
            ],
           },
           Variable {
            identifier: "false",
            position: (10, 20),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (11, 7),
             },
             Raw {
              content: "string",
              position: (11, 13),
             },
            ],
           },
           String {
            parts: [],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (12, 7),
             },
             Raw {
              content: "path",
              position: (12, 13),
             },
            ],
           },
           Path {
            parts: [
             Raw {
              content: "/.",
              position: (12, 20),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (13, 7),
             },
             Raw {
              content: "null",
              position: (13, 13),
             },
            ],
           },
           Variable {
            identifier: "null",
            position: (13, 20),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (14, 7),
             },
             Raw {
              content: "float",
              position: (14, 13),
             },
            ],
           },
           Float {
            value: 0.1,
            position: (14, 21),
           },
          ),
         ],
         recursive: false,
         position: (8, 5),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (17, 7),
             },
             Raw {
              content: "int",
              position: (17, 13),
             },
            ],
           },
           Int {
            value: 0,
            position: (17, 19),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (18, 7),
             },
             Raw {
              content: "bool",
              position: (18, 13),
             },
            ],
           },
           Variable {
            identifier: "false",
            position: (18, 20),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (19, 7),
             },
             Raw {
              content: "string",
              position: (19, 13),
             },
            ],
           },
           String {
            parts: [],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (20, 7),
             },
             Raw {
              content: "path",
              position: (20, 13),
             },
            ],
           },
           Path {
            parts: [
             Raw {
              content: "/.",
              position: (20, 20),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (21, 7),
             },
             Raw {
              content: "null",
              position: (21, 13),
             },
            ],
           },
           Variable {
            identifier: "null",
            position: (21, 20),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "value",
              position: (22, 7),
             },
             Raw {
              content: "float",
              position: (22, 13),
             },
            ],
           },
           Float {
            value: 0.1,
            position: (22, 21),
           },
          ),
         ],
         recursive: false,
         position: (16, 5),
        },
       ],
       position: (7, 24),
      },
     ],
    },
   ),
  ],
  recursive: false,
  position: (1, 15),
 },
 position: (1, 1),
}