Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 2,
        column: 6,
       },
       end: Position {
        line: 2,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 5,
              column: 3,
             },
             end: Position {
              line: 5,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 5,
               column: 9,
              },
              end: Position {
               line: 5,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 5,
                column: 16,
               },
               end: Position {
                line: 5,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "proxychains",
              span: Span {
               start: Position {
                line: 5,
                column: 25,
               },
               end: Position {
                line: 5,
                column: 36,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configFile",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 13,
             },
            },
           },
          ),
         ],
         to: IndentedString(
          IndentedString {
           parts: [
            Raw(
             PartRaw {
              content: "",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 8,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 7,
                   },
                   end: Position {
                    line: 8,
                    column: 10,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "chain",
                   span: Span {
                    start: Position {
                     line: 8,
                     column: 11,
                    },
                    end: Position {
                     line: 8,
                     column: 16,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "type",
                   span: Span {
                    start: Position {
                     line: 8,
                     column: 17,
                    },
                    end: Position {
                     line: 8,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "_chain\n",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 9,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "optionalString",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 7,
                   },
                   end: Position {
                    line: 9,
                    column: 21,
                   },
                  },
                 },
                ),
                arguments: [
                 BinaryOperation(
                  BinaryOperation {
                   left: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "cfg",
                       span: Span {
                        start: Position {
                         line: 9,
                         column: 23,
                        },
                        end: Position {
                         line: 9,
                         column: 26,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "chain",
                        span: Span {
                         start: Position {
                          line: 9,
                          column: 27,
                         },
                         end: Position {
                          line: 9,
                          column: 32,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "type",
                        span: Span {
                         start: Position {
                          line: 9,
                          column: 33,
                         },
                         end: Position {
                          line: 9,
                          column: 37,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   operator: EqualTo,
                   right: String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "random",
                        span: Span {
                         start: Position {
                          line: 9,
                          column: 42,
                         },
                         end: Position {
                          line: 9,
                          column: 48,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 41,
                      },
                      end: Position {
                       line: 9,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "chain_len = ",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 6,
                       },
                       end: Position {
                        line: 10,
                        column: 55,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "builtins",
                            span: Span {
                             start: Position {
                              line: 10,
                              column: 20,
                             },
                             end: Position {
                              line: 10,
                              column: 28,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "toString",
                             span: Span {
                              start: Position {
                               line: 10,
                               column: 29,
                              },
                              end: Position {
                               line: 10,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 10,
                               column: 38,
                              },
                              end: Position {
                               line: 10,
                               column: 41,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "chain",
                              span: Span {
                               start: Position {
                                line: 10,
                                column: 42,
                               },
                               end: Position {
                                line: 10,
                                column: 47,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "length",
                              span: Span {
                               start: Position {
                                line: 10,
                                column: 48,
                               },
                               end: Position {
                                line: 10,
                                column: 54,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 5,
                    },
                    end: Position {
                     line: 10,
                     column: 56,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 11,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "optionalString",
                  span: Span {
                   start: Position {
                    line: 11,
                    column: 7,
                   },
                   end: Position {
                    line: 11,
                    column: 21,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 22,
                      },
                      end: Position {
                       line: 11,
                       column: 25,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "proxyDNS",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 26,
                       },
                       end: Position {
                        line: 11,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "proxy_dns",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 36,
                       },
                       end: Position {
                        line: 11,
                        column: 45,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 35,
                    },
                    end: Position {
                     line: 11,
                     column: 46,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 12,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "optionalString",
                  span: Span {
                   start: Position {
                    line: 12,
                    column: 7,
                   },
                   end: Position {
                    line: 12,
                    column: 21,
                   },
                  },
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 22,
                      },
                      end: Position {
                       line: 12,
                       column: 25,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "quietMode",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 26,
                       },
                       end: Position {
                        line: 12,
                        column: 35,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "quiet_mode",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 37,
                       },
                       end: Position {
                        line: 12,
                        column: 47,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 36,
                    },
                    end: Position {
                     line: 12,
                     column: 48,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nremote_dns_subnet ",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 13,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "builtins",
                    span: Span {
                     start: Position {
                      line: 13,
                      column: 25,
                     },
                     end: Position {
                      line: 13,
                      column: 33,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "toString",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 34,
                      },
                      end: Position {
                       line: 13,
                       column: 42,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 43,
                      },
                      end: Position {
                       line: 13,
                       column: 46,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "remoteDNSSubnet",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 47,
                       },
                       end: Position {
                        line: 13,
                        column: 62,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\ntcp_read_time_out ",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 14,
                column: 23,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "builtins",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 25,
                     },
                     end: Position {
                      line: 14,
                      column: 33,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "toString",
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 34,
                      },
                      end: Position {
                       line: 14,
                       column: 42,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 14,
                       column: 43,
                      },
                      end: Position {
                       line: 14,
                       column: 46,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "tcpReadTimeOut",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 47,
                       },
                       end: Position {
                        line: 14,
                        column: 61,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\ntcp_connect_time_out ",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 15,
                column: 26,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "builtins",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 28,
                     },
                     end: Position {
                      line: 15,
                      column: 36,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "toString",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 37,
                      },
                      end: Position {
                       line: 15,
                       column: 45,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 15,
                       column: 46,
                      },
                      end: Position {
                       line: 15,
                       column: 49,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "tcpConnectTimeOut",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 50,
                       },
                       end: Position {
                        line: 15,
                        column: 67,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\nlocalnet ",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 16,
                column: 14,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 16,
                   },
                   end: Position {
                    line: 16,
                    column: 19,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "localnet",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 20,
                    },
                    end: Position {
                     line: 16,
                     column: 28,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n[ProxyList]\n",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 18,
                column: 5,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "builtins",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 7,
                     },
                     end: Position {
                      line: 18,
                      column: 15,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "concatStringsSep",
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 16,
                      },
                      end: Position {
                       line: 18,
                       column: 32,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "\n",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 34,
                       },
                       end: Position {
                        line: 18,
                        column: 36,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 33,
                    },
                    end: Position {
                     line: 18,
                     column: 37,
                    },
                   },
                  },
                 ),
                 FunctionApplication(
                  FunctionApplication {
                   function: PropertyAccess(
                    PropertyAccess {
                     expression: Identifier(
                      Identifier {
                       id: "lib",
                       span: Span {
                        start: Position {
                         line: 19,
                         column: 8,
                        },
                        end: Position {
                         line: 19,
                         column: 11,
                        },
                       },
                      },
                     ),
                     attribute_path: [
                      Raw(
                       PartRaw {
                        content: "mapAttrsToList",
                        span: Span {
                         start: Position {
                          line: 19,
                          column: 12,
                         },
                         end: Position {
                          line: 19,
                          column: 26,
                         },
                        },
                       },
                      ),
                     ],
                     default: None,
                    },
                   ),
                   arguments: [
                    Function(
                     Function {
                      head: Simple(
                       FunctionHeadSimple {
                        identifier: "k",
                       },
                      ),
                      body: Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "v",
                         },
                        ),
                        body: String(
                         String_ {
                          parts: [
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "v",
                                 span: Span {
                                  start: Position {
                                   line: 19,
                                   column: 37,
                                  },
                                  end: Position {
                                   line: 19,
                                   column: 38,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "type",
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 43,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 35,
                              },
                              end: Position {
                               line: 19,
                               column: 45,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "v",
                                 span: Span {
                                  start: Position {
                                   line: 19,
                                   column: 47,
                                  },
                                  end: Position {
                                   line: 19,
                                   column: 48,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "host",
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 49,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 35,
                              },
                              end: Position {
                               line: 19,
                               column: 55,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "builtins",
                                   span: Span {
                                    start: Position {
                                     line: 19,
                                     column: 57,
                                    },
                                    end: Position {
                                     line: 19,
                                     column: 65,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "toString",
                                    span: Span {
                                     start: Position {
                                      line: 19,
                                      column: 66,
                                     },
                                     end: Position {
                                      line: 19,
                                      column: 74,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "v",
                                    span: Span {
                                     start: Position {
                                      line: 19,
                                      column: 75,
                                     },
                                     end: Position {
                                      line: 19,
                                      column: 76,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "port",
                                     span: Span {
                                      start: Position {
                                       line: 19,
                                       column: 77,
                                      },
                                      end: Position {
                                       line: 19,
                                       column: 81,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 19,
                            column: 34,
                           },
                           end: Position {
                            line: 19,
                            column: 83,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 19,
                          column: 31,
                         },
                         end: Position {
                          line: 19,
                          column: 83,
                         },
                        },
                       },
                      ),
                      span: Span {
                       start: Position {
                        line: 19,
                        column: 28,
                       },
                       end: Position {
                        line: 19,
                        column: 83,
                       },
                      },
                     },
                    ),
                    FunctionApplication(
                     FunctionApplication {
                      function: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "lib",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 10,
                           },
                           end: Position {
                            line: 20,
                            column: 13,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "filterAttrs",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 14,
                            },
                            end: Position {
                             line: 20,
                             column: 25,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      arguments: [
                       Function(
                        Function {
                         head: Simple(
                          FunctionHeadSimple {
                           identifier: "k",
                          },
                         ),
                         body: Function(
                          Function {
                           head: Simple(
                            FunctionHeadSimple {
                             identifier: "v",
                            },
                           ),
                           body: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "v",
                               span: Span {
                                start: Position {
                                 line: 20,
                                 column: 33,
                                },
                                end: Position {
                                 line: 20,
                                 column: 34,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "enable",
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 41,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 30,
                            },
                            end: Position {
                             line: 20,
                             column: 41,
                            },
                           },
                          },
                         ),
                         span: Span {
                          start: Position {
                           line: 20,
                           column: 27,
                          },
                          end: Position {
                           line: 20,
                           column: 41,
                          },
                         },
                        },
                       ),
                       PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 43,
                            },
                            end: Position {
                             line: 20,
                             column: 46,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "proxies",
                            span: Span {
                             start: Position {
                              line: 20,
                              column: 47,
                             },
                             end: Position {
                              line: 20,
                              column: 54,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                      ],
                     },
                    ),
                   ],
                  },
                 ),
                ],
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "\n",
              span: Span {
               start: Position {
                line: 8,
                column: 1,
               },
               end: Position {
                line: 21,
                column: 3,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 7,
             column: 16,
            },
            end: Position {
             line: 21,
             column: 5,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "proxyOptions",
            span: Span {
             start: Position {
              line: 23,
              column: 3,
             },
             end: Position {
              line: 23,
              column: 15,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "options",
                 span: Span {
                  start: Position {
                   line: 24,
                   column: 5,
                  },
                  end: Position {
                   line: 24,
                   column: 12,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "enable",
                      span: Span {
                       start: Position {
                        line: 25,
                        column: 7,
                       },
                       end: Position {
                        line: 25,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkEnableOption",
                       span: Span {
                        start: Position {
                         line: 25,
                         column: 16,
                        },
                        end: Position {
                         line: 25,
                         column: 30,
                        },
                       },
                      },
                     ),
                     arguments: [
                      FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 25,
                              column: 32,
                             },
                             end: Position {
                              line: 25,
                              column: 35,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 25,
                               column: 36,
                              },
                              end: Position {
                               line: 25,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "this proxy",
                              span: Span {
                               start: Position {
                                line: 25,
                                column: 43,
                               },
                               end: Position {
                                line: 25,
                                column: 53,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 42,
                            },
                            end: Position {
                             line: 25,
                             column: 54,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "type",
                      span: Span {
                       start: Position {
                        line: 27,
                        column: 7,
                       },
                       end: Position {
                        line: 27,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 27,
                         column: 14,
                        },
                        end: Position {
                         line: 27,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 28,
                                column: 9,
                               },
                               end: Position {
                                line: 28,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 28,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 28,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "enum",
                                  span: Span {
                                   start: Position {
                                    line: 28,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "http",
                                      span: Span {
                                       start: Position {
                                        line: 28,
                                        column: 30,
                                       },
                                       end: Position {
                                        line: 28,
                                        column: 34,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 29,
                                    },
                                    end: Position {
                                     line: 28,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "socks4",
                                      span: Span {
                                       start: Position {
                                        line: 28,
                                        column: 37,
                                       },
                                       end: Position {
                                        line: 28,
                                        column: 43,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 36,
                                    },
                                    end: Position {
                                     line: 28,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "socks5",
                                      span: Span {
                                       start: Position {
                                        line: 28,
                                        column: 46,
                                       },
                                       end: Position {
                                        line: 28,
                                        column: 52,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 45,
                                    },
                                    end: Position {
                                     line: 28,
                                     column: 53,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 28,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 28,
                                  column: 55,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 29,
                                column: 9,
                               },
                               end: Position {
                                line: 29,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 29,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 29,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 29,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 29,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Proxy type.",
                                   span: Span {
                                    start: Position {
                                     line: 29,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 29,
                                     column: 45,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 29,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 46,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 27,
                          column: 23,
                         },
                         end: Position {
                          line: 30,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "host",
                      span: Span {
                       start: Position {
                        line: 32,
                        column: 7,
                       },
                       end: Position {
                        line: 32,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 32,
                         column: 14,
                        },
                        end: Position {
                         line: 32,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 33,
                                column: 9,
                               },
                               end: Position {
                                line: 33,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 33,
                                 column: 16,
                                },
                                end: Position {
                                 line: 33,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 34,
                                column: 9,
                               },
                               end: Position {
                                line: 34,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 34,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 34,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 34,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 34,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Proxy host or IP address.",
                                   span: Span {
                                    start: Position {
                                     line: 34,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 34,
                                     column: 59,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 34,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 34,
                                  column: 60,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 32,
                          column: 23,
                         },
                         end: Position {
                          line: 35,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "port",
                      span: Span {
                       start: Position {
                        line: 37,
                        column: 7,
                       },
                       end: Position {
                        line: 37,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 37,
                         column: 14,
                        },
                        end: Position {
                         line: 37,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 38,
                                column: 9,
                               },
                               end: Position {
                                line: 38,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 38,
                                 column: 16,
                                },
                                end: Position {
                                 line: 38,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "port",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 39,
                                column: 9,
                               },
                               end: Position {
                                line: 39,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 39,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 39,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Proxy port",
                                   span: Span {
                                    start: Position {
                                     line: 39,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 39,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 37,
                          column: 23,
                         },
                         end: Position {
                          line: 40,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 24,
                  column: 15,
                 },
                 end: Position {
                  line: 41,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 23,
             column: 18,
            },
            end: Position {
             line: 42,
             column: 4,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 48,
                column: 3,
               },
               end: Position {
                line: 48,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "programs",
                   span: Span {
                    start: Position {
                     line: 50,
                     column: 5,
                    },
                    end: Position {
                     line: 50,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "proxychains",
                   span: Span {
                    start: Position {
                     line: 50,
                     column: 14,
                    },
                    end: Position {
                     line: 50,
                     column: 25,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 7,
                         },
                         end: Position {
                          line: 52,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 52,
                           column: 16,
                          },
                          end: Position {
                           line: 52,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 52,
                                column: 32,
                               },
                               end: Position {
                                line: 52,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 52,
                                 column: 36,
                                },
                                end: Position {
                                 line: 52,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "installing proxychains configuration",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 79,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 52,
                               column: 42,
                              },
                              end: Position {
                               line: 52,
                               column: 80,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "chain",
                        span: Span {
                         start: Position {
                          line: 54,
                          column: 7,
                         },
                         end: Position {
                          line: 54,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "type",
                             span: Span {
                              start: Position {
                               line: 55,
                               column: 9,
                              },
                              end: Position {
                               line: 55,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 55,
                                column: 16,
                               },
                               end: Position {
                                line: 55,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 56,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 56,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "types",
                                        span: Span {
                                         start: Position {
                                          line: 56,
                                          column: 18,
                                         },
                                         end: Position {
                                          line: 56,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "enum",
                                         span: Span {
                                          start: Position {
                                           line: 56,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 56,
                                           column: 28,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     List(
                                      List {
                                       elements: [
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "dynamic",
                                             span: Span {
                                              start: Position {
                                               line: 56,
                                               column: 32,
                                              },
                                              end: Position {
                                               line: 56,
                                               column: 39,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 56,
                                            column: 31,
                                           },
                                           end: Position {
                                            line: 56,
                                            column: 40,
                                           },
                                          },
                                         },
                                        ),
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "strict",
                                             span: Span {
                                              start: Position {
                                               line: 56,
                                               column: 42,
                                              },
                                              end: Position {
                                               line: 56,
                                               column: 48,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 56,
                                            column: 41,
                                           },
                                           end: Position {
                                            line: 56,
                                            column: 49,
                                           },
                                          },
                                         },
                                        ),
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "random",
                                             span: Span {
                                              start: Position {
                                               line: 56,
                                               column: 51,
                                              },
                                              end: Position {
                                               line: 56,
                                               column: 57,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 56,
                                            column: 50,
                                           },
                                           end: Position {
                                            line: 56,
                                            column: 58,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 56,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 56,
                                         column: 60,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 57,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 57,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "strict",
                                       span: Span {
                                        start: Position {
                                         line: 57,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 57,
                                         column: 28,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 57,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 57,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 58,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 58,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 58,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 58,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 58,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 58,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "`dynamic` - Each connection will be done via chained proxies\nall proxies chained in the order as they appear in the list\nat least one proxy must be online to play in chain\n(dead proxies are skipped)\notherwise `EINTR` is returned to the app.\n\n`strict` - Each connection will be done via chained proxies\nall proxies chained in the order as they appear in the list\nall proxies must be online to play in chain\notherwise `EINTR` is returned to the app.\n\n`random` - Each connection will be done via random proxy\n(or proxy chain, see {option}`programs.proxychains.chain.length`) from the list.\n",
                                          span: Span {
                                           start: Position {
                                            line: 59,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 72,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 58,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 72,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 55,
                                 column: 25,
                                },
                                end: Position {
                                 line: 73,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "length",
                             span: Span {
                              start: Position {
                               line: 74,
                               column: 9,
                              },
                              end: Position {
                               line: 74,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 74,
                                column: 18,
                               },
                               end: Position {
                                line: 74,
                                column: 26,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 75,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 75,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "types",
                                        span: Span {
                                         start: Position {
                                          line: 75,
                                          column: 18,
                                         },
                                         end: Position {
                                          line: 75,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "nullOr",
                                         span: Span {
                                          start: Position {
                                           line: 75,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 75,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "types",
                                         span: Span {
                                          start: Position {
                                           line: 75,
                                           column: 31,
                                          },
                                          end: Position {
                                           line: 75,
                                           column: 36,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "int",
                                          span: Span {
                                           start: Position {
                                            line: 75,
                                            column: 37,
                                           },
                                           end: Position {
                                            line: 75,
                                            column: 40,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "null",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 77,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 77,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 77,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 77,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 77,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 77,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Chain length for random chain.\n",
                                          span: Span {
                                           start: Position {
                                            line: 78,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 79,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 77,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 79,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 74,
                                 column: 27,
                                },
                                end: Position {
                                 line: 80,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 54,
                         column: 15,
                        },
                        end: Position {
                         line: 81,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "proxyDNS",
                        span: Span {
                         start: Position {
                          line: 83,
                          column: 7,
                         },
                         end: Position {
                          line: 83,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 83,
                           column: 18,
                          },
                          end: Position {
                           line: 83,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 84,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 84,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 84,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 84,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 84,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 85,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 85,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 85,
                                 column: 19,
                                },
                                end: Position {
                                 line: 85,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 86,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 86,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 86,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 86,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 86,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 86,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Proxy DNS requests - no leak for DNS data.",
                                     span: Span {
                                      start: Position {
                                       line: 86,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 86,
                                       column: 76,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 86,
                                    column: 77,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 83,
                            column: 27,
                           },
                           end: Position {
                            line: 87,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "quietMode",
                        span: Span {
                         start: Position {
                          line: 89,
                          column: 7,
                         },
                         end: Position {
                          line: 89,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 89,
                           column: 19,
                          },
                          end: Position {
                           line: 89,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 89,
                                column: 35,
                               },
                               end: Position {
                                line: 89,
                                column: 38,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 89,
                                 column: 39,
                                },
                                end: Position {
                                 line: 89,
                                 column: 44,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Quiet mode (no output from the library).",
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 46,
                                 },
                                 end: Position {
                                  line: 89,
                                  column: 86,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 89,
                               column: 45,
                              },
                              end: Position {
                               line: 89,
                               column: 87,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "remoteDNSSubnet",
                        span: Span {
                         start: Position {
                          line: 91,
                          column: 7,
                         },
                         end: Position {
                          line: 91,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 91,
                           column: 25,
                          },
                          end: Position {
                           line: 91,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 92,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 92,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 92,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 92,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   Integer(
                                    Integer {
                                     value: "10",
                                     span: Span {
                                      start: Position {
                                       line: 92,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 92,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                   Integer(
                                    Integer {
                                     value: "127",
                                     span: Span {
                                      start: Position {
                                       line: 92,
                                       column: 32,
                                      },
                                      end: Position {
                                       line: 92,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                   Integer(
                                    Integer {
                                     value: "224",
                                     span: Span {
                                      start: Position {
                                       line: 92,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 92,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "224",
                               span: Span {
                                start: Position {
                                 line: 93,
                                 column: 19,
                                },
                                end: Position {
                                 line: 93,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 94,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 94,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 94,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 94,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 94,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 94,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Set the class A subnet number to use for the internal remote DNS mapping, uses the reserved 224.x.x.x range by default.\n",
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 96,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 94,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 96,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 91,
                            column: 34,
                           },
                           end: Position {
                            line: 97,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "tcpReadTimeOut",
                        span: Span {
                         start: Position {
                          line: 99,
                          column: 7,
                         },
                         end: Position {
                          line: 99,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 99,
                           column: 24,
                          },
                          end: Position {
                           line: 99,
                           column: 32,
                          },
                         },
                        },
                       ),
                       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: 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: "int",
                                  span: Span {
                                   start: Position {
                                    line: 100,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 100,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 101,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 101,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "15000",
                               span: Span {
                                start: Position {
                                 line: 101,
                                 column: 19,
                                },
                                end: Position {
                                 line: 101,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 102,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 102,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 102,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 102,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Connection read time-out in milliseconds.",
                                     span: Span {
                                      start: Position {
                                       line: 102,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 102,
                                       column: 75,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 102,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 102,
                                    column: 76,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 99,
                            column: 33,
                           },
                           end: Position {
                            line: 103,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "tcpConnectTimeOut",
                        span: Span {
                         start: Position {
                          line: 105,
                          column: 7,
                         },
                         end: Position {
                          line: 105,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 105,
                           column: 27,
                          },
                          end: Position {
                           line: 105,
                           column: 35,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 106,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 106,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 106,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 106,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 106,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 106,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 107,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "8000",
                               span: Span {
                                start: Position {
                                 line: 107,
                                 column: 19,
                                },
                                end: Position {
                                 line: 107,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 108,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 108,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 108,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 108,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 108,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 108,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Connection time-out in milliseconds.",
                                     span: Span {
                                      start: Position {
                                       line: 108,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 108,
                                       column: 70,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 108,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 108,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 105,
                            column: 36,
                           },
                           end: Position {
                            line: 109,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "localnet",
                        span: Span {
                         start: Position {
                          line: 111,
                          column: 7,
                         },
                         end: Position {
                          line: 111,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 111,
                           column: 18,
                          },
                          end: Position {
                           line: 111,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 112,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 112,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 112,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 112,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 112,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 112,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 113,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "127.0.0.0/255.0.0.0",
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 113,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 113,
                                 column: 19,
                                },
                                end: Position {
                                 line: 113,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 114,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 114,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 114,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 114,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 114,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 114,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "By default enable localnet for loopback address ranges.",
                                     span: Span {
                                      start: Position {
                                       line: 114,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 114,
                                       column: 89,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 114,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 114,
                                    column: 90,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 111,
                            column: 27,
                           },
                           end: Position {
                            line: 115,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "proxies",
                        span: Span {
                         start: Position {
                          line: 117,
                          column: 7,
                         },
                         end: Position {
                          line: 117,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 117,
                           column: 17,
                          },
                          end: Position {
                           line: 117,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 118,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 118,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 118,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 118,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrsOf",
                                    span: Span {
                                     start: Position {
                                      line: 118,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 118,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 118,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 118,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "submodule",
                                       span: Span {
                                        start: Position {
                                         line: 118,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 118,
                                         column: 46,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   Identifier(
                                    Identifier {
                                     id: "proxyOptions",
                                     span: Span {
                                      start: Position {
                                       line: 118,
                                       column: 47,
                                      },
                                      end: Position {
                                       line: 118,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 119,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 119,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 119,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 119,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 119,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Proxies to be used by proxychains.\n",
                                     span: Span {
                                      start: Position {
                                       line: 120,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 121,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 119,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 123,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 123,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "{ myproxy =\n  { type = \"socks4\";\n    host = \"127.0.0.1\";\n    port = 1337;\n  };\n}\n",
                                     span: Span {
                                      start: Position {
                                       line: 124,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 130,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 123,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 130,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 117,
                            column: 26,
                           },
                           end: Position {
                            line: 131,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 50,
                    column: 28,
                   },
                   end: Position {
                    line: 133,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 48,
               column: 13,
              },
              end: Position {
               line: 135,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 139,
                column: 3,
               },
               end: Position {
                line: 139,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "maintainers",
              span: Span {
               start: Position {
                line: 139,
                column: 8,
               },
               end: Position {
                line: 139,
                column: 19,
               },
              },
             },
            ),
           ],
           to: With(
            With {
             expression: Identifier(
              Identifier {
               id: "maintainers",
               span: Span {
                start: Position {
                 line: 139,
                 column: 27,
                },
                end: Position {
                 line: 139,
                 column: 38,
                },
               },
              },
             ),
             target: List(
              List {
               elements: [
                Identifier(
                 Identifier {
                  id: "sorki",
                  span: Span {
                   start: Position {
                    line: 139,
                    column: 42,
                   },
                   end: Position {
                    line: 139,
                    column: 47,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 139,
                 column: 40,
                },
                end: Position {
                 line: 139,
                 column: 49,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 139,
               column: 22,
              },
              end: Position {
               line: 139,
               column: 49,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 141,
                column: 3,
               },
               end: Position {
                line: 141,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 141,
                 column: 12,
                },
                end: Position {
                 line: 141,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 141,
                    column: 17,
                   },
                   end: Position {
                    line: 141,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 141,
                     column: 21,
                    },
                    end: Position {
                     line: 141,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "assertions",
                      span: Span {
                       start: Position {
                        line: 143,
                        column: 5,
                       },
                       end: Position {
                        line: 143,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "singleton",
                       span: Span {
                        start: Position {
                         line: 143,
                         column: 18,
                        },
                        end: Position {
                         line: 143,
                         column: 27,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "assertion",
                              span: Span {
                               start: Position {
                                line: 144,
                                column: 7,
                               },
                               end: Position {
                                line: 144,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: BinaryOperation(
                            BinaryOperation {
                             left: BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 144,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 144,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "chain",
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "type",
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "random",
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 44,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 144,
                                   column: 37,
                                  },
                                  end: Position {
                                   line: 144,
                                   column: 45,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             operator: LogicalAnd,
                             right: BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 144,
                                     column: 49,
                                    },
                                    end: Position {
                                     line: 144,
                                     column: 52,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "chain",
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 53,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 58,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "length",
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 59,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 65,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: EqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 144,
                                   column: 69,
                                  },
                                  end: Position {
                                   line: 144,
                                   column: 73,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "message",
                              span: Span {
                               start: Position {
                                line: 145,
                                column: 7,
                               },
                               end: Position {
                                line: 145,
                                column: 14,
                               },
                              },
                             },
                            ),
                           ],
                           to: IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Option `programs.proxychains.chain.length`\nonly makes sense with `programs.proxychains.chain.type` = \"random\".\n",
                                span: Span {
                                 start: Position {
                                  line: 146,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 145,
                               column: 17,
                              },
                              end: Position {
                               line: 148,
                               column: 9,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 143,
                          column: 28,
                         },
                         end: Position {
                          line: 149,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "programs",
                      span: Span {
                       start: Position {
                        line: 151,
                        column: 5,
                       },
                       end: Position {
                        line: 151,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "proxychains",
                      span: Span {
                       start: Position {
                        line: 151,
                        column: 14,
                       },
                       end: Position {
                        line: 151,
                        column: 25,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "proxies",
                      span: Span {
                       start: Position {
                        line: 151,
                        column: 26,
                       },
                       end: Position {
                        line: 151,
                        column: 33,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 151,
                         column: 36,
                        },
                        end: Position {
                         line: 151,
                         column: 40,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "config",
                          span: Span {
                           start: Position {
                            line: 151,
                            column: 41,
                           },
                           end: Position {
                            line: 151,
                            column: 47,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "services",
                           span: Span {
                            start: Position {
                             line: 151,
                             column: 48,
                            },
                            end: Position {
                             line: 151,
                             column: 56,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "tor",
                           span: Span {
                            start: Position {
                             line: 151,
                             column: 57,
                            },
                            end: Position {
                             line: 151,
                             column: 60,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "client",
                           span: Span {
                            start: Position {
                             line: 151,
                             column: 61,
                            },
                            end: Position {
                             line: 151,
                             column: 67,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "enable",
                           span: Span {
                            start: Position {
                             line: 151,
                             column: 68,
                            },
                            end: Position {
                             line: 151,
                             column: 74,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "torproxy",
                              span: Span {
                               start: Position {
                                line: 153,
                                column: 9,
                               },
                               end: Position {
                                line: 153,
                                column: 17,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "mkDefault",
                               span: Span {
                                start: Position {
                                 line: 153,
                                 column: 20,
                                },
                                end: Position {
                                 line: 153,
                                 column: 29,
                                },
                               },
                              },
                             ),
                             arguments: [
                              Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "enable",
                                      span: Span {
                                       start: Position {
                                        line: 154,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 154,
                                        column: 17,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Identifier(
                                    Identifier {
                                     id: "true",
                                     span: Span {
                                      start: Position {
                                       line: 154,
                                       column: 20,
                                      },
                                      end: Position {
                                       line: 154,
                                       column: 24,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "type",
                                      span: Span {
                                       start: Position {
                                        line: 155,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 155,
                                        column: 15,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "socks4",
                                        span: Span {
                                         start: Position {
                                          line: 155,
                                          column: 19,
                                         },
                                         end: Position {
                                          line: 155,
                                          column: 25,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 155,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 155,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "host",
                                      span: Span {
                                       start: Position {
                                        line: 156,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 156,
                                        column: 15,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "127.0.0.1",
                                        span: Span {
                                         start: Position {
                                          line: 156,
                                          column: 19,
                                         },
                                         end: Position {
                                          line: 156,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 156,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 156,
                                       column: 29,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "port",
                                      span: Span {
                                       start: Position {
                                        line: 157,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 157,
                                        column: 15,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Integer(
                                    Integer {
                                     value: "9050",
                                     span: Span {
                                      start: Position {
                                       line: 157,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 157,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 158,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 152,
                          column: 7,
                         },
                         end: Position {
                          line: 159,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 161,
                        column: 5,
                       },
                       end: Position {
                        line: 161,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 161,
                        column: 17,
                       },
                       end: Position {
                        line: 161,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "proxychains.conf",
                           span: Span {
                            start: Position {
                             line: 161,
                             column: 22,
                            },
                            end: Position {
                             line: 161,
                             column: 38,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 161,
                          column: 21,
                         },
                         end: Position {
                          line: 161,
                          column: 39,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "text",
                      span: Span {
                       start: Position {
                        line: 161,
                        column: 40,
                       },
                       end: Position {
                        line: 161,
                        column: 44,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "configFile",
                     span: Span {
                      start: Position {
                       line: 161,
                       column: 47,
                      },
                      end: Position {
                       line: 161,
                       column: 57,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 162,
                        column: 5,
                       },
                       end: Position {
                        line: 162,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 162,
                        column: 17,
                       },
                       end: Position {
                        line: 162,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 162,
                            column: 36,
                           },
                           end: Position {
                            line: 162,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "proxychains",
                           span: Span {
                            start: Position {
                             line: 162,
                             column: 41,
                            },
                            end: Position {
                             line: 162,
                             column: 52,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 162,
                       column: 34,
                      },
                      end: Position {
                       line: 162,
                       column: 54,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 141,
                  column: 28,
                 },
                 end: Position {
                  line: 163,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 44,
          column: 4,
         },
         end: Position {
          line: 165,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 3,
        column: 1,
       },
       end: Position {
        line: 165,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 2,
      column: 1,
     },
     end: Position {
      line: 165,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 165,
    column: 2,
   },
  },
 },
)