LetIn(
 LetIn {
  bindings: [
   KeyValue(
    BindingKeyValue {
     from: [
      Raw(
       PartRaw {
        content: "nixpkgs",
        span: Span {
         start: Position {
          line: 2,
          column: 3,
         },
         end: Position {
          line: 2,
          column: 10,
         },
        },
       },
      ),
     ],
     to: FunctionApplication(
      FunctionApplication {
       function: Identifier(
        Identifier {
         id: "import",
         span: Span {
          start: Position {
           line: 2,
           column: 13,
          },
          end: Position {
           line: 2,
           column: 19,
          },
         },
        },
       ),
       arguments: [
        Path(
         Path {
          parts: [
           Raw(
            PartRaw {
             content: "../../..",
             span: Span {
              start: Position {
               line: 2,
               column: 20,
              },
              end: Position {
               line: 2,
               column: 28,
              },
             },
            },
           ),
          ],
          span: Span {
           start: Position {
            line: 2,
            column: 20,
           },
           end: Position {
            line: 2,
            column: 28,
           },
          },
         },
        ),
       ],
      },
     ),
    },
   ),
   Inherit(
    BindingInherit {
     from: Some(
      FunctionApplication(
       FunctionApplication {
        function: Identifier(
         Identifier {
          id: "nixpkgs",
          span: Span {
           start: Position {
            line: 3,
            column: 12,
           },
           end: Position {
            line: 3,
            column: 19,
           },
          },
         },
        ),
        arguments: [
         Map(
          Map {
           recursive: false,
           bindings: [],
           span: Span {
            start: Position {
             line: 3,
             column: 20,
            },
            end: Position {
             line: 3,
             column: 22,
            },
           },
          },
         ),
        ],
       },
      ),
     ),
     attributes: [
      Raw(
       PartRaw {
        content: "haskellPackages",
        span: Span {
         start: Position {
          line: 3,
          column: 24,
         },
         end: Position {
          line: 3,
          column: 39,
         },
        },
       },
      ),
      Raw(
       PartRaw {
        content: "lib",
        span: Span {
         start: Position {
          line: 3,
          column: 40,
         },
         end: Position {
          line: 3,
          column: 43,
         },
        },
       },
      ),
     ],
     span: Span {
      start: Position {
       line: 1,
       column: 4,
      },
      end: Position {
       line: 3,
       column: 44,
      },
     },
    },
   ),
   KeyValue(
    BindingKeyValue {
     from: [
      Raw(
       PartRaw {
        content: "maintainedPkgs",
        span: Span {
         start: Position {
          line: 4,
          column: 3,
         },
         end: Position {
          line: 4,
          column: 17,
         },
        },
       },
      ),
     ],
     to: FunctionApplication(
      FunctionApplication {
       function: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "lib",
           span: Span {
            start: Position {
             line: 4,
             column: 20,
            },
            end: Position {
             line: 4,
             column: 23,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "filterAttrs",
            span: Span {
             start: Position {
              line: 4,
              column: 24,
             },
             end: Position {
              line: 4,
              column: 35,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
       arguments: [
        Function(
         Function {
          head: Simple(
           FunctionHeadSimple {
            identifier: "_",
           },
          ),
          body: Function(
           Function {
            head: Simple(
             FunctionHeadSimple {
              identifier: "v",
             },
            ),
            body: BinaryOperation(
             BinaryOperation {
              left: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "builtins",
                    span: Span {
                     start: Position {
                      line: 5,
                      column: 11,
                     },
                     end: Position {
                      line: 5,
                      column: 19,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "length",
                     span: Span {
                      start: Position {
                       line: 5,
                       column: 20,
                      },
                      end: Position {
                       line: 5,
                       column: 26,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "v",
                     span: Span {
                      start: Position {
                       line: 5,
                       column: 28,
                      },
                      end: Position {
                       line: 5,
                       column: 29,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "meta",
                      span: Span {
                       start: Position {
                        line: 5,
                        column: 30,
                       },
                       end: Position {
                        line: 5,
                        column: 34,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "maintainers",
                      span: Span {
                       start: Position {
                        line: 5,
                        column: 35,
                       },
                       end: Position {
                        line: 5,
                        column: 46,
                       },
                      },
                     },
                    ),
                   ],
                   default: Some(
                    List(
                     List {
                      elements: [],
                      span: Span {
                       start: Position {
                        line: 5,
                        column: 50,
                       },
                       end: Position {
                        line: 5,
                        column: 52,
                       },
                      },
                     },
                    ),
                   ),
                  },
                 ),
                ],
               },
              ),
              operator: GreaterThan,
              right: Integer(
               Integer {
                value: "0",
                span: Span {
                 start: Position {
                  line: 5,
                  column: 56,
                 },
                 end: Position {
                  line: 5,
                  column: 57,
                 },
                },
               },
              ),
             },
            ),
            span: Span {
             start: Position {
              line: 5,
              column: 8,
             },
             end: Position {
              line: 5,
              column: 57,
             },
            },
           },
          ),
          span: Span {
           start: Position {
            line: 5,
            column: 5,
           },
           end: Position {
            line: 5,
            column: 57,
           },
          },
         },
        ),
        Identifier(
         Identifier {
          id: "haskellPackages",
          span: Span {
           start: Position {
            line: 6,
            column: 5,
           },
           end: Position {
            line: 6,
            column: 20,
           },
          },
         },
        ),
       ],
      },
     ),
    },
   ),
   KeyValue(
    BindingKeyValue {
     from: [
      Raw(
       PartRaw {
        content: "brokenPkgs",
        span: Span {
         start: Position {
          line: 7,
          column: 3,
         },
         end: Position {
          line: 7,
          column: 13,
         },
        },
       },
      ),
     ],
     to: FunctionApplication(
      FunctionApplication {
       function: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "lib",
           span: Span {
            start: Position {
             line: 7,
             column: 16,
            },
            end: Position {
             line: 7,
             column: 19,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "filterAttrs",
            span: Span {
             start: Position {
              line: 7,
              column: 20,
             },
             end: Position {
              line: 7,
              column: 31,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
       arguments: [
        Function(
         Function {
          head: Simple(
           FunctionHeadSimple {
            identifier: "_",
           },
          ),
          body: Function(
           Function {
            head: Simple(
             FunctionHeadSimple {
              identifier: "v",
             },
            ),
            body: PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "v",
                span: Span {
                 start: Position {
                  line: 7,
                  column: 39,
                 },
                 end: Position {
                  line: 7,
                  column: 40,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "meta",
                 span: Span {
                  start: Position {
                   line: 7,
                   column: 41,
                  },
                  end: Position {
                   line: 7,
                   column: 45,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "broken",
                 span: Span {
                  start: Position {
                   line: 7,
                   column: 46,
                  },
                  end: Position {
                   line: 7,
                   column: 52,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            span: Span {
             start: Position {
              line: 7,
              column: 36,
             },
             end: Position {
              line: 7,
              column: 52,
             },
            },
           },
          ),
          span: Span {
           start: Position {
            line: 7,
            column: 33,
           },
           end: Position {
            line: 7,
            column: 52,
           },
          },
         },
        ),
        Identifier(
         Identifier {
          id: "maintainedPkgs",
          span: Span {
           start: Position {
            line: 7,
            column: 54,
           },
           end: Position {
            line: 7,
            column: 68,
           },
          },
         },
        ),
       ],
      },
     ),
    },
   ),
   KeyValue(
    BindingKeyValue {
     from: [
      Raw(
       PartRaw {
        content: "transitiveBrokenPkgs",
        span: Span {
         start: Position {
          line: 8,
          column: 3,
         },
         end: Position {
          line: 8,
          column: 23,
         },
        },
       },
      ),
     ],
     to: FunctionApplication(
      FunctionApplication {
       function: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "lib",
           span: Span {
            start: Position {
             line: 8,
             column: 26,
            },
            end: Position {
             line: 8,
             column: 29,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "filterAttrs",
            span: Span {
             start: Position {
              line: 8,
              column: 30,
             },
             end: Position {
              line: 8,
              column: 41,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
       arguments: [
        Function(
         Function {
          head: Simple(
           FunctionHeadSimple {
            identifier: "_",
           },
          ),
          body: Function(
           Function {
            head: Simple(
             FunctionHeadSimple {
              identifier: "v",
             },
            ),
            body: BinaryOperation(
             BinaryOperation {
              left: UnaryOperation(
               UnaryOperation {
                operator: Not,
                operand: PropertyAccess(
                 PropertyAccess {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "builtins",
                        span: Span {
                         start: Position {
                          line: 9,
                          column: 14,
                         },
                         end: Position {
                          line: 9,
                          column: 22,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "tryEval",
                         span: Span {
                          start: Position {
                           line: 9,
                           column: 23,
                          },
                          end: Position {
                           line: 9,
                           column: 30,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    arguments: [
                     PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "v",
                         span: Span {
                          start: Position {
                           line: 9,
                           column: 32,
                          },
                          end: Position {
                           line: 9,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "outPath",
                          span: Span {
                           start: Position {
                            line: 9,
                            column: 34,
                           },
                           end: Position {
                            line: 9,
                            column: 41,
                           },
                          },
                         },
                        ),
                       ],
                       default: Some(
                        Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 9,
                            column: 45,
                           },
                           end: Position {
                            line: 9,
                            column: 49,
                           },
                          },
                         },
                        ),
                       ),
                      },
                     ),
                    ],
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "success",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 52,
                      },
                      end: Position {
                       line: 9,
                       column: 59,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                span: Span {
                 start: Position {
                  line: 9,
                  column: 12,
                 },
                 end: Position {
                  line: 9,
                  column: 59,
                 },
                },
               },
              ),
              operator: LogicalAnd,
              right: UnaryOperation(
               UnaryOperation {
                operator: Not,
                operand: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "v",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 64,
                     },
                     end: Position {
                      line: 9,
                      column: 65,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "meta",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 66,
                      },
                      end: Position {
                       line: 9,
                       column: 70,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "broken",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 71,
                      },
                      end: Position {
                       line: 9,
                       column: 77,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                span: Span {
                 start: Position {
                  line: 9,
                  column: 63,
                 },
                 end: Position {
                  line: 9,
                  column: 77,
                 },
                },
               },
              ),
             },
            ),
            span: Span {
             start: Position {
              line: 9,
              column: 9,
             },
             end: Position {
              line: 9,
              column: 77,
             },
            },
           },
          ),
          span: Span {
           start: Position {
            line: 9,
            column: 6,
           },
           end: Position {
            line: 9,
            column: 77,
           },
          },
         },
        ),
        Identifier(
         Identifier {
          id: "maintainedPkgs",
          span: Span {
           start: Position {
            line: 10,
            column: 5,
           },
           end: Position {
            line: 10,
            column: 19,
           },
          },
         },
        ),
       ],
      },
     ),
    },
   ),
   KeyValue(
    BindingKeyValue {
     from: [
      Raw(
       PartRaw {
        content: "infoList",
        span: Span {
         start: Position {
          line: 11,
          column: 3,
         },
         end: Position {
          line: 11,
          column: 11,
         },
        },
       },
      ),
     ],
     to: Function(
      Function {
       head: Simple(
        FunctionHeadSimple {
         identifier: "pkgs",
        },
       ),
       body: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "lib",
             span: Span {
              start: Position {
               line: 11,
               column: 20,
              },
              end: Position {
               line: 11,
               column: 23,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "concatStringsSep",
              span: Span {
               start: Position {
                line: 11,
                column: 24,
               },
               end: Position {
                line: 11,
                column: 40,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          String(
           String_ {
            parts: [
             Raw(
              PartRaw {
               content: "\n",
               span: Span {
                start: Position {
                 line: 11,
                 column: 42,
                },
                end: Position {
                 line: 11,
                 column: 44,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 11,
              column: 41,
             },
             end: Position {
              line: 11,
              column: 45,
             },
            },
           },
          ),
          FunctionApplication(
           FunctionApplication {
            function: PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "lib",
                span: Span {
                 start: Position {
                  line: 11,
                  column: 47,
                 },
                 end: Position {
                  line: 11,
                  column: 50,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "mapAttrsToList",
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 51,
                  },
                  end: Position {
                   line: 11,
                   column: 65,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            arguments: [
             Function(
              Function {
               head: Simple(
                FunctionHeadSimple {
                 identifier: "name",
                },
               ),
               body: Function(
                Function {
                 head: Simple(
                  FunctionHeadSimple {
                   identifier: "drv",
                  },
                 ),
                 body: String(
                  String_ {
                   parts: [
                    Interpolation(
                     PartInterpolation {
                      expression: Identifier(
                       Identifier {
                        id: "name",
                        span: Span {
                         start: Position {
                          line: 11,
                          column: 81,
                         },
                         end: Position {
                          line: 11,
                          column: 85,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: " ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 79,
                       },
                       end: Position {
                        line: 11,
                        column: 87,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "builtins",
                              span: Span {
                               start: Position {
                                line: 11,
                                column: 90,
                               },
                               end: Position {
                                line: 11,
                                column: 98,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "elemAt",
                               span: Span {
                                start: Position {
                                 line: 11,
                                 column: 99,
                                },
                                end: Position {
                                 line: 11,
                                 column: 105,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "drv",
                               span: Span {
                                start: Position {
                                 line: 11,
                                 column: 106,
                                },
                                end: Position {
                                 line: 11,
                                 column: 109,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "meta",
                                span: Span {
                                 start: Position {
                                  line: 11,
                                  column: 110,
                                 },
                                 end: Position {
                                  line: 11,
                                  column: 114,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "maintainers",
                                span: Span {
                                 start: Position {
                                  line: 11,
                                  column: 115,
                                 },
                                 end: Position {
                                  line: 11,
                                  column: 126,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           Integer(
                            Integer {
                             value: "0",
                             span: Span {
                              start: Position {
                               line: 11,
                               column: 127,
                              },
                              end: Position {
                               line: 11,
                               column: 128,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "github",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 130,
                            },
                            end: Position {
                             line: 11,
                             column: 136,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 78,
                    },
                    end: Position {
                     line: 11,
                     column: 138,
                    },
                   },
                  },
                 ),
                 span: Span {
                  start: Position {
                   line: 11,
                   column: 73,
                  },
                  end: Position {
                   line: 11,
                   column: 138,
                  },
                 },
                },
               ),
               span: Span {
                start: Position {
                 line: 11,
                 column: 67,
                },
                end: Position {
                 line: 11,
                 column: 138,
                },
               },
              },
             ),
             Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 11,
                 column: 140,
                },
                end: Position {
                 line: 11,
                 column: 144,
                },
               },
              },
             ),
            ],
           },
          ),
         ],
        },
       ),
       span: Span {
        start: Position {
         line: 11,
         column: 14,
        },
        end: Position {
         line: 11,
         column: 145,
        },
       },
      },
     ),
    },
   ),
  ],
  target: Map(
   Map {
    recursive: false,
    bindings: [
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "report",
          span: Span {
           start: Position {
            line: 13,
            column: 3,
           },
           end: Position {
            line: 13,
            column: 9,
           },
          },
         },
        ),
       ],
       to: IndentedString(
        IndentedString {
         parts: [
          Raw(
           PartRaw {
            content: "BROKEN:\n",
            span: Span {
             start: Position {
              line: 14,
              column: 1,
             },
             end: Position {
              line: 15,
              column: 5,
             },
            },
           },
          ),
          Interpolation(
           PartInterpolation {
            expression: FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "infoList",
                span: Span {
                 start: Position {
                  line: 15,
                  column: 7,
                 },
                 end: Position {
                  line: 15,
                  column: 15,
                 },
                },
               },
              ),
              arguments: [
               Identifier(
                Identifier {
                 id: "brokenPkgs",
                 span: Span {
                  start: Position {
                   line: 15,
                   column: 16,
                  },
                  end: Position {
                   line: 15,
                   column: 26,
                  },
                 },
                },
               ),
              ],
             },
            ),
           },
          ),
          Raw(
           PartRaw {
            content: "\n\nTRANSITIVE BROKEN:\n",
            span: Span {
             start: Position {
              line: 14,
              column: 1,
             },
             end: Position {
              line: 18,
              column: 5,
             },
            },
           },
          ),
          Interpolation(
           PartInterpolation {
            expression: FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "infoList",
                span: Span {
                 start: Position {
                  line: 18,
                  column: 7,
                 },
                 end: Position {
                  line: 18,
                  column: 15,
                 },
                },
               },
              ),
              arguments: [
               Identifier(
                Identifier {
                 id: "transitiveBrokenPkgs",
                 span: Span {
                  start: Position {
                   line: 18,
                   column: 16,
                  },
                  end: Position {
                   line: 18,
                   column: 36,
                  },
                 },
                },
               ),
              ],
             },
            ),
           },
          ),
          Raw(
           PartRaw {
            content: "\n",
            span: Span {
             start: Position {
              line: 14,
              column: 1,
             },
             end: Position {
              line: 19,
              column: 3,
             },
            },
           },
          ),
         ],
         span: Span {
          start: Position {
           line: 13,
           column: 12,
          },
          end: Position {
           line: 19,
           column: 5,
          },
         },
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "transitiveErrors",
          span: Span {
           start: Position {
            line: 20,
            column: 3,
           },
           end: Position {
            line: 20,
            column: 19,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "builtins",
             span: Span {
              start: Position {
               line: 21,
               column: 5,
              },
              end: Position {
               line: 21,
               column: 13,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "attrValues",
              span: Span {
               start: Position {
                line: 21,
                column: 14,
               },
               end: Position {
                line: 21,
                column: 24,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          Identifier(
           Identifier {
            id: "transitiveBrokenPkgs",
            span: Span {
             start: Position {
              line: 21,
              column: 25,
             },
             end: Position {
              line: 21,
              column: 45,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
    ],
    span: Span {
     start: Position {
      line: 12,
      column: 4,
     },
     end: Position {
      line: 22,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 22,
    column: 2,
   },
  },
 },
)