Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 8,
        column: 6,
       },
       end: Position {
        line: 8,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 11,
              column: 3,
             },
             end: Position {
              line: 11,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 11,
               column: 9,
              },
              end: Position {
               line: 11,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 11,
                column: 16,
               },
               end: Position {
                line: 11,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "command-not-found",
              span: Span {
               start: Position {
                line: 11,
                column: 25,
               },
               end: Position {
                line: 11,
                column: 42,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "commandNotFound",
            span: Span {
             start: Position {
              line: 12,
              column: 3,
             },
             end: Position {
              line: 12,
              column: 18,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 12,
                 column: 21,
                },
                end: Position {
                 line: 12,
                 column: 25,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "substituteAll",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 26,
                 },
                 end: Position {
                  line: 12,
                  column: 39,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "name",
                    span: Span {
                     start: Position {
                      line: 13,
                      column: 5,
                     },
                     end: Position {
                      line: 13,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "command-not-found",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 13,
                       },
                       end: Position {
                        line: 13,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 13,
                     column: 12,
                    },
                    end: Position {
                     line: 13,
                     column: 31,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "dir",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 5,
                     },
                     end: Position {
                      line: 14,
                      column: 8,
                     },
                    },
                   },
                  ),
                 ],
                 to: String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "bin",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 12,
                       },
                       end: Position {
                        line: 14,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 11,
                    },
                    end: Position {
                     line: 14,
                     column: 16,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "src",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 5,
                     },
                     end: Position {
                      line: 15,
                      column: 8,
                     },
                    },
                   },
                  ),
                 ],
                 to: Path(
                  Path {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "./command-not-found.pl",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 11,
                       },
                       end: Position {
                        line: 15,
                        column: 33,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 11,
                    },
                    end: Position {
                     line: 15,
                     column: 33,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "isExecutable",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 5,
                     },
                     end: Position {
                      line: 16,
                      column: 17,
                     },
                    },
                   },
                  ),
                 ],
                 to: Identifier(
                  Identifier {
                   id: "true",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 20,
                    },
                    end: Position {
                     line: 16,
                     column: 24,
                    },
                   },
                  },
                 ),
                },
               ),
               Inherit(
                BindingInherit {
                 from: Some(
                  Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 14,
                     },
                     end: Position {
                      line: 17,
                      column: 17,
                     },
                    },
                   },
                  ),
                 ),
                 attributes: [
                  Raw(
                   PartRaw {
                    content: "dbPath",
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 19,
                     },
                     end: Position {
                      line: 17,
                      column: 25,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 12,
                   column: 41,
                  },
                  end: Position {
                   line: 17,
                   column: 26,
                  },
                 },
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "perl",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 5,
                     },
                     end: Position {
                      line: 18,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "pkgs",
                       span: Span {
                        start: Position {
                         line: 18,
                         column: 12,
                        },
                        end: Position {
                         line: 18,
                         column: 16,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "perl",
                        span: Span {
                         start: Position {
                          line: 18,
                          column: 17,
                         },
                         end: Position {
                          line: 18,
                          column: 21,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "withPackages",
                        span: Span {
                         start: Position {
                          line: 18,
                          column: 22,
                         },
                         end: Position {
                          line: 18,
                          column: 34,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   arguments: [
                    Function(
                     Function {
                      head: Simple(
                       FunctionHeadSimple {
                        identifier: "p",
                       },
                      ),
                      body: List(
                       List {
                        elements: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "p",
                             span: Span {
                              start: Position {
                               line: 18,
                               column: 41,
                              },
                              end: Position {
                               line: 18,
                               column: 42,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "DBDSQLite",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 43,
                               },
                               end: Position {
                                line: 18,
                                column: 52,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "p",
                             span: Span {
                              start: Position {
                               line: 18,
                               column: 53,
                              },
                              end: Position {
                               line: 18,
                               column: 54,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "StringShellQuote",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 55,
                               },
                               end: Position {
                                line: 18,
                                column: 71,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 18,
                          column: 39,
                         },
                         end: Position {
                          line: 18,
                          column: 73,
                         },
                        },
                       },
                      ),
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 36,
                       },
                       end: Position {
                        line: 18,
                        column: 73,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 12,
                column: 40,
               },
               end: Position {
                line: 19,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 24,
                column: 3,
               },
               end: Position {
                line: 24,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 24,
                column: 11,
               },
               end: Position {
                line: 24,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "command-not-found",
              span: Span {
               start: Position {
                line: 24,
                column: 20,
               },
               end: Position {
                line: 24,
                column: 37,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 26,
                     column: 5,
                    },
                    end: Position {
                     line: 26,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 26,
                      column: 14,
                     },
                     end: Position {
                      line: 26,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 7,
                            },
                            end: Position {
                             line: 27,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 27,
                              column: 14,
                             },
                             end: Position {
                              line: 27,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 27,
                               column: 20,
                              },
                              end: Position {
                               line: 27,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 28,
                             column: 7,
                            },
                            end: Position {
                             line: 28,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 28,
                            column: 17,
                           },
                           end: Position {
                            line: 28,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 7,
                            },
                            end: Position {
                             line: 29,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 29,
                                column: 21,
                               },
                               end: Position {
                                line: 29,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 25,
                                },
                                end: Position {
                                 line: 29,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Whether interactive shells should show which Nix package (if\nany) provides a missing command.\n",
                                span: Span {
                                 start: Position {
                                  line: 30,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 29,
                               column: 31,
                              },
                              end: Position {
                               line: 32,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 26,
                       column: 23,
                      },
                      end: Position {
                       line: 33,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "dbPath",
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 5,
                    },
                    end: Position {
                     line: 35,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 35,
                      column: 14,
                     },
                     end: Position {
                      line: 35,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 36,
                             column: 7,
                            },
                            end: Position {
                             line: 36,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite",
                             span: Span {
                              start: Position {
                               line: 36,
                               column: 18,
                              },
                              end: Position {
                               line: 36,
                               column: 84,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 36,
                            column: 17,
                           },
                           end: Position {
                            line: 36,
                            column: 85,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 37,
                             column: 7,
                            },
                            end: Position {
                             line: 37,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 37,
                                column: 21,
                               },
                               end: Position {
                                line: 37,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 37,
                                 column: 25,
                                },
                                end: Position {
                                 line: 37,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Absolute path to programs.sqlite.\n\nBy default this file will be provided by your channel\n(nixexprs.tar.xz).\n",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 42,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 37,
                               column: 31,
                              },
                              end: Position {
                               line: 42,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 43,
                             column: 7,
                            },
                            end: Position {
                             line: 43,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 43,
                              column: 14,
                             },
                             end: Position {
                              line: 43,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "path",
                             span: Span {
                              start: Position {
                               line: 43,
                               column: 20,
                              },
                              end: Position {
                               line: 43,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 35,
                       column: 23,
                      },
                      end: Position {
                       line: 44,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 24,
               column: 40,
              },
              end: Position {
               line: 45,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 47,
                column: 3,
               },
               end: Position {
                line: 47,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 47,
                 column: 12,
                },
                end: Position {
                 line: 47,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 47,
                    column: 17,
                   },
                   end: Position {
                    line: 47,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 47,
                     column: 21,
                    },
                    end: Position {
                     line: 47,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "programs",
                      span: Span {
                       start: Position {
                        line: 48,
                        column: 5,
                       },
                       end: Position {
                        line: 48,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "bash",
                      span: Span {
                       start: Position {
                        line: 48,
                        column: 14,
                       },
                       end: Position {
                        line: 48,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "interactiveShellInit",
                      span: Span {
                       start: Position {
                        line: 48,
                        column: 19,
                       },
                       end: Position {
                        line: 48,
                        column: 39,
                       },
                      },
                     },
                    ),
                   ],
                   to: IndentedString(
                    IndentedString {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "# This function is called whenever a command is not found.\ncommand_not_found_handle() {\n  local p=",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 1,
                         },
                         end: Position {
                          line: 52,
                          column: 19,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "'",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 1,
                         },
                         end: Position {
                          line: 52,
                          column: 20,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: Identifier(
                         Identifier {
                          id: "commandNotFound",
                          span: Span {
                           start: Position {
                            line: 52,
                            column: 22,
                           },
                           end: Position {
                            line: 52,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "/bin/command-not-found'\n  if [ -x \"$p\" ] && [ -f ",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 1,
                         },
                         end: Position {
                          line: 53,
                          column: 34,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "'",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 1,
                         },
                         end: Position {
                          line: 53,
                          column: 35,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 53,
                              column: 37,
                             },
                             end: Position {
                              line: 53,
                              column: 40,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "dbPath",
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 41,
                              },
                              end: Position {
                               line: 53,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "' ]; then\n    # Run the helper program.\n    \"$p\" \"$@\"\n    # Retry the command if we just installed it.\n    if [ $? = 126 ]; then\n      \"$@\"\n    else\n      return 127\n    fi\n  else\n    echo \"$1: command not found\" >&2\n    return 127\n  fi\n}\n",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 1,
                         },
                         end: Position {
                          line: 67,
                          column: 7,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 49,
                       column: 7,
                      },
                      end: Position {
                       line: 67,
                       column: 9,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "programs",
                      span: Span {
                       start: Position {
                        line: 69,
                        column: 5,
                       },
                       end: Position {
                        line: 69,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "zsh",
                      span: Span {
                       start: Position {
                        line: 69,
                        column: 14,
                       },
                       end: Position {
                        line: 69,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "interactiveShellInit",
                      span: Span {
                       start: Position {
                        line: 69,
                        column: 18,
                       },
                       end: Position {
                        line: 69,
                        column: 38,
                       },
                      },
                     },
                    ),
                   ],
                   to: IndentedString(
                    IndentedString {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "# This function is called whenever a command is not found.\ncommand_not_found_handler() {\n  local p=",
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 1,
                         },
                         end: Position {
                          line: 73,
                          column: 19,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "'",
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 1,
                         },
                         end: Position {
                          line: 73,
                          column: 20,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: Identifier(
                         Identifier {
                          id: "commandNotFound",
                          span: Span {
                           start: Position {
                            line: 73,
                            column: 22,
                           },
                           end: Position {
                            line: 73,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "/bin/command-not-found'\n  if [ -x \"$p\" ] && [ -f ",
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 1,
                         },
                         end: Position {
                          line: 74,
                          column: 34,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "'",
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 1,
                         },
                         end: Position {
                          line: 74,
                          column: 35,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 74,
                              column: 37,
                             },
                             end: Position {
                              line: 74,
                              column: 40,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "dbPath",
                             span: Span {
                              start: Position {
                               line: 74,
                               column: 41,
                              },
                              end: Position {
                               line: 74,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "' ]; then\n    # Run the helper program.\n    \"$p\" \"$@\"\n\n    # Retry the command if we just installed it.\n    if [ $? = 126 ]; then\n      \"$@\"\n    else\n      return 127\n    fi\n  else\n    # Indicate than there was an error so ZSH falls back to its default handler\n    echo \"$1: command not found\" >&2\n    return 127\n  fi\n}\n",
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 1,
                         },
                         end: Position {
                          line: 90,
                          column: 7,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 70,
                       column: 7,
                      },
                      end: Position {
                       line: 90,
                       column: 9,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 5,
                       },
                       end: Position {
                        line: 92,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 17,
                       },
                       end: Position {
                        line: 92,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "commandNotFound",
                        span: Span {
                         start: Position {
                          line: 92,
                          column: 36,
                         },
                         end: Position {
                          line: 92,
                          column: 51,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 92,
                       column: 34,
                      },
                      end: Position {
                       line: 92,
                       column: 53,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 47,
                  column: 28,
                 },
                 end: Position {
                  line: 93,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 23,
          column: 1,
         },
         end: Position {
          line: 95,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 10,
        column: 1,
       },
       end: Position {
        line: 95,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 8,
      column: 1,
     },
     end: Position {
      line: 95,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 6,
    column: 1,
   },
   end: Position {
    line: 95,
    column: 2,
   },
  },
 },
)