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