Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "options",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 5,
        column: 6,
       },
       end: Position {
        line: 5,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 9,
               column: 9,
              },
              end: Position {
               line: 9,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "networking",
              span: Span {
               start: Position {
                line: 9,
                column: 16,
               },
               end: Position {
                line: 9,
                column: 26,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "opt",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "options",
             span: Span {
              start: Position {
               line: 10,
               column: 9,
              },
              end: Position {
               line: 10,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "networking",
              span: Span {
               start: Position {
                line: 10,
                column: 17,
               },
               end: Position {
                line: 10,
                column: 27,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "localhostMultiple",
            span: Span {
             start: Position {
              line: 12,
              column: 3,
             },
             end: Position {
              line: 12,
              column: 20,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "any",
             span: Span {
              start: Position {
               line: 12,
               column: 23,
              },
              end: Position {
               line: 12,
               column: 26,
              },
             },
            },
           ),
           arguments: [
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "elem",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 28,
                 },
                 end: Position {
                  line: 12,
                  column: 32,
                 },
                },
               },
              ),
              arguments: [
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "localhost",
                    span: Span {
                     start: Position {
                      line: 12,
                      column: 34,
                     },
                     end: Position {
                      line: 12,
                      column: 43,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 12,
                   column: 33,
                  },
                  end: Position {
                   line: 12,
                   column: 44,
                  },
                 },
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "attrValues",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 47,
                 },
                 end: Position {
                  line: 12,
                  column: 57,
                 },
                },
               },
              ),
              arguments: [
               FunctionApplication(
                FunctionApplication {
                 function: Identifier(
                  Identifier {
                   id: "removeAttrs",
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 59,
                    },
                    end: Position {
                     line: 12,
                     column: 70,
                    },
                   },
                  },
                 ),
                 arguments: [
                  PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 71,
                       },
                       end: Position {
                        line: 12,
                        column: 74,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "hosts",
                       span: Span {
                        start: Position {
                         line: 12,
                         column: 75,
                        },
                        end: Position {
                         line: 12,
                         column: 80,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  List(
                   List {
                    elements: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "127.0.0.1",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 84,
                           },
                           end: Position {
                            line: 12,
                            column: 93,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 12,
                         column: 83,
                        },
                        end: Position {
                         line: 12,
                         column: 94,
                        },
                       },
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "::1",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 96,
                           },
                           end: Position {
                            line: 12,
                            column: 99,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 12,
                         column: 95,
                        },
                        end: Position {
                         line: 12,
                         column: 100,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 12,
                      column: 81,
                     },
                     end: Position {
                      line: 12,
                      column: 102,
                     },
                    },
                   },
                  ),
                 ],
                },
               ),
              ],
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "imports",
              span: Span {
               start: Position {
                line: 17,
                column: 3,
               },
               end: Position {
                line: 17,
                column: 10,
               },
              },
             },
            ),
           ],
           to: List(
            List {
             elements: [
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRemovedOptionModule",
                  span: Span {
                   start: Position {
                    line: 18,
                    column: 6,
                   },
                   end: Position {
                    line: 18,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "networking",
                         span: Span {
                          start: Position {
                           line: 18,
                           column: 31,
                          },
                          end: Position {
                           line: 18,
                           column: 41,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 30,
                       },
                       end: Position {
                        line: 18,
                        column: 42,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "hostConf",
                         span: Span {
                          start: Position {
                           line: 18,
                           column: 44,
                          },
                          end: Position {
                           line: 18,
                           column: 52,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 43,
                       },
                       end: Position {
                        line: 18,
                        column: 53,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 28,
                    },
                    end: Position {
                     line: 18,
                     column: 55,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Use environment.etc.\"host.conf\" instead.",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 57,
                       },
                       end: Position {
                        line: 18,
                        column: 99,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 56,
                    },
                    end: Position {
                     line: 18,
                     column: 100,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 17,
               column: 13,
              },
              end: Position {
               line: 19,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 21,
                column: 3,
               },
               end: Position {
                line: 21,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 5,
                    },
                    end: Position {
                     line: 23,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "hosts",
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 16,
                    },
                    end: Position {
                     line: 23,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 23,
                        column: 24,
                       },
                       end: Position {
                        line: 23,
                        column: 27,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "mkOption",
                       span: Span {
                        start: Position {
                         line: 23,
                         column: 28,
                        },
                        end: Position {
                         line: 23,
                         column: 36,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 7,
                            },
                            end: Position {
                             line: 24,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 24,
                                column: 14,
                               },
                               end: Position {
                                line: 24,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "attrsOf",
                               span: Span {
                                start: Position {
                                 line: 24,
                                 column: 20,
                                },
                                end: Position {
                                 line: 24,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 24,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 24,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "listOf",
                                  span: Span {
                                   start: Position {
                                    line: 24,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 24,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 24,
                                    column: 42,
                                   },
                                   end: Position {
                                    line: 24,
                                    column: 47,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "str",
                                   span: Span {
                                    start: Position {
                                     line: 24,
                                     column: 48,
                                    },
                                    end: Position {
                                     line: 24,
                                     column: 51,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 7,
                            },
                            end: Position {
                             line: 25,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 25,
                              column: 17,
                             },
                             end: Position {
                              line: 25,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "{\n  \"127.0.0.1\" = [ \"foo.bar.baz\" ];\n  \"192.168.0.2\" = [ \"fileserver.local\" \"nameserver.local\" ];\n};\n",
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 30,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 25,
                               column: 35,
                              },
                              end: Position {
                               line: 30,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 31,
                             column: 7,
                            },
                            end: Position {
                             line: 31,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 31,
                                column: 21,
                               },
                               end: Position {
                                line: 31,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 31,
                                 column: 25,
                                },
                                end: Position {
                                 line: 31,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Locally defined maps of hostnames to IP addresses.\n",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 31,
                               column: 31,
                              },
                              end: Position {
                               line: 33,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 23,
                       column: 37,
                      },
                      end: Position {
                       line: 34,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 36,
                     column: 5,
                    },
                    end: Position {
                     line: 36,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "hostFiles",
                   span: Span {
                    start: Position {
                     line: 36,
                     column: 16,
                    },
                    end: Position {
                     line: 36,
                     column: 25,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 36,
                        column: 28,
                       },
                       end: Position {
                        line: 36,
                        column: 31,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "mkOption",
                       span: Span {
                        start: Position {
                         line: 36,
                         column: 32,
                        },
                        end: Position {
                         line: 36,
                         column: 40,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 37,
                             column: 7,
                            },
                            end: Position {
                             line: 37,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 37,
                                column: 14,
                               },
                               end: Position {
                                line: 37,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 37,
                                 column: 20,
                                },
                                end: Position {
                                 line: 37,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 37,
                                 column: 27,
                                },
                                end: Position {
                                 line: 37,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "path",
                                span: Span {
                                 start: Position {
                                  line: 37,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 37,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 38,
                             column: 7,
                            },
                            end: Position {
                             line: 38,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalMD",
                            span: Span {
                             start: Position {
                              line: 38,
                              column: 21,
                             },
                             end: Position {
                              line: 38,
                              column: 30,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Hosts from {option}`networking.hosts` and {option}`networking.extraHosts`",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 105,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 38,
                               column: 31,
                              },
                              end: Position {
                               line: 38,
                               column: 106,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 7,
                            },
                            end: Position {
                             line: 39,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 39,
                              column: 17,
                             },
                             end: Position {
                              line: 39,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "[ \"",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "$",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "{pkgs.my-blocklist-package}/share/my-blocklist/hosts\" ]",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 98,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 39,
                               column: 35,
                              },
                              end: Position {
                               line: 39,
                               column: 100,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 40,
                             column: 7,
                            },
                            end: Position {
                             line: 40,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 40,
                                column: 21,
                               },
                               end: Position {
                                line: 40,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 40,
                                 column: 25,
                                },
                                end: Position {
                                 line: 40,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Files that should be concatenated together to form {file}`/etc/hosts`.\n",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 42,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 40,
                               column: 31,
                              },
                              end: Position {
                               line: 42,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 36,
                       column: 41,
                      },
                      end: Position {
                       line: 43,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 45,
                     column: 5,
                    },
                    end: Position {
                     line: 45,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "extraHosts",
                   span: Span {
                    start: Position {
                     line: 45,
                     column: 16,
                    },
                    end: Position {
                     line: 45,
                     column: 26,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 45,
                        column: 29,
                       },
                       end: Position {
                        line: 45,
                        column: 32,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "mkOption",
                       span: Span {
                        start: Position {
                         line: 45,
                         column: 33,
                        },
                        end: Position {
                         line: 45,
                         column: 41,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 46,
                             column: 7,
                            },
                            end: Position {
                             line: 46,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 46,
                              column: 14,
                             },
                             end: Position {
                              line: 46,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "lines",
                             span: Span {
                              start: Position {
                               line: 46,
                               column: 20,
                              },
                              end: Position {
                               line: 46,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 47,
                             column: 7,
                            },
                            end: Position {
                             line: 47,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [],
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 17,
                           },
                           end: Position {
                            line: 47,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 48,
                             column: 7,
                            },
                            end: Position {
                             line: 48,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "192.168.0.1 lanlocalhost",
                             span: Span {
                              start: Position {
                               line: 48,
                               column: 18,
                              },
                              end: Position {
                               line: 48,
                               column: 42,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 48,
                            column: 17,
                           },
                           end: Position {
                            line: 48,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 49,
                             column: 7,
                            },
                            end: Position {
                             line: 49,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 49,
                                column: 21,
                               },
                               end: Position {
                                line: 49,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 49,
                                 column: 25,
                                },
                                end: Position {
                                 line: 49,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Additional verbatim entries to be appended to {file}`/etc/hosts`.\nFor adding hosts from derivation results, use {option}`networking.hostFiles` instead.\n",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 49,
                               column: 31,
                              },
                              end: Position {
                               line: 52,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 45,
                       column: 42,
                      },
                      end: Position {
                       line: 53,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 55,
                     column: 5,
                    },
                    end: Position {
                     line: 55,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "timeServers",
                   span: Span {
                    start: Position {
                     line: 55,
                     column: 16,
                    },
                    end: Position {
                     line: 55,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 55,
                      column: 30,
                     },
                     end: Position {
                      line: 55,
                      column: 38,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 56,
                             column: 7,
                            },
                            end: Position {
                             line: 56,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "0.nixos.pool.ntp.org",
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 57,
                               column: 9,
                              },
                              end: Position {
                               line: 57,
                               column: 31,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "1.nixos.pool.ntp.org",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 58,
                               column: 9,
                              },
                              end: Position {
                               line: 58,
                               column: 31,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "2.nixos.pool.ntp.org",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 59,
                               column: 9,
                              },
                              end: Position {
                               line: 59,
                               column: 31,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "3.nixos.pool.ntp.org",
                                span: Span {
                                 start: Position {
                                  line: 60,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 60,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 60,
                               column: 9,
                              },
                              end: Position {
                               line: 60,
                               column: 31,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 17,
                           },
                           end: Position {
                            line: 61,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 62,
                             column: 7,
                            },
                            end: Position {
                             line: 62,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 62,
                                column: 14,
                               },
                               end: Position {
                                line: 62,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 20,
                                },
                                end: Position {
                                 line: 62,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 27,
                                },
                                end: Position {
                                 line: 62,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 63,
                             column: 7,
                            },
                            end: Position {
                             line: 63,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 63,
                                column: 21,
                               },
                               end: Position {
                                line: 63,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 25,
                                },
                                end: Position {
                                 line: 63,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The set of NTP servers from which to synchronise.\n",
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 63,
                               column: 31,
                              },
                              end: Position {
                               line: 65,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 55,
                       column: 39,
                      },
                      end: Position {
                       line: 66,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 68,
                     column: 5,
                    },
                    end: Position {
                     line: 68,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "proxy",
                   span: Span {
                    start: Position {
                     line: 68,
                     column: 16,
                    },
                    end: Position {
                     line: 68,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "default",
                        span: Span {
                         start: Position {
                          line: 70,
                          column: 7,
                         },
                         end: Position {
                          line: 70,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 70,
                             column: 17,
                            },
                            end: Position {
                             line: 70,
                             column: 20,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 70,
                              column: 21,
                             },
                             end: Position {
                              line: 70,
                              column: 29,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 71,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 71,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 71,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 71,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 71,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 71,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 71,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 71,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 72,
                                 column: 19,
                                },
                                end: Position {
                                 line: 72,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 73,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 73,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 73,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 73,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 73,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "This option specifies the default value for httpProxy, httpsProxy, ftpProxy and rsyncProxy.\n",
                                     span: Span {
                                      start: Position {
                                       line: 74,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 75,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 73,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 75,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 76,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 76,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://127.0.0.1:3128",
                                  span: Span {
                                   start: Position {
                                    line: 76,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 76,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 19,
                                },
                                end: Position {
                                 line: 76,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 70,
                            column: 30,
                           },
                           end: Position {
                            line: 77,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "httpProxy",
                        span: Span {
                         start: Position {
                          line: 79,
                          column: 7,
                         },
                         end: Position {
                          line: 79,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 79,
                             column: 19,
                            },
                            end: Position {
                             line: 79,
                             column: 22,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 79,
                              column: 23,
                             },
                             end: Position {
                              line: 79,
                              column: 31,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 80,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 80,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 80,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 80,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 80,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 80,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 80,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 80,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 80,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 81,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 81,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "proxy",
                                  span: Span {
                                   start: Position {
                                    line: 81,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 81,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 81,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 81,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 82,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 82,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "config.",
                                     span: Span {
                                      start: Position {
                                       line: 82,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 82,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 82,
                                           column: 51,
                                          },
                                          end: Position {
                                           line: 82,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "proxy",
                                          span: Span {
                                           start: Position {
                                            line: 82,
                                            column: 55,
                                           },
                                           end: Position {
                                            line: 82,
                                            column: 60,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "default",
                                          span: Span {
                                           start: Position {
                                            line: 82,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 82,
                                            column: 68,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 82,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 82,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 83,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 83,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 83,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 83,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "This option specifies the http_proxy environment variable.\n",
                                     span: Span {
                                      start: Position {
                                       line: 84,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 85,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 83,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 85,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 86,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 86,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://127.0.0.1:3128",
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 86,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 86,
                                 column: 19,
                                },
                                end: Position {
                                 line: 86,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 79,
                            column: 32,
                           },
                           end: Position {
                            line: 87,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "httpsProxy",
                        span: Span {
                         start: Position {
                          line: 89,
                          column: 7,
                         },
                         end: Position {
                          line: 89,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 89,
                             column: 20,
                            },
                            end: Position {
                             line: 89,
                             column: 23,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 89,
                              column: 24,
                             },
                             end: Position {
                              line: 89,
                              column: 32,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 90,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 90,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 90,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 90,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 90,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 90,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 90,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 90,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 90,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 90,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 91,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 91,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 91,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 91,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "proxy",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 92,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 92,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "config.",
                                     span: Span {
                                      start: Position {
                                       line: 92,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 92,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 92,
                                           column: 51,
                                          },
                                          end: Position {
                                           line: 92,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "proxy",
                                          span: Span {
                                           start: Position {
                                            line: 92,
                                            column: 55,
                                           },
                                           end: Position {
                                            line: 92,
                                            column: 60,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "default",
                                          span: Span {
                                           start: Position {
                                            line: 92,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 92,
                                            column: 68,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 93,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 93,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 93,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 93,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "This option specifies the https_proxy environment variable.\n",
                                     span: Span {
                                      start: Position {
                                       line: 94,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 93,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 95,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://127.0.0.1:3128",
                                  span: Span {
                                   start: Position {
                                    line: 96,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 96,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 96,
                                 column: 19,
                                },
                                end: Position {
                                 line: 96,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 89,
                            column: 33,
                           },
                           end: Position {
                            line: 97,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ftpProxy",
                        span: Span {
                         start: Position {
                          line: 99,
                          column: 7,
                         },
                         end: Position {
                          line: 99,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 99,
                             column: 18,
                            },
                            end: Position {
                             line: 99,
                             column: 21,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 99,
                              column: 22,
                             },
                             end: Position {
                              line: 99,
                              column: 30,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 100,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 100,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 100,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 100,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 100,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 100,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 100,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 100,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 100,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 100,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 101,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 101,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 101,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 101,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "proxy",
                                  span: Span {
                                   start: Position {
                                    line: 101,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 101,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 101,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 101,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 102,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 102,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "config.",
                                     span: Span {
                                      start: Position {
                                       line: 102,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 102,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 102,
                                           column: 51,
                                          },
                                          end: Position {
                                           line: 102,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "proxy",
                                          span: Span {
                                           start: Position {
                                            line: 102,
                                            column: 55,
                                           },
                                           end: Position {
                                            line: 102,
                                            column: 60,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "default",
                                          span: Span {
                                           start: Position {
                                            line: 102,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 102,
                                            column: 68,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 102,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 102,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 103,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 103,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 103,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 103,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 103,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 103,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "This option specifies the ftp_proxy environment variable.\n",
                                     span: Span {
                                      start: Position {
                                       line: 104,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 105,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 103,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 105,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 106,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 106,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://127.0.0.1:3128",
                                  span: Span {
                                   start: Position {
                                    line: 106,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 106,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 106,
                                 column: 19,
                                },
                                end: Position {
                                 line: 106,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 99,
                            column: 31,
                           },
                           end: Position {
                            line: 107,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "rsyncProxy",
                        span: Span {
                         start: Position {
                          line: 109,
                          column: 7,
                         },
                         end: Position {
                          line: 109,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 109,
                             column: 20,
                            },
                            end: Position {
                             line: 109,
                             column: 23,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 109,
                              column: 24,
                             },
                             end: Position {
                              line: 109,
                              column: 32,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 110,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 110,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 110,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 110,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 110,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 110,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 110,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 110,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 110,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 111,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 111,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "proxy",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 111,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 111,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 112,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 112,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "config.",
                                     span: Span {
                                      start: Position {
                                       line: 112,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 112,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 112,
                                           column: 51,
                                          },
                                          end: Position {
                                           line: 112,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "proxy",
                                          span: Span {
                                           start: Position {
                                            line: 112,
                                            column: 55,
                                           },
                                           end: Position {
                                            line: 112,
                                            column: 60,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "default",
                                          span: Span {
                                           start: Position {
                                            line: 112,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 112,
                                            column: 68,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 112,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 112,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 113,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 113,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 113,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 113,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 113,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "This option specifies the rsync_proxy environment variable.\n",
                                     span: Span {
                                      start: Position {
                                       line: 114,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 115,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 115,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 116,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 116,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://127.0.0.1:3128",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 116,
                                 column: 19,
                                },
                                end: Position {
                                 line: 116,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 109,
                            column: 33,
                           },
                           end: Position {
                            line: 117,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "allProxy",
                        span: Span {
                         start: Position {
                          line: 119,
                          column: 7,
                         },
                         end: Position {
                          line: 119,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 119,
                             column: 18,
                            },
                            end: Position {
                             line: 119,
                             column: 21,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 119,
                              column: 22,
                             },
                             end: Position {
                              line: 119,
                              column: 30,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 120,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 120,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 120,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 120,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 120,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 120,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 120,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 120,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 120,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 120,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 121,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 121,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 121,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 121,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "proxy",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "default",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 122,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 122,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "config.",
                                     span: Span {
                                      start: Position {
                                       line: 122,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 122,
                                       column: 69,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opt",
                                         span: Span {
                                          start: Position {
                                           line: 122,
                                           column: 51,
                                          },
                                          end: Position {
                                           line: 122,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "proxy",
                                          span: Span {
                                           start: Position {
                                            line: 122,
                                            column: 55,
                                           },
                                           end: Position {
                                            line: 122,
                                            column: 60,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "default",
                                          span: Span {
                                           start: Position {
                                            line: 122,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 122,
                                            column: 68,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 122,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 123,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 123,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 123,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 123,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "This option specifies the all_proxy environment variable.\n",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 125,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 123,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 125,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 126,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 126,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "http://127.0.0.1:3128",
                                  span: Span {
                                   start: Position {
                                    line: 126,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 126,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 126,
                                 column: 19,
                                },
                                end: Position {
                                 line: 126,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 119,
                            column: 31,
                           },
                           end: Position {
                            line: 127,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "noProxy",
                        span: Span {
                         start: Position {
                          line: 129,
                          column: 7,
                         },
                         end: Position {
                          line: 129,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 129,
                             column: 17,
                            },
                            end: Position {
                             line: 129,
                             column: 20,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 129,
                              column: 21,
                             },
                             end: Position {
                              line: 129,
                              column: 29,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 130,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 130,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 130,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 130,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 130,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 130,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 130,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 130,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 130,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 130,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 131,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 131,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 131,
                                 column: 19,
                                },
                                end: Position {
                                 line: 131,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 132,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 132,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 132,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 132,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 132,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 132,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "This option specifies the no_proxy environment variable.\nIf a default proxy is used and noProxy is null,\nthen noProxy will be set to 127.0.0.1,localhost.\n",
                                     span: Span {
                                      start: Position {
                                       line: 133,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 136,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 132,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 136,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "127.0.0.1,localhost,.localdomain",
                                  span: Span {
                                   start: Position {
                                    line: 137,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 137,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 137,
                                 column: 19,
                                },
                                end: Position {
                                 line: 137,
                                 column: 53,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 129,
                            column: 30,
                           },
                           end: Position {
                            line: 138,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "envVars",
                        span: Span {
                         start: Position {
                          line: 140,
                          column: 7,
                         },
                         end: Position {
                          line: 140,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 140,
                             column: 17,
                            },
                            end: Position {
                             line: 140,
                             column: 20,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkOption",
                            span: Span {
                             start: Position {
                              line: 140,
                              column: 21,
                             },
                             end: Position {
                              line: 140,
                              column: 29,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 141,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 141,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrs",
                                  span: Span {
                                   start: Position {
                                    line: 141,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 141,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "internal",
                                span: Span {
                                 start: Position {
                                  line: 142,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 142,
                                 column: 20,
                                },
                                end: Position {
                                 line: 142,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 143,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 143,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 143,
                                 column: 19,
                                },
                                end: Position {
                                 line: 143,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 144,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 144,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 144,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 144,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Environment variables used for the network proxy.\n",
                                     span: Span {
                                      start: Position {
                                       line: 145,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 146,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 144,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 146,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 140,
                            column: 30,
                           },
                           end: Position {
                            line: 147,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 68,
                    column: 24,
                   },
                   end: Position {
                    line: 148,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 21,
               column: 13,
              },
              end: Position {
               line: 149,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 151,
                column: 3,
               },
               end: Position {
                line: 151,
                column: 9,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "assertions",
                   span: Span {
                    start: Position {
                     line: 153,
                     column: 5,
                    },
                    end: Position {
                     line: 153,
                     column: 15,
                    },
                   },
                  },
                 ),
                ],
                to: List(
                 List {
                  elements: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "assertion",
                           span: Span {
                            start: Position {
                             line: 154,
                             column: 7,
                            },
                            end: Position {
                             line: 154,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: UnaryOperation(
                         UnaryOperation {
                          operator: Not,
                          operand: Identifier(
                           Identifier {
                            id: "localhostMultiple",
                            span: Span {
                             start: Position {
                              line: 154,
                              column: 20,
                             },
                             end: Position {
                              line: 154,
                              column: 37,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 154,
                            column: 19,
                           },
                           end: Position {
                            line: 154,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "message",
                           span: Span {
                            start: Position {
                             line: 155,
                             column: 7,
                            },
                            end: Position {
                             line: 155,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "`networking.hosts` maps \"localhost\" to something other than \"127.0.0.1\"\nor \"::1\". This will break some applications. Please use\n`networking.extraHosts` if you really want to add such a mapping.\n",
                             span: Span {
                              start: Position {
                               line: 156,
                               column: 1,
                              },
                              end: Position {
                               line: 159,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 155,
                            column: 17,
                           },
                           end: Position {
                            line: 159,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 153,
                       column: 19,
                      },
                      end: Position {
                       line: 160,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 153,
                    column: 18,
                   },
                   end: Position {
                    line: 160,
                    column: 7,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 164,
                     column: 5,
                    },
                    end: Position {
                     line: 164,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "hosts",
                   span: Span {
                    start: Position {
                     line: 164,
                     column: 16,
                    },
                    end: Position {
                     line: 164,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: LetIn(
                 LetIn {
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "hostnames",
                        span: Span {
                         start: Position {
                          line: 165,
                          column: 7,
                         },
                         end: Position {
                          line: 165,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: BinaryOperation(
                      BinaryOperation {
                       left: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "optional",
                           span: Span {
                            start: Position {
                             line: 166,
                             column: 9,
                            },
                            end: Position {
                             line: 166,
                             column: 17,
                            },
                           },
                          },
                         ),
                         arguments: [
                          BinaryOperation(
                           BinaryOperation {
                            left: BinaryOperation(
                             BinaryOperation {
                              left: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 166,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "hostName",
                                   span: Span {
                                    start: Position {
                                     line: 166,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 166,
                                     column: 31,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              operator: NotEqualTo,
                              right: String(
                               String_ {
                                parts: [],
                                span: Span {
                                 start: Position {
                                  line: 166,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 166,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            operator: LogicalAnd,
                            right: BinaryOperation(
                             BinaryOperation {
                              left: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 166,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "domain",
                                   span: Span {
                                    start: Position {
                                     line: 166,
                                     column: 45,
                                    },
                                    end: Position {
                                     line: 166,
                                     column: 51,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              operator: NotEqualTo,
                              right: Identifier(
                               Identifier {
                                id: "null",
                                span: Span {
                                 start: Position {
                                  line: 166,
                                  column: 55,
                                 },
                                 end: Position {
                                  line: 166,
                                  column: 59,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           },
                          ),
                          String(
                           String_ {
                            parts: [
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 166,
                                     column: 64,
                                    },
                                    end: Position {
                                     line: 166,
                                     column: 67,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "hostName",
                                    span: Span {
                                     start: Position {
                                      line: 166,
                                      column: 68,
                                     },
                                     end: Position {
                                      line: 166,
                                      column: 76,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: ".",
                               span: Span {
                                start: Position {
                                 line: 166,
                                 column: 62,
                                },
                                end: Position {
                                 line: 166,
                                 column: 78,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 166,
                                     column: 80,
                                    },
                                    end: Position {
                                     line: 166,
                                     column: 83,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "domain",
                                    span: Span {
                                     start: Position {
                                      line: 166,
                                      column: 84,
                                     },
                                     end: Position {
                                      line: 166,
                                      column: 90,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 166,
                              column: 61,
                             },
                             end: Position {
                              line: 166,
                              column: 92,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                       operator: Concatenation,
                       right: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "optional",
                           span: Span {
                            start: Position {
                             line: 167,
                             column: 12,
                            },
                            end: Position {
                             line: 167,
                             column: 20,
                            },
                           },
                          },
                         ),
                         arguments: [
                          BinaryOperation(
                           BinaryOperation {
                            left: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "cfg",
                                span: Span {
                                 start: Position {
                                  line: 167,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 167,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "hostName",
                                 span: Span {
                                  start: Position {
                                   line: 167,
                                   column: 26,
                                  },
                                  end: Position {
                                   line: 167,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            operator: NotEqualTo,
                            right: String(
                             String_ {
                              parts: [],
                              span: Span {
                               start: Position {
                                line: 167,
                                column: 38,
                               },
                               end: Position {
                                line: 167,
                                column: 40,
                               },
                              },
                             },
                            ),
                           },
                          ),
                          PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 167,
                                column: 42,
                               },
                               end: Position {
                                line: 167,
                                column: 45,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "hostName",
                               span: Span {
                                start: Position {
                                 line: 167,
                                 column: 46,
                                },
                                end: Position {
                                 line: 167,
                                 column: 54,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                    },
                   ),
                  ],
                  target: BinaryOperation(
                   BinaryOperation {
                    left: Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Expression(
                           PartExpression {
                            expression: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "127.0.0.2",
                                 span: Span {
                                  start: Position {
                                   line: 169,
                                   column: 8,
                                  },
                                  end: Position {
                                   line: 169,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 169,
                                column: 7,
                               },
                               end: Position {
                                line: 169,
                                column: 18,
                               },
                              },
                             },
                            ),
                           },
                          ),
                         ],
                         to: Identifier(
                          Identifier {
                           id: "hostnames",
                           span: Span {
                            start: Position {
                             line: 169,
                             column: 21,
                            },
                            end: Position {
                             line: 169,
                             column: 30,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 8,
                       },
                       end: Position {
                        line: 170,
                        column: 6,
                       },
                      },
                     },
                    ),
                    operator: Update,
                    right: FunctionApplication(
                     FunctionApplication {
                      function: Identifier(
                       Identifier {
                        id: "optionalAttrs",
                        span: Span {
                         start: Position {
                          line: 170,
                          column: 10,
                         },
                         end: Position {
                          line: 170,
                          column: 23,
                         },
                        },
                       },
                      ),
                      arguments: [
                       PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 170,
                             column: 24,
                            },
                            end: Position {
                             line: 170,
                             column: 27,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "enableIPv6",
                            span: Span {
                             start: Position {
                              line: 170,
                              column: 28,
                             },
                             end: Position {
                              line: 170,
                              column: 38,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       Map(
                        Map {
                         recursive: false,
                         bindings: [
                          KeyValue(
                           BindingKeyValue {
                            from: [
                             Expression(
                              PartExpression {
                               expression: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "::1",
                                    span: Span {
                                     start: Position {
                                      line: 171,
                                      column: 8,
                                     },
                                     end: Position {
                                      line: 171,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 171,
                                   column: 7,
                                  },
                                  end: Position {
                                   line: 171,
                                   column: 12,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            ],
                            to: Identifier(
                             Identifier {
                              id: "hostnames",
                              span: Span {
                               start: Position {
                                line: 171,
                                column: 15,
                               },
                               end: Position {
                                line: 171,
                                column: 24,
                               },
                              },
                             },
                            ),
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 170,
                           column: 39,
                          },
                          end: Position {
                           line: 172,
                           column: 6,
                          },
                         },
                        },
                       ),
                      ],
                     },
                    ),
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 164,
                    column: 24,
                   },
                   end: Position {
                    line: 172,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 174,
                     column: 5,
                    },
                    end: Position {
                     line: 174,
                     column: 15,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "hostFiles",
                   span: Span {
                    start: Position {
                     line: 174,
                     column: 16,
                    },
                    end: Position {
                     line: 174,
                     column: 25,
                    },
                   },
                  },
                 ),
                ],
                to: LetIn(
                 LetIn {
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "localhostHosts",
                        span: Span {
                         start: Position {
                          line: 179,
                          column: 7,
                         },
                         end: Position {
                          line: 179,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "pkgs",
                           span: Span {
                            start: Position {
                             line: 179,
                             column: 24,
                            },
                            end: Position {
                             line: 179,
                             column: 28,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "writeText",
                            span: Span {
                             start: Position {
                              line: 179,
                              column: 29,
                             },
                             end: Position {
                              line: 179,
                              column: 38,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "localhost-hosts",
                             span: Span {
                              start: Position {
                               line: 179,
                               column: 40,
                              },
                              end: Position {
                               line: 179,
                               column: 55,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 179,
                            column: 39,
                           },
                           end: Position {
                            line: 179,
                            column: 56,
                           },
                          },
                         },
                        ),
                        IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "127.0.0.1 localhost\n",
                             span: Span {
                              start: Position {
                               line: 180,
                               column: 1,
                              },
                              end: Position {
                               line: 181,
                               column: 9,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "optionalString",
                                 span: Span {
                                  start: Position {
                                   line: 181,
                                   column: 11,
                                  },
                                  end: Position {
                                   line: 181,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 181,
                                      column: 26,
                                     },
                                     end: Position {
                                      line: 181,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "enableIPv6",
                                     span: Span {
                                      start: Position {
                                       line: 181,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 181,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "::1 localhost",
                                     span: Span {
                                      start: Position {
                                       line: 181,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 181,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 181,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 181,
                                    column: 56,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\n",
                             span: Span {
                              start: Position {
                               line: 180,
                               column: 1,
                              },
                              end: Position {
                               line: 182,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 179,
                            column: 57,
                           },
                           end: Position {
                            line: 182,
                            column: 9,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "stringHosts",
                        span: Span {
                         start: Position {
                          line: 183,
                          column: 7,
                         },
                         end: Position {
                          line: 183,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: LetIn(
                      LetIn {
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "oneToString",
                             span: Span {
                              start: Position {
                               line: 185,
                               column: 11,
                              },
                              end: Position {
                               line: 185,
                               column: 22,
                              },
                             },
                            },
                           ),
                          ],
                          to: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "set",
                             },
                            ),
                            body: Function(
                             Function {
                              head: Simple(
                               FunctionHeadSimple {
                                identifier: "ip",
                               },
                              ),
                              body: BinaryOperation(
                               BinaryOperation {
                                left: BinaryOperation(
                                 BinaryOperation {
                                  left: BinaryOperation(
                                   BinaryOperation {
                                    left: Identifier(
                                     Identifier {
                                      id: "ip",
                                      span: Span {
                                       start: Position {
                                        line: 185,
                                        column: 34,
                                       },
                                       end: Position {
                                        line: 185,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    operator: Addition,
                                    right: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: " ",
                                         span: Span {
                                          start: Position {
                                           line: 185,
                                           column: 40,
                                          },
                                          end: Position {
                                           line: 185,
                                           column: 41,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 185,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 185,
                                        column: 42,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  operator: Addition,
                                  right: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "concatStringsSep",
                                      span: Span {
                                       start: Position {
                                        line: 185,
                                        column: 45,
                                       },
                                       end: Position {
                                        line: 185,
                                        column: 61,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: " ",
                                          span: Span {
                                           start: Position {
                                            line: 185,
                                            column: 63,
                                           },
                                           end: Position {
                                            line: 185,
                                            column: 64,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 185,
                                         column: 62,
                                        },
                                        end: Position {
                                         line: 185,
                                         column: 65,
                                        },
                                       },
                                      },
                                     ),
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "set",
                                         span: Span {
                                          start: Position {
                                           line: 185,
                                           column: 66,
                                          },
                                          end: Position {
                                           line: 185,
                                           column: 69,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Interpolation(
                                         PartInterpolation {
                                          expression: Identifier(
                                           Identifier {
                                            id: "ip",
                                            span: Span {
                                             start: Position {
                                              line: 185,
                                              column: 72,
                                             },
                                             end: Position {
                                              line: 185,
                                              column: 74,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                operator: Addition,
                                right: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "\n",
                                     span: Span {
                                      start: Position {
                                       line: 185,
                                       column: 79,
                                      },
                                      end: Position {
                                       line: 185,
                                       column: 81,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 185,
                                    column: 78,
                                   },
                                   end: Position {
                                    line: 185,
                                    column: 82,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              span: Span {
                               start: Position {
                                line: 185,
                                column: 30,
                               },
                               end: Position {
                                line: 185,
                                column: 82,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 185,
                              column: 25,
                             },
                             end: Position {
                              line: 185,
                              column: 82,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "allToString",
                             span: Span {
                              start: Position {
                               line: 186,
                               column: 11,
                              },
                              end: Position {
                               line: 186,
                               column: 22,
                              },
                             },
                            },
                           ),
                          ],
                          to: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "set",
                             },
                            ),
                            body: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "concatMapStrings",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 46,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "oneToString",
                                   span: Span {
                                    start: Position {
                                     line: 186,
                                     column: 48,
                                    },
                                    end: Position {
                                     line: 186,
                                     column: 59,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "set",
                                    span: Span {
                                     start: Position {
                                      line: 186,
                                      column: 60,
                                     },
                                     end: Position {
                                      line: 186,
                                      column: 63,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "attrNames",
                                   span: Span {
                                    start: Position {
                                     line: 186,
                                     column: 66,
                                    },
                                    end: Position {
                                     line: 186,
                                     column: 75,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "set",
                                    span: Span {
                                     start: Position {
                                      line: 186,
                                      column: 76,
                                     },
                                     end: Position {
                                      line: 186,
                                      column: 79,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              ],
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 186,
                              column: 25,
                             },
                             end: Position {
                              line: 186,
                              column: 80,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       target: FunctionApplication(
                        FunctionApplication {
                         function: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "pkgs",
                             span: Span {
                              start: Position {
                               line: 187,
                               column: 12,
                              },
                              end: Position {
                               line: 187,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "writeText",
                              span: Span {
                               start: Position {
                                line: 187,
                                column: 17,
                               },
                               end: Position {
                                line: 187,
                                column: 26,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         arguments: [
                          String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "string-hosts",
                               span: Span {
                                start: Position {
                                 line: 187,
                                 column: 28,
                                },
                                end: Position {
                                 line: 187,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 187,
                              column: 27,
                             },
                             end: Position {
                              line: 187,
                              column: 41,
                             },
                            },
                           },
                          ),
                          FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "allToString",
                              span: Span {
                               start: Position {
                                line: 187,
                                column: 43,
                               },
                               end: Position {
                                line: 187,
                                column: 54,
                               },
                              },
                             },
                            ),
                            arguments: [
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "filterAttrs",
                                 span: Span {
                                  start: Position {
                                   line: 187,
                                   column: 56,
                                  },
                                  end: Position {
                                   line: 187,
                                   column: 67,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                Function(
                                 Function {
                                  head: Simple(
                                   FunctionHeadSimple {
                                    identifier: "_",
                                   },
                                  ),
                                  body: Function(
                                   Function {
                                    head: Simple(
                                     FunctionHeadSimple {
                                      identifier: "v",
                                     },
                                    ),
                                    body: BinaryOperation(
                                     BinaryOperation {
                                      left: Identifier(
                                       Identifier {
                                        id: "v",
                                        span: Span {
                                         start: Position {
                                          line: 187,
                                          column: 75,
                                         },
                                         end: Position {
                                          line: 187,
                                          column: 76,
                                         },
                                        },
                                       },
                                      ),
                                      operator: NotEqualTo,
                                      right: List(
                                       List {
                                        elements: [],
                                        span: Span {
                                         start: Position {
                                          line: 187,
                                          column: 80,
                                         },
                                         end: Position {
                                          line: 187,
                                          column: 82,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 187,
                                      column: 72,
                                     },
                                     end: Position {
                                      line: 187,
                                      column: 82,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 187,
                                    column: 69,
                                   },
                                   end: Position {
                                    line: 187,
                                    column: 82,
                                   },
                                  },
                                 },
                                ),
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 187,
                                      column: 84,
                                     },
                                     end: Position {
                                      line: 187,
                                      column: 87,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "hosts",
                                     span: Span {
                                      start: Position {
                                       line: 187,
                                       column: 88,
                                      },
                                      end: Position {
                                       line: 187,
                                       column: 93,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         ],
                        },
                       ),
                       span: Span {
                        start: Position {
                         line: 184,
                         column: 9,
                        },
                        end: Position {
                         line: 187,
                         column: 95,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraHosts",
                        span: Span {
                         start: Position {
                          line: 188,
                          column: 7,
                         },
                         end: Position {
                          line: 188,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "pkgs",
                           span: Span {
                            start: Position {
                             line: 188,
                             column: 20,
                            },
                            end: Position {
                             line: 188,
                             column: 24,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "writeText",
                            span: Span {
                             start: Position {
                              line: 188,
                              column: 25,
                             },
                             end: Position {
                              line: 188,
                              column: 34,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "extra-hosts",
                             span: Span {
                              start: Position {
                               line: 188,
                               column: 36,
                              },
                              end: Position {
                               line: 188,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 188,
                            column: 35,
                           },
                           end: Position {
                            line: 188,
                            column: 48,
                           },
                          },
                         },
                        ),
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 188,
                              column: 49,
                             },
                             end: Position {
                              line: 188,
                              column: 52,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "extraHosts",
                             span: Span {
                              start: Position {
                               line: 188,
                               column: 53,
                              },
                              end: Position {
                               line: 188,
                               column: 63,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  target: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "mkBefore",
                      span: Span {
                       start: Position {
                        line: 189,
                        column: 8,
                       },
                       end: Position {
                        line: 189,
                        column: 16,
                       },
                      },
                     },
                    ),
                    arguments: [
                     List(
                      List {
                       elements: [
                        Identifier(
                         Identifier {
                          id: "localhostHosts",
                          span: Span {
                           start: Position {
                            line: 189,
                            column: 19,
                           },
                           end: Position {
                            line: 189,
                            column: 33,
                           },
                          },
                         },
                        ),
                        Identifier(
                         Identifier {
                          id: "stringHosts",
                          span: Span {
                           start: Position {
                            line: 189,
                            column: 34,
                           },
                           end: Position {
                            line: 189,
                            column: 45,
                           },
                          },
                         },
                        ),
                        Identifier(
                         Identifier {
                          id: "extraHosts",
                          span: Span {
                           start: Position {
                            line: 189,
                            column: 46,
                           },
                           end: Position {
                            line: 189,
                            column: 56,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 189,
                         column: 17,
                        },
                        end: Position {
                         line: 189,
                         column: 58,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 174,
                    column: 28,
                   },
                   end: Position {
                    line: 189,
                    column: 58,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "environment",
                   span: Span {
                    start: Position {
                     line: 191,
                     column: 5,
                    },
                    end: Position {
                     line: 191,
                     column: 16,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "etc",
                   span: Span {
                    start: Position {
                     line: 191,
                     column: 17,
                    },
                    end: Position {
                     line: 191,
                     column: 20,
                    },
                   },
                  },
                 ),
                ],
                to: BinaryOperation(
                 BinaryOperation {
                  left: Map(
                   Map {
                    recursive: false,
                    bindings: [
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "services",
                          span: Span {
                           start: Position {
                            line: 193,
                            column: 9,
                           },
                           end: Position {
                            line: 193,
                            column: 17,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "source",
                          span: Span {
                           start: Position {
                            line: 193,
                            column: 18,
                           },
                           end: Position {
                            line: 193,
                            column: 24,
                           },
                          },
                         },
                        ),
                       ],
                       to: BinaryOperation(
                        BinaryOperation {
                         left: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "pkgs",
                             span: Span {
                              start: Position {
                               line: 193,
                               column: 27,
                              },
                              end: Position {
                               line: 193,
                               column: 31,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "iana-etc",
                              span: Span {
                               start: Position {
                                line: 193,
                                column: 32,
                               },
                               end: Position {
                                line: 193,
                                column: 40,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         operator: Addition,
                         right: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "/etc/services",
                              span: Span {
                               start: Position {
                                line: 193,
                                column: 44,
                               },
                               end: Position {
                                line: 193,
                                column: 57,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 193,
                             column: 43,
                            },
                            end: Position {
                             line: 193,
                             column: 58,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "protocols",
                          span: Span {
                           start: Position {
                            line: 196,
                            column: 9,
                           },
                           end: Position {
                            line: 196,
                            column: 18,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "source",
                          span: Span {
                           start: Position {
                            line: 196,
                            column: 19,
                           },
                           end: Position {
                            line: 196,
                            column: 25,
                           },
                          },
                         },
                        ),
                       ],
                       to: BinaryOperation(
                        BinaryOperation {
                         left: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "pkgs",
                             span: Span {
                              start: Position {
                               line: 196,
                               column: 29,
                              },
                              end: Position {
                               line: 196,
                               column: 33,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "iana-etc",
                              span: Span {
                               start: Position {
                                line: 196,
                                column: 34,
                               },
                               end: Position {
                                line: 196,
                                column: 42,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         operator: Addition,
                         right: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "/etc/protocols",
                              span: Span {
                               start: Position {
                                line: 196,
                                column: 46,
                               },
                               end: Position {
                                line: 196,
                                column: 60,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 196,
                             column: 45,
                            },
                            end: Position {
                             line: 196,
                             column: 61,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "hosts",
                          span: Span {
                           start: Position {
                            line: 199,
                            column: 9,
                           },
                           end: Position {
                            line: 199,
                            column: 14,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "source",
                          span: Span {
                           start: Position {
                            line: 199,
                            column: 15,
                           },
                           end: Position {
                            line: 199,
                            column: 21,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "pkgs",
                             span: Span {
                              start: Position {
                               line: 199,
                               column: 24,
                              },
                              end: Position {
                               line: 199,
                               column: 28,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "concatText",
                              span: Span {
                               start: Position {
                                line: 199,
                                column: 29,
                               },
                               end: Position {
                                line: 199,
                                column: 39,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         arguments: [
                          String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "hosts",
                               span: Span {
                                start: Position {
                                 line: 199,
                                 column: 41,
                                },
                                end: Position {
                                 line: 199,
                                 column: 46,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 199,
                              column: 40,
                             },
                             end: Position {
                              line: 199,
                              column: 47,
                             },
                            },
                           },
                          ),
                          PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 199,
                                column: 48,
                               },
                               end: Position {
                                line: 199,
                                column: 51,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "hostFiles",
                               span: Span {
                                start: Position {
                                 line: 199,
                                 column: 52,
                                },
                                end: Position {
                                 line: 199,
                                 column: 61,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "netgroup",
                          span: Span {
                           start: Position {
                            line: 202,
                            column: 9,
                           },
                           end: Position {
                            line: 202,
                            column: 17,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "text",
                          span: Span {
                           start: Position {
                            line: 202,
                            column: 18,
                           },
                           end: Position {
                            line: 202,
                            column: 22,
                           },
                          },
                         },
                        ),
                       ],
                       to: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mkDefault",
                           span: Span {
                            start: Position {
                             line: 202,
                             column: 25,
                            },
                            end: Position {
                             line: 202,
                             column: 34,
                            },
                           },
                          },
                         ),
                         arguments: [
                          String(
                           String_ {
                            parts: [],
                            span: Span {
                             start: Position {
                              line: 202,
                              column: 35,
                             },
                             end: Position {
                              line: 202,
                              column: 37,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Expression(
                         PartExpression {
                          expression: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "host.conf",
                               span: Span {
                                start: Position {
                                 line: 205,
                                 column: 10,
                                },
                                end: Position {
                                 line: 205,
                                 column: 19,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 205,
                              column: 9,
                             },
                             end: Position {
                              line: 205,
                              column: 20,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "text",
                          span: Span {
                           start: Position {
                            line: 205,
                            column: 21,
                           },
                           end: Position {
                            line: 205,
                            column: 25,
                           },
                          },
                         },
                        ),
                       ],
                       to: IndentedString(
                        IndentedString {
                         parts: [
                          Raw(
                           PartRaw {
                            content: "multi on\n",
                            span: Span {
                             start: Position {
                              line: 206,
                              column: 1,
                             },
                             end: Position {
                              line: 207,
                              column: 9,
                             },
                            },
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 205,
                           column: 28,
                          },
                          end: Position {
                           line: 207,
                           column: 11,
                          },
                         },
                        },
                       ),
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 192,
                      column: 7,
                     },
                     end: Position {
                      line: 209,
                      column: 8,
                     },
                    },
                   },
                  ),
                  operator: Update,
                  right: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalAttrs",
                      span: Span {
                       start: Position {
                        line: 209,
                        column: 12,
                       },
                       end: Position {
                        line: 209,
                        column: 25,
                       },
                      },
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "pkgs",
                           span: Span {
                            start: Position {
                             line: 209,
                             column: 27,
                            },
                            end: Position {
                             line: 209,
                             column: 31,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "stdenv",
                            span: Span {
                             start: Position {
                              line: 209,
                              column: 32,
                             },
                             end: Position {
                              line: 209,
                              column: 38,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "hostPlatform",
                            span: Span {
                             start: Position {
                              line: 209,
                              column: 39,
                             },
                             end: Position {
                              line: 209,
                              column: 51,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "libc",
                            span: Span {
                             start: Position {
                              line: 209,
                              column: 52,
                             },
                             end: Position {
                              line: 209,
                              column: 56,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: EqualTo,
                       right: String(
                        String_ {
                         parts: [
                          Raw(
                           PartRaw {
                            content: "glibc",
                            span: Span {
                             start: Position {
                              line: 209,
                              column: 61,
                             },
                             end: Position {
                              line: 209,
                              column: 66,
                             },
                            },
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 209,
                           column: 60,
                          },
                          end: Position {
                           line: 209,
                           column: 67,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "rpc",
                             span: Span {
                              start: Position {
                               line: 211,
                               column: 9,
                              },
                              end: Position {
                               line: 211,
                               column: 12,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "source",
                             span: Span {
                              start: Position {
                               line: 211,
                               column: 13,
                              },
                              end: Position {
                               line: 211,
                               column: 19,
                              },
                             },
                            },
                           ),
                          ],
                          to: BinaryOperation(
                           BinaryOperation {
                            left: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "pkgs",
                                span: Span {
                                 start: Position {
                                  line: 211,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 211,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "stdenv",
                                 span: Span {
                                  start: Position {
                                   line: 211,
                                   column: 27,
                                  },
                                  end: Position {
                                   line: 211,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "cc",
                                 span: Span {
                                  start: Position {
                                   line: 211,
                                   column: 34,
                                  },
                                  end: Position {
                                   line: 211,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "libc",
                                 span: Span {
                                  start: Position {
                                   line: 211,
                                   column: 37,
                                  },
                                  end: Position {
                                   line: 211,
                                   column: 41,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "out",
                                 span: Span {
                                  start: Position {
                                   line: 211,
                                   column: 42,
                                  },
                                  end: Position {
                                   line: 211,
                                   column: 45,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            operator: Addition,
                            right: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "/etc/rpc",
                                 span: Span {
                                  start: Position {
                                   line: 211,
                                   column: 49,
                                  },
                                  end: Position {
                                   line: 211,
                                   column: 57,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 211,
                                column: 48,
                               },
                               end: Position {
                                line: 211,
                                column: 58,
                               },
                              },
                             },
                            ),
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 209,
                         column: 69,
                        },
                        end: Position {
                         line: 212,
                         column: 8,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "networking",
                   span: Span {
                    start: Position {
                     line: 214,
                     column: 7,
                    },
                    end: Position {
                     line: 214,
                     column: 17,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "proxy",
                   span: Span {
                    start: Position {
                     line: 214,
                     column: 18,
                    },
                    end: Position {
                     line: 214,
                     column: 23,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "envVars",
                   span: Span {
                    start: Position {
                     line: 214,
                     column: 24,
                    },
                    end: Position {
                     line: 214,
                     column: 31,
                    },
                   },
                  },
                 ),
                ],
                to: BinaryOperation(
                 BinaryOperation {
                  left: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalAttrs",
                      span: Span {
                       start: Position {
                        line: 215,
                        column: 9,
                       },
                       end: Position {
                        line: 215,
                        column: 22,
                       },
                      },
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 215,
                             column: 24,
                            },
                            end: Position {
                             line: 215,
                             column: 27,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "proxy",
                            span: Span {
                             start: Position {
                              line: 215,
                              column: 28,
                             },
                             end: Position {
                              line: 215,
                              column: 33,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "default",
                            span: Span {
                             start: Position {
                              line: 215,
                              column: 34,
                             },
                             end: Position {
                              line: 215,
                              column: 41,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 215,
                           column: 45,
                          },
                          end: Position {
                           line: 215,
                           column: 49,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "no_proxy",
                             span: Span {
                              start: Position {
                               line: 217,
                               column: 11,
                              },
                              end: Position {
                               line: 217,
                               column: 19,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "127.0.0.1,localhost",
                               span: Span {
                                start: Position {
                                 line: 217,
                                 column: 23,
                                },
                                end: Position {
                                 line: 217,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 217,
                              column: 22,
                             },
                             end: Position {
                              line: 217,
                              column: 43,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 215,
                         column: 51,
                        },
                        end: Position {
                         line: 218,
                         column: 10,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  operator: Update,
                  right: BinaryOperation(
                   BinaryOperation {
                    left: FunctionApplication(
                     FunctionApplication {
                      function: Identifier(
                       Identifier {
                        id: "optionalAttrs",
                        span: Span {
                         start: Position {
                          line: 218,
                          column: 14,
                         },
                         end: Position {
                          line: 218,
                          column: 27,
                         },
                        },
                       },
                      ),
                      arguments: [
                       BinaryOperation(
                        BinaryOperation {
                         left: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 218,
                               column: 29,
                              },
                              end: Position {
                               line: 218,
                               column: 32,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "proxy",
                              span: Span {
                               start: Position {
                                line: 218,
                                column: 33,
                               },
                               end: Position {
                                line: 218,
                                column: 38,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "httpProxy",
                              span: Span {
                               start: Position {
                                line: 218,
                                column: 39,
                               },
                               end: Position {
                                line: 218,
                                column: 48,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         operator: NotEqualTo,
                         right: Identifier(
                          Identifier {
                           id: "null",
                           span: Span {
                            start: Position {
                             line: 218,
                             column: 52,
                            },
                            end: Position {
                             line: 218,
                             column: 56,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       Map(
                        Map {
                         recursive: false,
                         bindings: [
                          KeyValue(
                           BindingKeyValue {
                            from: [
                             Raw(
                              PartRaw {
                               content: "http_proxy",
                               span: Span {
                                start: Position {
                                 line: 219,
                                 column: 11,
                                },
                                end: Position {
                                 line: 219,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            ],
                            to: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "cfg",
                                span: Span {
                                 start: Position {
                                  line: 219,
                                  column: 25,
                                 },
                                 end: Position {
                                  line: 219,
                                  column: 28,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "proxy",
                                 span: Span {
                                  start: Position {
                                   line: 219,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 219,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "httpProxy",
                                 span: Span {
                                  start: Position {
                                   line: 219,
                                   column: 35,
                                  },
                                  end: Position {
                                   line: 219,
                                   column: 44,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 218,
                           column: 58,
                          },
                          end: Position {
                           line: 220,
                           column: 10,
                          },
                         },
                        },
                       ),
                      ],
                     },
                    ),
                    operator: Update,
                    right: BinaryOperation(
                     BinaryOperation {
                      left: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "optionalAttrs",
                          span: Span {
                           start: Position {
                            line: 220,
                            column: 14,
                           },
                           end: Position {
                            line: 220,
                            column: 27,
                           },
                          },
                         },
                        ),
                        arguments: [
                         BinaryOperation(
                          BinaryOperation {
                           left: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 220,
                                 column: 29,
                                },
                                end: Position {
                                 line: 220,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "proxy",
                                span: Span {
                                 start: Position {
                                  line: 220,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 220,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "httpsProxy",
                                span: Span {
                                 start: Position {
                                  line: 220,
                                  column: 39,
                                 },
                                 end: Position {
                                  line: 220,
                                  column: 49,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           operator: NotEqualTo,
                           right: Identifier(
                            Identifier {
                             id: "null",
                             span: Span {
                              start: Position {
                               line: 220,
                               column: 53,
                              },
                              end: Position {
                               line: 220,
                               column: 57,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "https_proxy",
                                 span: Span {
                                  start: Position {
                                   line: 221,
                                   column: 11,
                                  },
                                  end: Position {
                                   line: 221,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 221,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 221,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "proxy",
                                   span: Span {
                                    start: Position {
                                     line: 221,
                                     column: 29,
                                    },
                                    end: Position {
                                     line: 221,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "httpsProxy",
                                   span: Span {
                                    start: Position {
                                     line: 221,
                                     column: 35,
                                    },
                                    end: Position {
                                     line: 221,
                                     column: 45,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 220,
                             column: 59,
                            },
                            end: Position {
                             line: 222,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                      operator: Update,
                      right: BinaryOperation(
                       BinaryOperation {
                        left: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "optionalAttrs",
                            span: Span {
                             start: Position {
                              line: 222,
                              column: 14,
                             },
                             end: Position {
                              line: 222,
                              column: 27,
                             },
                            },
                           },
                          ),
                          arguments: [
                           BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 222,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 222,
                                   column: 32,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "proxy",
                                  span: Span {
                                   start: Position {
                                    line: 222,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 222,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "rsyncProxy",
                                  span: Span {
                                   start: Position {
                                    line: 222,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 222,
                                    column: 49,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: NotEqualTo,
                             right: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 222,
                                 column: 53,
                                },
                                end: Position {
                                 line: 222,
                                 column: 57,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "rsync_proxy",
                                   span: Span {
                                    start: Position {
                                     line: 223,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 223,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 223,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 223,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "proxy",
                                     span: Span {
                                      start: Position {
                                       line: 223,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 223,
                                       column: 34,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "rsyncProxy",
                                     span: Span {
                                      start: Position {
                                       line: 223,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 223,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 222,
                               column: 59,
                              },
                              end: Position {
                               line: 224,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                        operator: Update,
                        right: BinaryOperation(
                         BinaryOperation {
                          left: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalAttrs",
                              span: Span {
                               start: Position {
                                line: 224,
                                column: 14,
                               },
                               end: Position {
                                line: 224,
                                column: 27,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 224,
                                     column: 29,
                                    },
                                    end: Position {
                                     line: 224,
                                     column: 32,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "proxy",
                                    span: Span {
                                     start: Position {
                                      line: 224,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 224,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "ftpProxy",
                                    span: Span {
                                     start: Position {
                                      line: 224,
                                      column: 39,
                                     },
                                     end: Position {
                                      line: 224,
                                      column: 47,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 224,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 224,
                                   column: 55,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "ftp_proxy",
                                     span: Span {
                                      start: Position {
                                       line: 225,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 225,
                                       column: 20,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 225,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 225,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "proxy",
                                       span: Span {
                                        start: Position {
                                         line: 225,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 225,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "ftpProxy",
                                       span: Span {
                                        start: Position {
                                         line: 225,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 225,
                                         column: 43,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 224,
                                 column: 57,
                                },
                                end: Position {
                                 line: 226,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          operator: Update,
                          right: BinaryOperation(
                           BinaryOperation {
                            left: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "optionalAttrs",
                                span: Span {
                                 start: Position {
                                  line: 226,
                                  column: 14,
                                 },
                                 end: Position {
                                  line: 226,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               BinaryOperation(
                                BinaryOperation {
                                 left: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 226,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 226,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "proxy",
                                      span: Span {
                                       start: Position {
                                        line: 226,
                                        column: 33,
                                       },
                                       end: Position {
                                        line: 226,
                                        column: 38,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "allProxy",
                                      span: Span {
                                       start: Position {
                                        line: 226,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 226,
                                        column: 47,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 operator: NotEqualTo,
                                 right: Identifier(
                                  Identifier {
                                   id: "null",
                                   span: Span {
                                    start: Position {
                                     line: 226,
                                     column: 51,
                                    },
                                    end: Position {
                                     line: 226,
                                     column: 55,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                               Map(
                                Map {
                                 recursive: false,
                                 bindings: [
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "all_proxy",
                                       span: Span {
                                        start: Position {
                                         line: 227,
                                         column: 11,
                                        },
                                        end: Position {
                                         line: 227,
                                         column: 20,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 227,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 227,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "proxy",
                                         span: Span {
                                          start: Position {
                                           line: 227,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 227,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "allProxy",
                                         span: Span {
                                          start: Position {
                                           line: 227,
                                           column: 35,
                                          },
                                          end: Position {
                                           line: 227,
                                           column: 43,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 226,
                                   column: 57,
                                  },
                                  end: Position {
                                   line: 228,
                                   column: 10,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                            operator: Update,
                            right: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "optionalAttrs",
                                span: Span {
                                 start: Position {
                                  line: 228,
                                  column: 14,
                                 },
                                 end: Position {
                                  line: 228,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               BinaryOperation(
                                BinaryOperation {
                                 left: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 228,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 228,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "proxy",
                                      span: Span {
                                       start: Position {
                                        line: 228,
                                        column: 33,
                                       },
                                       end: Position {
                                        line: 228,
                                        column: 38,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "noProxy",
                                      span: Span {
                                       start: Position {
                                        line: 228,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 228,
                                        column: 46,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 operator: NotEqualTo,
                                 right: Identifier(
                                  Identifier {
                                   id: "null",
                                   span: Span {
                                    start: Position {
                                     line: 228,
                                     column: 50,
                                    },
                                    end: Position {
                                     line: 228,
                                     column: 54,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                               Map(
                                Map {
                                 recursive: false,
                                 bindings: [
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "no_proxy",
                                       span: Span {
                                        start: Position {
                                         line: 229,
                                         column: 11,
                                        },
                                        end: Position {
                                         line: 229,
                                         column: 19,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 229,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 229,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "proxy",
                                         span: Span {
                                          start: Position {
                                           line: 229,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 229,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "noProxy",
                                         span: Span {
                                          start: Position {
                                           line: 229,
                                           column: 35,
                                          },
                                          end: Position {
                                           line: 229,
                                           column: 42,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 228,
                                   column: 56,
                                  },
                                  end: Position {
                                   line: 230,
                                   column: 10,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                           },
                          ),
                         },
                        ),
                       },
                      ),
                     },
                    ),
                   },
                  ),
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "environment",
                   span: Span {
                    start: Position {
                     line: 233,
                     column: 5,
                    },
                    end: Position {
                     line: 233,
                     column: 16,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "sessionVariables",
                   span: Span {
                    start: Position {
                     line: 233,
                     column: 17,
                    },
                    end: Position {
                     line: 233,
                     column: 33,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 233,
                      column: 36,
                     },
                     end: Position {
                      line: 233,
                      column: 39,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "proxy",
                     span: Span {
                      start: Position {
                       line: 233,
                       column: 40,
                      },
                      end: Position {
                       line: 233,
                       column: 45,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "envVars",
                     span: Span {
                      start: Position {
                       line: 233,
                       column: 46,
                      },
                      end: Position {
                       line: 233,
                       column: 53,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 151,
               column: 12,
              },
              end: Position {
               line: 235,
               column: 4,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 16,
          column: 1,
         },
         end: Position {
          line: 237,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 7,
        column: 1,
       },
       end: Position {
        line: 237,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 5,
      column: 1,
     },
     end: Position {
      line: 237,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 3,
    column: 1,
   },
   end: Position {
    line: 237,
    column: 2,
   },
  },
 },
)