---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "config",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   Inherit(
    Some(
     Variable {
      identifier: "lib",
      position: (3, 12),
     },
    ),
    [
     Raw {
      content: "types",
      position: (3, 17),
     },
    ],
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (5, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "fun",
           position: (6, 5),
          },
         ],
        },
        FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (6, 11),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "mkOption",
             position: (6, 15),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "type",
                position: (7, 7),
               },
              ],
             },
             FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (7, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "functionTo",
                  position: (7, 20),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (7, 32),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "listOf",
                    position: (7, 38),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (7, 45),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (7, 51),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (6, 24),
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "result",
           position: (10, 5),
          },
         ],
        },
        FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (10, 14),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "mkOption",
             position: (10, 18),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "type",
                position: (11, 7),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "types",
               position: (11, 14),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "str",
                 position: (11, 20),
                },
               ],
              },
              default: None,
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "default",
                position: (12, 7),
               },
              ],
             },
             FunctionApplication {
              function: Variable {
               identifier: "toString",
               position: (12, 17),
              },
              arguments: [
               FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (12, 27),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "fun",
                    position: (12, 34),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "a",
                       position: (13, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "a",
                       position: (13, 14),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "b",
                       position: (14, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "b",
                       position: (14, 14),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "c",
                       position: (15, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "c",
                       position: (15, 14),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (12, 38),
                 },
                ],
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (10, 27),
          },
         ],
        },
       ),
      ],
      recursive: false,
      position: (5, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (20, 3),
       },
       Raw {
        content: "fun",
        position: (20, 10),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "lib",
        position: (20, 16),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "mkMerge",
          position: (20, 20),
         },
        ],
       },
       default: None,
      },
      arguments: [
       List {
        elements: [
         Function {
          argument: Some(
           "input",
          ),
          arguments: FunctionArguments {
           arguments: [],
           ellipsis: false,
          },
          definition: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "input",
              position: (21, 15),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "a",
                position: (21, 21),
               },
              ],
             },
             default: None,
            },
           ],
           position: (21, 13),
          },
          position: (21, 6),
         },
         Function {
          argument: Some(
           "input",
          ),
          arguments: FunctionArguments {
           arguments: [],
           ellipsis: false,
          },
          definition: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "input",
              position: (22, 15),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "b",
                position: (22, 21),
               },
              ],
             },
             default: None,
            },
           ],
           position: (22, 13),
          },
          position: (22, 6),
         },
        ],
        position: (20, 28),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (4, 4),
  },
  position: (2, 1),
 },
 position: (1, 1),
}