---
With {
 expression: FunctionApplication {
  function: Variable {
   identifier: "import",
   position: (4, 6),
  },
  arguments: [
   Path {
    parts: [
     Raw {
      content: "../../lib",
      position: (4, 13),
     },
    ],
    position: (4, 13),
   },
  ],
 },
 target: LetIn {
  bindings: [
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "trace",
       position: (7, 3),
      },
     ],
    },
    to: IfThenElse {
     predicate: BinaryOperation {
      operator: EqualTo,
      operands: [
       FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "builtins",
          position: (7, 14),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "getEnv",
            position: (7, 23),
           },
          ],
         },
         default: None,
        },
        arguments: [
         String {
          parts: [
           Raw {
            content: "VERBOSE",
            position: (7, 31),
           },
          ],
          position: (7, 30),
         },
        ],
       },
       String {
        parts: [
         Raw {
          content: "1",
          position: (7, 44),
         },
        ],
        position: (7, 43),
       },
      ],
      position: (7, 40),
     },
     then: PropertyAccess {
      expression: Variable {
       identifier: "builtins",
       position: (7, 52),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "trace",
         position: (7, 61),
        },
       ],
      },
      default: None,
     },
     else_: Parentheses {
      expression: Function {
       argument: Simple {
        identifier: "x",
       },
       definition: Function {
        argument: Simple {
         identifier: "y",
        },
        definition: Variable {
         identifier: "y",
         position: (7, 79),
        },
        position: (7, 76),
       },
       position: (7, 73),
      },
      position: (7, 72),
     },
     position: (7, 11),
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "rel",
       position: (9, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: Variable {
      identifier: "removeAttrs",
      position: (9, 9),
     },
     arguments: [
      Parentheses {
       expression: FunctionApplication {
        function: Variable {
         identifier: "import",
         position: (9, 22),
        },
        arguments: [
         Path {
          parts: [
           Raw {
            content: "../../pkgs/top-level/release.nix",
            position: (9, 29),
           },
          ],
          position: (9, 29),
         },
         Map {
          bindings: [],
          recursive: false,
          position: (9, 62),
         },
        ],
       },
       position: (9, 21),
      },
      List {
       elements: [
        String {
         parts: [
          Raw {
           content: "tarball",
           position: (9, 70),
          },
         ],
         position: (9, 69),
        },
        String {
         parts: [
          Raw {
           content: "unstable",
           position: (9, 80),
          },
         ],
         position: (9, 79),
        },
        String {
         parts: [
          Raw {
           content: "xbursttools",
           position: (9, 91),
          },
         ],
         position: (9, 90),
        },
       ],
       position: (9, 67),
      },
     ],
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "recurse",
       position: (13, 3),
      },
     ],
    },
    to: Function {
     argument: Simple {
      identifier: "path",
     },
     definition: Function {
      argument: Simple {
       identifier: "attrs",
      },
      definition: IfThenElse {
       predicate: PropertyAccess {
        expression: Parentheses {
         expression: FunctionApplication {
          function: PropertyAccess {
           expression: Variable {
            identifier: "builtins",
            position: (14, 9),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "tryEval",
              position: (14, 18),
             },
            ],
           },
           default: None,
          },
          arguments: [
           Variable {
            identifier: "attrs",
            position: (14, 26),
           },
          ],
         },
         position: (14, 8),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "success",
           position: (14, 33),
          },
         ],
        },
        default: None,
       },
       then: IfThenElse {
        predicate: FunctionApplication {
         function: Variable {
          identifier: "isDerivation",
          position: (15, 10),
         },
         arguments: [
          Variable {
           identifier: "attrs",
           position: (15, 23),
          },
         ],
        },
        then: IfThenElse {
         predicate: PropertyAccess {
          expression: Parentheses {
           expression: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "builtins",
              position: (17, 13),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "tryEval",
                position: (17, 22),
               },
              ],
             },
             default: None,
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "attrs",
               position: (17, 30),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "drvPath",
                 position: (17, 36),
                },
               ],
              },
              default: None,
             },
            ],
           },
           position: (17, 12),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "success",
             position: (17, 45),
            },
           ],
          },
          default: None,
         },
         then: Map {
          bindings: [
           Inherit {
            from: Some(
             Variable {
              identifier: "attrs",
              position: (18, 25),
             },
            ),
            attributes: [
             Raw {
              content: "name",
              position: (18, 32),
             },
             Raw {
              content: "drvPath",
              position: (18, 37),
             },
            ],
           },
          ],
          recursive: false,
          position: (18, 14),
         },
         else_: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "failed",
               position: (19, 16),
              },
             ],
            },
            to: Variable {
             identifier: "true",
             position: (19, 25),
            },
           },
          ],
          recursive: false,
          position: (19, 14),
         },
         position: (17, 9),
        },
        else_: BinaryOperation {
         operator: Update,
         operands: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "recurseForDerivations",
                position: (20, 14),
               },
              ],
             },
             to: Variable {
              identifier: "true",
              position: (20, 38),
             },
            },
           ],
           recursive: false,
           position: (20, 12),
          },
          FunctionApplication {
           function: Variable {
            identifier: "mapAttrs",
            position: (21, 12),
           },
           arguments: [
            Parentheses {
             expression: Function {
              argument: Simple {
               identifier: "n",
              },
              definition: Function {
               argument: Simple {
                identifier: "v",
               },
               definition: LetIn {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "path'",
                     position: (21, 32),
                    },
                   ],
                  },
                  to: BinaryOperation {
                   operator: Concatenation,
                   operands: [
                    Variable {
                     identifier: "path",
                     position: (21, 40),
                    },
                    List {
                     elements: [
                      Variable {
                       identifier: "n",
                       position: (21, 49),
                      },
                     ],
                     position: (21, 48),
                    },
                   ],
                   position: (21, 45),
                  },
                 },
                ],
                target: FunctionApplication {
                 function: Variable {
                  identifier: "trace",
                  position: (21, 56),
                 },
                 arguments: [
                  Variable {
                   identifier: "path'",
                   position: (21, 62),
                  },
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "recurse",
                     position: (21, 69),
                    },
                    arguments: [
                     Variable {
                      identifier: "path'",
                      position: (21, 77),
                     },
                     Variable {
                      identifier: "v",
                      position: (21, 83),
                     },
                    ],
                   },
                   position: (21, 68),
                  },
                 ],
                },
                position: (21, 28),
               },
               position: (21, 25),
              },
              position: (21, 22),
             },
             position: (21, 21),
            },
            Variable {
             identifier: "attrs",
             position: (21, 87),
            },
           ],
          },
         ],
         position: (20, 46),
        },
        position: (15, 7),
       },
       else_: Map {
        bindings: [],
        recursive: false,
        position: (22, 10),
       },
       position: (14, 5),
      },
      position: (13, 19),
     },
     position: (13, 13),
    },
   },
  ],
  target: FunctionApplication {
   function: Variable {
    identifier: "recurse",
    position: (24, 4),
   },
   arguments: [
    List {
     elements: [],
     position: (24, 12),
    },
    Variable {
     identifier: "rel",
     position: (24, 15),
    },
   ],
  },
  position: (6, 1),
 },
 position: (4, 1),
}