---
Map {
 bindings: [
  Binding {
   from: AttributePath {
    parts: [
     Raw {
      content: "description",
      position: (2, 3),
     },
    ],
   },
   to: String {
    parts: [
     Raw {
      content: "Library of low-level helper functions for nix expressions.",
      position: (2, 18),
     },
    ],
    position: (2, 17),
   },
  },
  Binding {
   from: AttributePath {
    parts: [
     Raw {
      content: "outputs",
      position: (4, 3),
     },
    ],
   },
   to: Function {
    argument: Destructured {
     identifier: None,
     arguments: [
      DestructuredArgument {
       identifier: "self",
       default: None,
      },
     ],
     ellipsis: false,
    },
    definition: Map {
     bindings: [
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "lib",
          position: (4, 25),
         },
        ],
       },
       to: FunctionApplication {
        function: Variable {
         identifier: "import",
         position: (4, 31),
        },
        arguments: [
         Path {
          parts: [
           Raw {
            content: "./.",
            position: (4, 38),
           },
          ],
          position: (4, 38),
         },
        ],
       },
      },
     ],
     recursive: false,
     position: (4, 23),
    },
    position: (4, 13),
   },
  },
 ],
 recursive: false,
 position: (1, 1),
}