---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "freeformType",
       position: (2, 3),
      },
     ],
    },
    With {
     expression: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (2, 23),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "types",
         position: (2, 27),
        },
       ],
      },
      default: None,
     },
     target: FunctionApplication {
      function: Variable {
       identifier: "attrsOf",
       position: (2, 34),
      },
      arguments: [
       FunctionApplication {
        function: Variable {
         identifier: "either",
         position: (2, 43),
        },
        arguments: [
         Variable {
          identifier: "str",
          position: (2, 50),
         },
         FunctionApplication {
          function: Variable {
           identifier: "attrsOf",
           position: (2, 55),
          },
          arguments: [
           Variable {
            identifier: "str",
            position: (2, 63),
           },
          ],
         },
        ],
       },
      ],
     },
     position: (2, 18),
    },
   ),
  ],
  recursive: false,
  position: (1, 15),
 },
 position: (1, 1),
}