---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "eachGeth",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 14),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 21),
        },
        Raw {
         content: "geth",
         position: (6, 30),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "gethOpts",
        position: (8, 3),
       },
      ],
     },
     to: Function {
      argument: Destructured {
       identifier: None,
       arguments: [
        DestructuredArgument {
         identifier: "config",
         default: None,
        },
        DestructuredArgument {
         identifier: "lib",
         default: None,
        },
        DestructuredArgument {
         identifier: "name",
         default: None,
        },
       ],
       ellipsis: true,
      },
      definition: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "options",
            position: (10, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (12, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (12, 16),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "mkEnableOption",
                 position: (12, 20),
                },
               ],
              },
              default: None,
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "Go Ethereum Node",
                 position: (12, 36),
                },
               ],
               position: (12, 35),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "port",
               position: (14, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (14, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (15, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (15, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (15, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (16, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 30303,
                  position: (16, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (17, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Port number Go Ethereum will be listening on, both TCP and UDP.",
                    position: (17, 24),
                   },
                  ],
                  position: (17, 23),
                 },
                },
               ],
               recursive: false,
               position: (14, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "http",
               position: (20, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (21, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (21, 18),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "mkEnableOption",
                    position: (21, 22),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "Go Ethereum HTTP API",
                    position: (21, 38),
                   },
                  ],
                  position: (21, 37),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "address",
                  position: (22, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (22, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (23, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (23, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (23, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (24, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "127.0.0.1",
                       position: (24, 22),
                      },
                     ],
                     position: (24, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (25, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Listen address of Go Ethereum HTTP API.",
                       position: (25, 26),
                      },
                     ],
                     position: (25, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (22, 28),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "port",
                  position: (28, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (28, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (29, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (29, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "port",
                        position: (29, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (30, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 8545,
                     position: (30, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (31, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Port number of Go Ethereum HTTP API.",
                       position: (31, 26),
                      },
                     ],
                     position: (31, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (28, 25),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "apis",
                  position: (34, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (34, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (35, 11),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (35, 18),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "nullOr",
                         position: (35, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Parentheses {
                       expression: FunctionApplication {
                        function: PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (35, 32),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "listOf",
                            position: (35, 38),
                           },
                          ],
                         },
                         default: None,
                        },
                        arguments: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "types",
                           position: (35, 45),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "str",
                             position: (35, 51),
                            },
                           ],
                          },
                          default: None,
                         },
                        ],
                       },
                       position: (35, 31),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (36, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "null",
                     position: (36, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (37, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "APIs to enable over WebSocket",
                       position: (37, 26),
                      },
                     ],
                     position: (37, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "example",
                       position: (38, 11),
                      },
                     ],
                    },
                    to: List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "net",
                         position: (38, 23),
                        },
                       ],
                       position: (38, 22),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "eth",
                         position: (38, 29),
                        },
                       ],
                       position: (38, 28),
                      },
                     ],
                     position: (38, 21),
                    },
                   },
                  ],
                  recursive: false,
                  position: (34, 25),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (20, 14),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "websocket",
               position: (42, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (43, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (43, 18),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "mkEnableOption",
                    position: (43, 22),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "Go Ethereum WebSocket API",
                    position: (43, 38),
                   },
                  ],
                  position: (43, 37),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "address",
                  position: (44, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (44, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (45, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (45, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (45, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (46, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "127.0.0.1",
                       position: (46, 22),
                      },
                     ],
                     position: (46, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (47, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Listen address of Go Ethereum WebSocket API.",
                       position: (47, 26),
                      },
                     ],
                     position: (47, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (44, 28),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "port",
                  position: (50, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (50, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (51, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (51, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "port",
                        position: (51, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (52, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 8546,
                     position: (52, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (53, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Port number of Go Ethereum WebSocket API.",
                       position: (53, 26),
                      },
                     ],
                     position: (53, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (50, 25),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "apis",
                  position: (56, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (56, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (57, 11),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (57, 18),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "nullOr",
                         position: (57, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Parentheses {
                       expression: FunctionApplication {
                        function: PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (57, 32),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "listOf",
                            position: (57, 38),
                           },
                          ],
                         },
                         default: None,
                        },
                        arguments: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "types",
                           position: (57, 45),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "str",
                             position: (57, 51),
                            },
                           ],
                          },
                          default: None,
                         },
                        ],
                       },
                       position: (57, 31),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (58, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "null",
                     position: (58, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (59, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "APIs to enable over WebSocket",
                       position: (59, 26),
                      },
                     ],
                     position: (59, 25),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "example",
                       position: (60, 11),
                      },
                     ],
                    },
                    to: List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "net",
                         position: (60, 23),
                        },
                       ],
                       position: (60, 22),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "eth",
                         position: (60, 29),
                        },
                       ],
                       position: (60, 28),
                      },
                     ],
                     position: (60, 21),
                    },
                   },
                  ],
                  recursive: false,
                  position: (56, 25),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (42, 19),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "metrics",
               position: (64, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (65, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (65, 18),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "mkEnableOption",
                    position: (65, 22),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "Go Ethereum prometheus metrics",
                    position: (65, 38),
                   },
                  ],
                  position: (65, 37),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "address",
                  position: (66, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (66, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (67, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (67, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (67, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (68, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "127.0.0.1",
                       position: (68, 22),
                      },
                     ],
                     position: (68, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (69, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Listen address of Go Ethereum metrics service.",
                       position: (69, 26),
                      },
                     ],
                     position: (69, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (66, 28),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "port",
                  position: (72, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (72, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (73, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (73, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "port",
                        position: (73, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (74, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 6060,
                     position: (74, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (75, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Port number of Go Ethereum metrics service.",
                       position: (75, 26),
                      },
                     ],
                     position: (75, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (72, 25),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (64, 17),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "network",
               position: (79, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (79, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (80, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (80, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nullOr",
                      position: (80, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Parentheses {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (80, 30),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "enum",
                         position: (80, 36),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "goerli",
                           position: (80, 44),
                          },
                         ],
                         position: (80, 43),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "rinkeby",
                           position: (80, 53),
                          },
                         ],
                         position: (80, 52),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "yolov2",
                           position: (80, 63),
                          },
                         ],
                         position: (80, 62),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "ropsten",
                           position: (80, 72),
                          },
                         ],
                         position: (80, 71),
                        },
                       ],
                       position: (80, 41),
                      },
                     ],
                    },
                    position: (80, 29),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (81, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (81, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (82, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The network to connect to. Mainnet (null) is the default ethereum network.",
                    position: (82, 24),
                   },
                  ],
                  position: (82, 23),
                 },
                },
               ],
               recursive: false,
               position: (79, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "syncmode",
               position: (85, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (85, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (86, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (86, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "enum",
                      position: (86, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "snap",
                        position: (86, 30),
                       },
                      ],
                      position: (86, 29),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "fast",
                        position: (86, 37),
                       },
                      ],
                      position: (86, 36),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "full",
                        position: (86, 44),
                       },
                      ],
                      position: (86, 43),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "light",
                        position: (86, 51),
                       },
                      ],
                      position: (86, 50),
                     },
                    ],
                    position: (86, 27),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (87, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "snap",
                    position: (87, 20),
                   },
                  ],
                  position: (87, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (88, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Blockchain sync mode.",
                    position: (88, 24),
                   },
                  ],
                  position: (88, 23),
                 },
                },
               ],
               recursive: false,
               position: (85, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "gcmode",
               position: (91, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (91, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (92, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (92, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "enum",
                      position: (92, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "full",
                        position: (92, 30),
                       },
                      ],
                      position: (92, 29),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "archive",
                        position: (92, 37),
                       },
                      ],
                      position: (92, 36),
                     },
                    ],
                    position: (92, 27),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (93, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "full",
                    position: (93, 20),
                   },
                  ],
                  position: (93, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (94, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Blockchain garbage collection mode.",
                    position: (94, 24),
                   },
                  ],
                  position: (94, 23),
                 },
                },
               ],
               recursive: false,
               position: (91, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "maxpeers",
               position: (97, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (97, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (98, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (98, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "int",
                     position: (98, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (99, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 50,
                  position: (99, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (100, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Maximum peers to connect to.",
                    position: (100, 24),
                   },
                  ],
                  position: (100, 23),
                 },
                },
               ],
               recursive: false,
               position: (97, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "extraArgs",
               position: (103, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (103, 19),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (104, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (104, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "listOf",
                      position: (104, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (104, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "str",
                       position: (104, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (105, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Additional arguments passed to Go Ethereum.",
                    position: (105, 24),
                   },
                  ],
                  position: (105, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (106, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (106, 19),
                 },
                },
               ],
               recursive: false,
               position: (103, 28),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "package",
               position: (109, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (109, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (110, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (110, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "go-ethereum",
                     position: (110, 24),
                    },
                    Raw {
                     content: "geth",
                     position: (110, 36),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "defaultText",
                    position: (111, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (111, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.go-ethereum.geth",
                      position: (111, 42),
                     },
                    ],
                    position: (111, 41),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (112, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (112, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (112, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (113, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Package to use as Go Ethereum node.",
                    position: (113, 24),
                   },
                  ],
                  position: (113, 23),
                 },
                },
               ],
               recursive: false,
               position: (109, 26),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (10, 15),
         },
        },
       ],
       recursive: false,
       position: (8, 41),
      },
      position: (8, 14),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (123, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (124, 5),
           },
           Raw {
            content: "geth",
            position: (124, 14),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (124, 21),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (125, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (125, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "attrsOf",
                   position: (125, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (125, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "submodule",
                      position: (125, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Variable {
                    identifier: "gethOpts",
                    position: (125, 45),
                   },
                  ],
                 },
                 position: (125, 28),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (126, 7),
                },
               ],
              },
              to: Map {
               bindings: [],
               recursive: false,
               position: (126, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (127, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Specification of one or more geth instances.",
                 position: (127, 22),
                },
               ],
               position: (127, 21),
              },
             },
            ],
            recursive: false,
            position: (124, 30),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (123, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (133, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (133, 12),
       },
       arguments: [
        Parentheses {
         expression: BinaryOperation {
          operator: NotEqualTo,
          operands: [
           Variable {
            identifier: "eachGeth",
            position: (133, 18),
           },
           Map {
            bindings: [],
            recursive: false,
            position: (133, 30),
           },
          ],
          position: (133, 27),
         },
         position: (133, 17),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (135, 5),
             },
             Raw {
              content: "systemPackages",
              position: (135, 17),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "flatten",
             position: (135, 34),
            },
            arguments: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrsToList",
                position: (135, 43),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "gethName",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "cfg",
                   },
                   definition: List {
                    elements: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (136, 7),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "package",
                         position: (136, 11),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                    position: (135, 74),
                   },
                   position: (135, 69),
                  },
                  position: (135, 59),
                 },
                 position: (135, 58),
                },
                Variable {
                 identifier: "eachGeth",
                 position: (137, 8),
                },
               ],
              },
              position: (135, 42),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (139, 5),
             },
             Raw {
              content: "services",
              position: (139, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (139, 24),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "gethName",
               },
               definition: Function {
                argument: Simple {
                 identifier: "cfg",
                },
                definition: Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "nameValuePair",
                   position: (140, 7),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "geth-",
                      position: (140, 22),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "gethName",
                       position: (140, 29),
                      },
                     },
                    ],
                    position: (140, 21),
                   },
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "mkIf",
                      position: (140, 41),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (140, 46),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "enable",
                          position: (140, 50),
                         },
                        ],
                       },
                       default: None,
                      },
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "description",
                            position: (141, 7),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Raw {
                            content: "Go Ethereum node (",
                            position: (141, 22),
                           },
                           Expression {
                            expression: Variable {
                             identifier: "gethName",
                             position: (141, 42),
                            },
                           },
                           Raw {
                            content: ")",
                            position: (141, 51),
                           },
                          ],
                          position: (141, 21),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "wantedBy",
                            position: (142, 7),
                           },
                          ],
                         },
                         to: List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "multi-user.target",
                              position: (142, 21),
                             },
                            ],
                            position: (142, 20),
                           },
                          ],
                          position: (142, 18),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "after",
                            position: (143, 7),
                           },
                          ],
                         },
                         to: List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "network.target",
                              position: (143, 18),
                             },
                            ],
                            position: (143, 17),
                           },
                          ],
                          position: (143, 15),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "serviceConfig",
                            position: (145, 7),
                           },
                          ],
                         },
                         to: Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "DynamicUser",
                               position: (146, 9),
                              },
                             ],
                            },
                            to: Variable {
                             identifier: "true",
                             position: (146, 23),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "Restart",
                               position: (147, 9),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "always",
                               position: (147, 20),
                              },
                             ],
                             position: (147, 19),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "StateDirectory",
                               position: (148, 9),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "goethereum/",
                               position: (148, 27),
                              },
                              Expression {
                               expression: Variable {
                                identifier: "gethName",
                                position: (148, 40),
                               },
                              },
                              Raw {
                               content: "/",
                               position: (148, 49),
                              },
                              Expression {
                               expression: IfThenElse {
                                predicate: Parentheses {
                                 expression: BinaryOperation {
                                  operator: EqualTo,
                                  operands: [
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "cfg",
                                     position: (148, 56),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "network",
                                       position: (148, 60),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   Variable {
                                    identifier: "null",
                                    position: (148, 71),
                                   },
                                  ],
                                  position: (148, 68),
                                 },
                                 position: (148, 55),
                                },
                                then: String {
                                 parts: [
                                  Raw {
                                   content: "mainnet",
                                   position: (148, 83),
                                  },
                                 ],
                                 position: (148, 82),
                                },
                                else_: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (148, 97),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "network",
                                    position: (148, 101),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                position: (148, 52),
                               },
                              },
                             ],
                             position: (148, 26),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "PrivateTmp",
                               position: (151, 9),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "true",
                               position: (151, 23),
                              },
                             ],
                             position: (151, 22),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "ProtectSystem",
                               position: (152, 9),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "full",
                               position: (152, 26),
                              },
                             ],
                             position: (152, 25),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "NoNewPrivileges",
                               position: (153, 9),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "true",
                               position: (153, 28),
                              },
                             ],
                             position: (153, 27),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "PrivateDevices",
                               position: (154, 9),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "true",
                               position: (154, 27),
                              },
                             ],
                             position: (154, 26),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "MemoryDenyWriteExecute",
                               position: (155, 9),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "true",
                               position: (155, 35),
                              },
                             ],
                             position: (155, 34),
                            },
                           },
                          ],
                          recursive: false,
                          position: (145, 23),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "script",
                            position: (158, 7),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Raw {
                            content: "",
                            position: (159, 1),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (159, 11),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "package",
                                position: (159, 15),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/bin/geth \\\n  --nousb \\\n  --ipcdisable \\\n  ",
                            position: (159, 23),
                           },
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "optionalString",
                              position: (162, 13),
                             },
                             arguments: [
                              Parentheses {
                               expression: BinaryOperation {
                                operator: NotEqualTo,
                                operands: [
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (162, 29),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "network",
                                     position: (162, 33),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 Variable {
                                  identifier: "null",
                                  position: (162, 44),
                                 },
                                ],
                                position: (162, 41),
                               },
                               position: (162, 28),
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "--",
                                 position: (162, 52),
                                },
                                Expression {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (162, 56),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "network",
                                     position: (162, 60),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                               ],
                               position: (162, 50),
                              },
                             ],
                            },
                           },
                           Raw {
                            content: " \\\n  --syncmode ",
                            position: (162, 71),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (163, 24),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "syncmode",
                                position: (163, 28),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: " \\\n  --gcmode ",
                            position: (163, 37),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (164, 22),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "gcmode",
                                position: (164, 26),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: " \\\n  --port ",
                            position: (164, 33),
                           },
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "toString",
                              position: (165, 20),
                             },
                             arguments: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (165, 29),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "port",
                                  position: (165, 33),
                                 },
                                ],
                               },
                               default: None,
                              },
                             ],
                            },
                           },
                           Raw {
                            content: " \\\n  --maxpeers ",
                            position: (165, 38),
                           },
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "toString",
                              position: (166, 24),
                             },
                             arguments: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (166, 33),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "maxpeers",
                                  position: (166, 37),
                                 },
                                ],
                               },
                               default: None,
                              },
                             ],
                            },
                           },
                           Raw {
                            content: " \\\n  ",
                            position: (166, 46),
                           },
                           Expression {
                            expression: IfThenElse {
                             predicate: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (167, 16),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "http",
                                 position: (167, 20),
                                },
                                Raw {
                                 content: "enable",
                                 position: (167, 25),
                                },
                               ],
                              },
                              default: None,
                             },
                             then: String {
                              parts: [
                               Raw {
                                content: "--http --http.addr ",
                                position: (167, 39),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (167, 60),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "http",
                                    position: (167, 64),
                                   },
                                   Raw {
                                    content: "address",
                                    position: (167, 69),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: " --http.port ",
                                position: (167, 77),
                               },
                               Expression {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "toString",
                                  position: (167, 92),
                                 },
                                 arguments: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "cfg",
                                    position: (167, 101),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "http",
                                      position: (167, 105),
                                     },
                                     Raw {
                                      content: "port",
                                      position: (167, 110),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ],
                                },
                               },
                              ],
                              position: (167, 37),
                             },
                             else_: String {
                              parts: [],
                              position: (167, 123),
                             },
                             position: (167, 13),
                            },
                           },
                           Raw {
                            content: " \\\n  ",
                            position: (167, 126),
                           },
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "optionalString",
                              position: (168, 13),
                             },
                             arguments: [
                              Parentheses {
                               expression: BinaryOperation {
                                operator: NotEqualTo,
                                operands: [
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (168, 29),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "http",
                                     position: (168, 33),
                                    },
                                    Raw {
                                     content: "apis",
                                     position: (168, 38),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 Variable {
                                  identifier: "null",
                                  position: (168, 46),
                                 },
                                ],
                                position: (168, 43),
                               },
                               position: (168, 28),
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "--http.api ",
                                 position: (168, 54),
                                },
                                Expression {
                                 expression: FunctionApplication {
                                  function: PropertyAccess {
                                   expression: Variable {
                                    identifier: "lib",
                                    position: (168, 67),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "concatStringsSep",
                                      position: (168, 71),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  arguments: [
                                   String {
                                    parts: [
                                     Raw {
                                      content: ",",
                                      position: (168, 89),
                                     },
                                    ],
                                    position: (168, 88),
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "cfg",
                                     position: (168, 92),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "http",
                                       position: (168, 96),
                                      },
                                      Raw {
                                       content: "apis",
                                       position: (168, 101),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ],
                                 },
                                },
                               ],
                               position: (168, 52),
                              },
                             ],
                            },
                           },
                           Raw {
                            content: " \\\n  ",
                            position: (168, 109),
                           },
                           Expression {
                            expression: IfThenElse {
                             predicate: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (169, 16),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "websocket",
                                 position: (169, 20),
                                },
                                Raw {
                                 content: "enable",
                                 position: (169, 30),
                                },
                               ],
                              },
                              default: None,
                             },
                             then: String {
                              parts: [
                               Raw {
                                content: "--ws --ws.addr ",
                                position: (169, 44),
                               },
                               Expression {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (169, 61),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "websocket",
                                    position: (169, 65),
                                   },
                                   Raw {
                                    content: "address",
                                    position: (169, 75),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Raw {
                                content: " --ws.port ",
                                position: (169, 83),
                               },
                               Expression {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "toString",
                                  position: (169, 96),
                                 },
                                 arguments: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "cfg",
                                    position: (169, 105),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "websocket",
                                      position: (169, 109),
                                     },
                                     Raw {
                                      content: "port",
                                      position: (169, 119),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ],
                                },
                               },
                              ],
                              position: (169, 42),
                             },
                             else_: String {
                              parts: [],
                              position: (169, 132),
                             },
                             position: (169, 13),
                            },
                           },
                           Raw {
                            content: " \\\n  ",
                            position: (169, 135),
                           },
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "optionalString",
                              position: (170, 13),
                             },
                             arguments: [
                              Parentheses {
                               expression: BinaryOperation {
                                operator: NotEqualTo,
                                operands: [
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (170, 29),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "websocket",
                                     position: (170, 33),
                                    },
                                    Raw {
                                     content: "apis",
                                     position: (170, 43),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 Variable {
                                  identifier: "null",
                                  position: (170, 51),
                                 },
                                ],
                                position: (170, 48),
                               },
                               position: (170, 28),
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "--ws.api ",
                                 position: (170, 59),
                                },
                                Expression {
                                 expression: FunctionApplication {
                                  function: PropertyAccess {
                                   expression: Variable {
                                    identifier: "lib",
                                    position: (170, 70),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "concatStringsSep",
                                      position: (170, 74),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  arguments: [
                                   String {
                                    parts: [
                                     Raw {
                                      content: ",",
                                      position: (170, 92),
                                     },
                                    ],
                                    position: (170, 91),
                                   },
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "cfg",
                                     position: (170, 95),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "websocket",
                                       position: (170, 99),
                                      },
                                      Raw {
                                       content: "apis",
                                       position: (170, 109),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ],
                                 },
                                },
                               ],
                               position: (170, 57),
                              },
                             ],
                            },
                           },
                           Raw {
                            content: " \\\n  ",
                            position: (170, 117),
                           },
                           Expression {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "optionalString",
                              position: (171, 13),
                             },
                             arguments: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (171, 28),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "metrics",
                                  position: (171, 32),
                                 },
                                 Raw {
                                  content: "enable",
                                  position: (171, 40),
                                 },
                                ],
                               },
                               default: None,
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "--metrics --metrics.addr ",
                                 position: (171, 49),
                                },
                                Expression {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (171, 76),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "metrics",
                                     position: (171, 80),
                                    },
                                    Raw {
                                     content: "address",
                                     position: (171, 88),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: " --metrics.port ",
                                 position: (171, 96),
                                },
                                Expression {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "toString",
                                   position: (171, 114),
                                  },
                                  arguments: [
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "cfg",
                                     position: (171, 123),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "metrics",
                                       position: (171, 127),
                                      },
                                      Raw {
                                       content: "port",
                                       position: (171, 135),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ],
                                 },
                                },
                               ],
                               position: (171, 47),
                              },
                             ],
                            },
                           },
                           Raw {
                            content: " \\\n  ",
                            position: (171, 143),
                           },
                           Expression {
                            expression: FunctionApplication {
                             function: PropertyAccess {
                              expression: Variable {
                               identifier: "lib",
                               position: (172, 13),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "escapeShellArgs",
                                 position: (172, 17),
                                },
                               ],
                              },
                              default: None,
                             },
                             arguments: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (172, 33),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "extraArgs",
                                  position: (172, 37),
                                 },
                                ],
                               },
                               default: None,
                              },
                             ],
                            },
                           },
                           Raw {
                            content: " \\\n  --datadir /var/lib/goethereum/",
                            position: (172, 47),
                           },
                           Expression {
                            expression: Variable {
                             identifier: "gethName",
                             position: (173, 43),
                            },
                           },
                           Raw {
                            content: "/",
                            position: (173, 52),
                           },
                           Expression {
                            expression: IfThenElse {
                             predicate: Parentheses {
                              expression: BinaryOperation {
                               operator: EqualTo,
                               operands: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (173, 59),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "network",
                                    position: (173, 63),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                Variable {
                                 identifier: "null",
                                 position: (173, 74),
                                },
                               ],
                               position: (173, 71),
                              },
                              position: (173, 58),
                             },
                             then: String {
                              parts: [
                               Raw {
                                content: "mainnet",
                                position: (173, 86),
                               },
                              ],
                              position: (173, 85),
                             },
                             else_: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (173, 100),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "network",
                                 position: (173, 104),
                                },
                               ],
                              },
                              default: None,
                             },
                             position: (173, 55),
                            },
                           },
                           Raw {
                            content: "\n",
                            position: (173, 112),
                           },
                          ],
                          position: (158, 16),
                         },
                        },
                       ],
                       recursive: false,
                       position: (140, 57),
                      },
                     ],
                    },
                    position: (140, 40),
                   },
                  ],
                 },
                 position: (139, 50),
                },
                position: (139, 45),
               },
               position: (139, 35),
              },
              position: (139, 34),
             },
             Variable {
              identifier: "eachGeth",
              position: (175, 10),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (133, 34),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (119, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}