---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "name",
        position: (7, 3),
       },
      ],
     },
     to: String {
      parts: [
       Raw {
        content: "snapserver",
        position: (7, 11),
       },
      ],
      position: (7, 10),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (9, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (9, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (9, 16),
        },
        Raw {
         content: "snapserver",
         position: (9, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "sampleFormat",
        position: (12, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkOption",
       position: (12, 18),
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "type",
             position: (13, 5),
            },
           ],
          },
          to: With {
           expression: Variable {
            identifier: "types",
            position: (13, 17),
           },
           target: FunctionApplication {
            function: Variable {
             identifier: "nullOr",
             position: (13, 24),
            },
            arguments: [
             Variable {
              identifier: "str",
              position: (13, 31),
             },
            ],
           },
           position: (13, 12),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "default",
             position: (14, 5),
            },
           ],
          },
          to: Variable {
           identifier: "null",
           position: (14, 15),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "description",
             position: (15, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "Default sample format.\n",
             position: (16, 1),
            },
           ],
           position: (15, 19),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "example",
             position: (18, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "48000:16:2",
             position: (18, 16),
            },
           ],
           position: (18, 15),
          },
         },
        ],
        recursive: false,
        position: (12, 27),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "codec",
        position: (21, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkOption",
       position: (21, 11),
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "type",
             position: (22, 5),
            },
           ],
          },
          to: With {
           expression: Variable {
            identifier: "types",
            position: (22, 17),
           },
           target: FunctionApplication {
            function: Variable {
             identifier: "nullOr",
             position: (22, 24),
            },
            arguments: [
             Variable {
              identifier: "str",
              position: (22, 31),
             },
            ],
           },
           position: (22, 12),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "default",
             position: (23, 5),
            },
           ],
          },
          to: Variable {
           identifier: "null",
           position: (23, 15),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "description",
             position: (24, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "Default audio compression method.\n",
             position: (25, 1),
            },
           ],
           position: (24, 19),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "example",
             position: (27, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "flac",
             position: (27, 16),
            },
           ],
           position: (27, 15),
          },
         },
        ],
        recursive: false,
        position: (21, 20),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "streamToOption",
        position: (30, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: Function {
       argument: Simple {
        identifier: "opt",
       },
       definition: LetIn {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "os",
             position: (32, 7),
            },
           ],
          },
          to: Function {
           argument: Simple {
            identifier: "val",
           },
           definition: FunctionApplication {
            function: Variable {
             identifier: "optionalString",
             position: (33, 9),
            },
            arguments: [
             Parentheses {
              expression: BinaryOperation {
               operator: NotEqualTo,
               operands: [
                Variable {
                 identifier: "val",
                 position: (33, 25),
                },
                Variable {
                 identifier: "null",
                 position: (33, 32),
                },
               ],
               position: (33, 29),
              },
              position: (33, 24),
             },
             String {
              parts: [
               Expression {
                expression: Variable {
                 identifier: "val",
                 position: (33, 41),
                },
               },
              ],
              position: (33, 38),
             },
            ],
           },
           position: (32, 12),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "os'",
             position: (34, 7),
            },
           ],
          },
          to: Function {
           argument: Simple {
            identifier: "prefix",
           },
           definition: Function {
            argument: Simple {
             identifier: "val",
            },
            definition: FunctionApplication {
             function: Variable {
              identifier: "optionalString",
              position: (35, 9),
             },
             arguments: [
              Parentheses {
               expression: BinaryOperation {
                operator: NotEqualTo,
                operands: [
                 Variable {
                  identifier: "val",
                  position: (35, 25),
                 },
                 Variable {
                  identifier: "null",
                  position: (35, 32),
                 },
                ],
                position: (35, 29),
               },
               position: (35, 24),
              },
              Parentheses {
               expression: BinaryOperation {
                operator: Addition,
                operands: [
                 Variable {
                  identifier: "prefix",
                  position: (35, 39),
                 },
                 String {
                  parts: [
                   Expression {
                    expression: Variable {
                     identifier: "val",
                     position: (35, 51),
                    },
                   },
                  ],
                  position: (35, 48),
                 },
                ],
                position: (35, 46),
               },
               position: (35, 38),
              },
             ],
            },
            position: (34, 21),
           },
           position: (34, 13),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "flatten",
             position: (36, 7),
            },
           ],
          },
          to: Function {
           argument: Simple {
            identifier: "key",
           },
           definition: Function {
            argument: Simple {
             identifier: "value",
            },
            definition: String {
             parts: [
              Raw {
               content: "&",
               position: (37, 10),
              },
              Expression {
               expression: Variable {
                identifier: "key",
                position: (37, 13),
               },
              },
              Raw {
               content: "=",
               position: (37, 17),
              },
              Expression {
               expression: Variable {
                identifier: "value",
                position: (37, 20),
               },
              },
             ],
             position: (37, 9),
            },
            position: (36, 22),
           },
           position: (36, 17),
          },
         },
        ],
        target: BinaryOperation {
         operator: Addition,
         operands: [
          BinaryOperation {
           operator: Addition,
           operands: [
            BinaryOperation {
             operator: Addition,
             operands: [
              BinaryOperation {
               operator: Addition,
               operands: [
                BinaryOperation {
                 operator: Addition,
                 operands: [
                  String {
                   parts: [
                    Raw {
                     content: "--stream.stream=\"",
                     position: (39, 8),
                    },
                    Expression {
                     expression: PropertyAccess {
                      expression: Variable {
                       identifier: "opt",
                       position: (39, 28),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "type",
                         position: (39, 32),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Raw {
                     content: "://",
                     position: (39, 37),
                    },
                   ],
                   position: (39, 7),
                  },
                  FunctionApplication {
                   function: Variable {
                    identifier: "os",
                    position: (39, 44),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "opt",
                      position: (39, 47),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "location",
                        position: (39, 51),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 ],
                 position: (39, 42),
                },
                String {
                 parts: [
                  Raw {
                   content: "?",
                   position: (39, 63),
                  },
                 ],
                 position: (39, 62),
                },
               ],
               position: (39, 60),
              },
              FunctionApplication {
               function: Variable {
                identifier: "os'",
                position: (39, 68),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "name=",
                   position: (39, 73),
                  },
                 ],
                 position: (39, 72),
                },
                Variable {
                 identifier: "name",
                 position: (39, 80),
                },
               ],
              },
             ],
             position: (39, 66),
            },
            FunctionApplication {
             function: Variable {
              identifier: "concatStrings",
              position: (40, 11),
             },
             arguments: [
              Parentheses {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "mapAttrsToList",
                 position: (40, 26),
                },
                arguments: [
                 Variable {
                  identifier: "flatten",
                  position: (40, 41),
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "opt",
                   position: (40, 49),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "query",
                     position: (40, 53),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
               position: (40, 25),
              },
             ],
            },
           ],
           position: (40, 9),
          },
          String {
           parts: [
            Raw {
             content: "\"",
             position: (40, 63),
            },
           ],
           position: (40, 62),
          },
         ],
         position: (40, 60),
        },
        position: (31, 5),
       },
       position: (30, 26),
      },
      position: (30, 20),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "optionalNull",
        position: (42, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "val",
      },
      definition: Function {
       argument: Simple {
        identifier: "ret",
       },
       definition: FunctionApplication {
        function: Variable {
         identifier: "optional",
         position: (43, 5),
        },
        arguments: [
         Parentheses {
          expression: BinaryOperation {
           operator: NotEqualTo,
           operands: [
            Variable {
             identifier: "val",
             position: (43, 15),
            },
            Variable {
             identifier: "null",
             position: (43, 22),
            },
           ],
           position: (43, 19),
          },
          position: (43, 14),
         },
         Variable {
          identifier: "ret",
          position: (43, 28),
         },
        ],
       },
       position: (42, 23),
      },
      position: (42, 18),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "optionString",
        position: (45, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "concatStringsSep",
       position: (45, 18),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: " ",
          position: (45, 36),
         },
        ],
        position: (45, 35),
       },
       Parentheses {
        expression: BinaryOperation {
         operator: Concatenation,
         operands: [
          FunctionApplication {
           function: Variable {
            identifier: "mapAttrsToList",
            position: (45, 40),
           },
           arguments: [
            Variable {
             identifier: "streamToOption",
             position: (45, 55),
            },
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (45, 70),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "streams",
                position: (45, 74),
               },
              ],
             },
             default: None,
            },
           ],
          },
          BinaryOperation {
           operator: Concatenation,
           operands: [
            List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "--stream.bind_to_address=",
                 position: (47, 11),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (47, 38),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "listenAddress",
                     position: (47, 42),
                    },
                   ],
                  },
                  default: None,
                 },
                },
               ],
               position: (47, 10),
              },
             ],
             position: (47, 8),
            },
            BinaryOperation {
             operator: Concatenation,
             operands: [
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "--stream.port=",
                   position: (48, 11),
                  },
                  Expression {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "toString",
                     position: (48, 27),
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (48, 36),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "port",
                         position: (48, 40),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  },
                 ],
                 position: (48, 10),
                },
               ],
               position: (48, 8),
              },
              BinaryOperation {
               operator: Concatenation,
               operands: [
                FunctionApplication {
                 function: Variable {
                  identifier: "optionalNull",
                  position: (49, 8),
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (49, 21),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "sampleFormat",
                      position: (49, 25),
                     },
                    ],
                   },
                   default: None,
                  },
                  String {
                   parts: [
                    Raw {
                     content: "--stream.sampleformat=",
                     position: (49, 39),
                    },
                    Expression {
                     expression: PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (49, 63),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "sampleFormat",
                         position: (49, 67),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                   ],
                   position: (49, 38),
                  },
                 ],
                },
                BinaryOperation {
                 operator: Concatenation,
                 operands: [
                  FunctionApplication {
                   function: Variable {
                    identifier: "optionalNull",
                    position: (50, 8),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (50, 21),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "codec",
                        position: (50, 25),
                       },
                      ],
                     },
                     default: None,
                    },
                    String {
                     parts: [
                      Raw {
                       content: "--stream.codec=",
                       position: (50, 32),
                      },
                      Expression {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (50, 49),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "codec",
                           position: (50, 53),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                     ],
                     position: (50, 31),
                    },
                   ],
                  },
                  BinaryOperation {
                   operator: Concatenation,
                   operands: [
                    FunctionApplication {
                     function: Variable {
                      identifier: "optionalNull",
                      position: (51, 8),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (51, 21),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "streamBuffer",
                          position: (51, 25),
                         },
                        ],
                       },
                       default: None,
                      },
                      String {
                       parts: [
                        Raw {
                         content: "--stream.stream_buffer=",
                         position: (51, 39),
                        },
                        Expression {
                         expression: FunctionApplication {
                          function: Variable {
                           identifier: "toString",
                           position: (51, 64),
                          },
                          arguments: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (51, 73),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "streamBuffer",
                               position: (51, 77),
                              },
                             ],
                            },
                            default: None,
                           },
                          ],
                         },
                        },
                       ],
                       position: (51, 38),
                      },
                     ],
                    },
                    BinaryOperation {
                     operator: Concatenation,
                     operands: [
                      FunctionApplication {
                       function: Variable {
                        identifier: "optionalNull",
                        position: (52, 8),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (52, 21),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "buffer",
                            position: (52, 25),
                           },
                          ],
                         },
                         default: None,
                        },
                        String {
                         parts: [
                          Raw {
                           content: "--stream.buffer=",
                           position: (52, 33),
                          },
                          Expression {
                           expression: FunctionApplication {
                            function: Variable {
                             identifier: "toString",
                             position: (52, 51),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (52, 60),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "buffer",
                                 position: (52, 64),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                         ],
                         position: (52, 32),
                        },
                       ],
                      },
                      BinaryOperation {
                       operator: Concatenation,
                       operands: [
                        FunctionApplication {
                         function: Variable {
                          identifier: "optional",
                          position: (53, 8),
                         },
                         arguments: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (53, 17),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "sendToMuted",
                              position: (53, 21),
                             },
                            ],
                           },
                           default: None,
                          },
                          String {
                           parts: [
                            Raw {
                             content: "--stream.send_to_muted",
                             position: (53, 34),
                            },
                           ],
                           position: (53, 33),
                          },
                         ],
                        },
                        BinaryOperation {
                         operator: Concatenation,
                         operands: [
                          List {
                           elements: [
                            String {
                             parts: [
                              Raw {
                               content: "--tcp.enabled=",
                               position: (55, 11),
                              },
                              Expression {
                               expression: FunctionApplication {
                                function: Variable {
                                 identifier: "toString",
                                 position: (55, 27),
                                },
                                arguments: [
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (55, 36),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "tcp",
                                     position: (55, 40),
                                    },
                                    Raw {
                                     content: "enable",
                                     position: (55, 44),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ],
                               },
                              },
                             ],
                             position: (55, 10),
                            },
                           ],
                           position: (55, 8),
                          },
                          BinaryOperation {
                           operator: Concatenation,
                           operands: [
                            FunctionApplication {
                             function: Variable {
                              identifier: "optionals",
                              position: (56, 8),
                             },
                             arguments: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (56, 18),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "tcp",
                                  position: (56, 22),
                                 },
                                 Raw {
                                  content: "enable",
                                  position: (56, 26),
                                 },
                                ],
                               },
                               default: None,
                              },
                              List {
                               elements: [
                                String {
                                 parts: [
                                  Raw {
                                   content: "--tcp.bind_to_address=",
                                   position: (57, 8),
                                  },
                                  Expression {
                                   expression: PropertyAccess {
                                    expression: Variable {
                                     identifier: "cfg",
                                     position: (57, 32),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "tcp",
                                       position: (57, 36),
                                      },
                                      Raw {
                                       content: "listenAddress",
                                       position: (57, 40),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                 ],
                                 position: (57, 7),
                                },
                                String {
                                 parts: [
                                  Raw {
                                   content: "--tcp.port=",
                                   position: (58, 8),
                                  },
                                  Expression {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "toString",
                                     position: (58, 21),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "cfg",
                                       position: (58, 30),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "tcp",
                                         position: (58, 34),
                                        },
                                        Raw {
                                         content: "port",
                                         position: (58, 38),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                 ],
                                 position: (58, 7),
                                },
                               ],
                               position: (56, 33),
                              },
                             ],
                            },
                            BinaryOperation {
                             operator: Concatenation,
                             operands: [
                              List {
                               elements: [
                                String {
                                 parts: [
                                  Raw {
                                   content: "--http.enabled=",
                                   position: (60, 11),
                                  },
                                  Expression {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "toString",
                                     position: (60, 28),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "cfg",
                                       position: (60, 37),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "http",
                                         position: (60, 41),
                                        },
                                        Raw {
                                         content: "enable",
                                         position: (60, 46),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                 ],
                                 position: (60, 10),
                                },
                               ],
                               position: (60, 8),
                              },
                              BinaryOperation {
                               operator: Concatenation,
                               operands: [
                                FunctionApplication {
                                 function: Variable {
                                  identifier: "optionals",
                                  position: (61, 8),
                                 },
                                 arguments: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "cfg",
                                    position: (61, 18),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "http",
                                      position: (61, 22),
                                     },
                                     Raw {
                                      content: "enable",
                                      position: (61, 27),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  List {
                                   elements: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "--http.bind_to_address=",
                                       position: (62, 8),
                                      },
                                      Expression {
                                       expression: PropertyAccess {
                                        expression: Variable {
                                         identifier: "cfg",
                                         position: (62, 33),
                                        },
                                        attribute_path: AttributePath {
                                         parts: [
                                          Raw {
                                           content: "http",
                                           position: (62, 37),
                                          },
                                          Raw {
                                           content: "listenAddress",
                                           position: (62, 42),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                      },
                                     ],
                                     position: (62, 7),
                                    },
                                    String {
                                     parts: [
                                      Raw {
                                       content: "--http.port=",
                                       position: (63, 8),
                                      },
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "toString",
                                         position: (63, 22),
                                        },
                                        arguments: [
                                         PropertyAccess {
                                          expression: Variable {
                                           identifier: "cfg",
                                           position: (63, 31),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "http",
                                             position: (63, 35),
                                            },
                                            Raw {
                                             content: "port",
                                             position: (63, 40),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        ],
                                       },
                                      },
                                     ],
                                     position: (63, 7),
                                    },
                                   ],
                                   position: (61, 34),
                                  },
                                 ],
                                },
                                FunctionApplication {
                                 function: Variable {
                                  identifier: "optional",
                                  position: (64, 10),
                                 },
                                 arguments: [
                                  Parentheses {
                                   expression: BinaryOperation {
                                    operator: NotEqualTo,
                                    operands: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "cfg",
                                       position: (64, 20),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "http",
                                         position: (64, 24),
                                        },
                                        Raw {
                                         content: "docRoot",
                                         position: (64, 29),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                     Variable {
                                      identifier: "null",
                                      position: (64, 40),
                                     },
                                    ],
                                    position: (64, 37),
                                   },
                                   position: (64, 19),
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "--http.doc_root=\"",
                                     position: (64, 47),
                                    },
                                    Expression {
                                     expression: FunctionApplication {
                                      function: Variable {
                                       identifier: "toString",
                                       position: (64, 67),
                                      },
                                      arguments: [
                                       PropertyAccess {
                                        expression: Variable {
                                         identifier: "cfg",
                                         position: (64, 76),
                                        },
                                        attribute_path: AttributePath {
                                         parts: [
                                          Raw {
                                           content: "http",
                                           position: (64, 80),
                                          },
                                          Raw {
                                           content: "docRoot",
                                           position: (64, 85),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                      ],
                                     },
                                    },
                                    Raw {
                                     content: "\"",
                                     position: (64, 93),
                                    },
                                   ],
                                   position: (64, 46),
                                  },
                                 ],
                                },
                               ],
                               position: (64, 7),
                              },
                             ],
                             position: (61, 5),
                            },
                           ],
                           position: (60, 5),
                          },
                         ],
                         position: (56, 5),
                        },
                       ],
                       position: (55, 5),
                      },
                     ],
                     position: (53, 5),
                    },
                   ],
                   position: (52, 5),
                  },
                 ],
                 position: (51, 5),
                },
               ],
               position: (50, 5),
              },
             ],
             position: (49, 5),
            },
           ],
           position: (48, 5),
          },
         ],
         position: (47, 5),
        },
        position: (45, 39),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "imports",
         position: (67, 3),
        },
       ],
      },
      to: List {
       elements: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (68, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (68, 31),
               },
              ],
              position: (68, 30),
             },
             String {
              parts: [
               Raw {
                content: "snapserver",
                position: (68, 42),
               },
              ],
              position: (68, 41),
             },
             String {
              parts: [
               Raw {
                content: "controlPort",
                position: (68, 55),
               },
              ],
              position: (68, 54),
             },
            ],
            position: (68, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (68, 73),
               },
              ],
              position: (68, 72),
             },
             String {
              parts: [
               Raw {
                content: "snapserver",
                position: (68, 84),
               },
              ],
              position: (68, 83),
             },
             String {
              parts: [
               Raw {
                content: "tcp",
                position: (68, 97),
               },
              ],
              position: (68, 96),
             },
             String {
              parts: [
               Raw {
                content: "port",
                position: (68, 103),
               },
              ],
              position: (68, 102),
             },
            ],
            position: (68, 70),
           },
          ],
         },
         position: (68, 5),
        },
       ],
       position: (67, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (73, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (75, 5),
           },
           Raw {
            content: "snapserver",
            position: (75, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (77, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (77, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (78, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (78, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (78, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (79, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (79, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (80, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether to enable snapserver.\n",
                    position: (81, 1),
                   },
                  ],
                  position: (80, 23),
                 },
                },
               ],
               recursive: false,
               position: (77, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "listenAddress",
               position: (85, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (85, 23),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (86, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (86, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (86, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (87, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "::",
                    position: (87, 20),
                   },
                  ],
                  position: (87, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (88, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "0.0.0.0",
                    position: (88, 20),
                   },
                  ],
                  position: (88, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (89, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The address where snapclients can connect.\n",
                    position: (90, 1),
                   },
                  ],
                  position: (89, 23),
                 },
                },
               ],
               recursive: false,
               position: (85, 32),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "port",
               position: (94, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (94, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (95, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (95, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (95, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (96, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 1704,
                  position: (96, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (97, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The port that snapclients can connect to.\n",
                    position: (98, 1),
                   },
                  ],
                  position: (97, 23),
                 },
                },
               ],
               recursive: false,
               position: (94, 23),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "openFirewall",
               position: (102, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (102, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (103, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (103, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (103, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (104, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (104, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (105, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether to automatically open the specified ports in the firewall.\n",
                    position: (106, 1),
                   },
                  ],
                  position: (105, 23),
                 },
                },
               ],
               recursive: false,
               position: (102, 31),
              },
             ],
            },
           },
           Inherit {
            from: None,
            attributes: [
             Raw {
              content: "sampleFormat",
              position: (110, 15),
             },
            ],
           },
           Inherit {
            from: None,
            attributes: [
             Raw {
              content: "codec",
              position: (111, 15),
             },
            ],
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "streamBuffer",
               position: (113, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (113, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (114, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (114, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "nullOr",
                    position: (114, 28),
                   },
                   arguments: [
                    Variable {
                     identifier: "int",
                     position: (114, 35),
                    },
                   ],
                  },
                  position: (114, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (115, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (115, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (116, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Stream read (input) buffer in ms.\n",
                    position: (117, 1),
                   },
                  ],
                  position: (116, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (119, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 20,
                  position: (119, 19),
                 },
                },
               ],
               recursive: false,
               position: (113, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "buffer",
               position: (122, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (122, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (123, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (123, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "nullOr",
                    position: (123, 28),
                   },
                   arguments: [
                    Variable {
                     identifier: "int",
                     position: (123, 35),
                    },
                   ],
                  },
                  position: (123, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (124, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (124, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (125, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Network buffer in ms.\n",
                    position: (126, 1),
                   },
                  ],
                  position: (125, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (128, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 1000,
                  position: (128, 19),
                 },
                },
               ],
               recursive: false,
               position: (122, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "sendToMuted",
               position: (131, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (131, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (132, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (132, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (132, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (133, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (133, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (134, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Send audio to muted clients.\n",
                    position: (135, 1),
                   },
                  ],
                  position: (134, 23),
                 },
                },
               ],
               recursive: false,
               position: (131, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "tcp",
               position: (139, 7),
              },
              Raw {
               content: "enable",
               position: (139, 11),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (139, 20),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (140, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (140, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (140, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (141, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (141, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (142, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether to enable the JSON-RPC via TCP.\n",
                    position: (143, 1),
                   },
                  ],
                  position: (142, 23),
                 },
                },
               ],
               recursive: false,
               position: (139, 29),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "tcp",
               position: (147, 7),
              },
              Raw {
               content: "listenAddress",
               position: (147, 11),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (147, 27),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (148, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (148, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (148, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (149, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "::",
                    position: (149, 20),
                   },
                  ],
                  position: (149, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (150, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "0.0.0.0",
                    position: (150, 20),
                   },
                  ],
                  position: (150, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (151, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The address where the TCP JSON-RPC listens on.\n",
                    position: (152, 1),
                   },
                  ],
                  position: (151, 23),
                 },
                },
               ],
               recursive: false,
               position: (147, 36),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "tcp",
               position: (156, 7),
              },
              Raw {
               content: "port",
               position: (156, 11),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (156, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (157, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (157, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (157, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (158, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 1705,
                  position: (158, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (159, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The port where the TCP JSON-RPC listens on.\n",
                    position: (160, 1),
                   },
                  ],
                  position: (159, 23),
                 },
                },
               ],
               recursive: false,
               position: (156, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "http",
               position: (164, 7),
              },
              Raw {
               content: "enable",
               position: (164, 12),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (164, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (165, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (165, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (165, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (166, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (166, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (167, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Whether to enable the JSON-RPC via HTTP.\n",
                    position: (168, 1),
                   },
                  ],
                  position: (167, 23),
                 },
                },
               ],
               recursive: false,
               position: (164, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "http",
               position: (172, 7),
              },
              Raw {
               content: "listenAddress",
               position: (172, 12),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (172, 28),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (173, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (173, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (173, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (174, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "::",
                    position: (174, 20),
                   },
                  ],
                  position: (174, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (175, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "0.0.0.0",
                    position: (175, 20),
                   },
                  ],
                  position: (175, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (176, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The address where the HTTP JSON-RPC listens on.\n",
                    position: (177, 1),
                   },
                  ],
                  position: (176, 23),
                 },
                },
               ],
               recursive: false,
               position: (172, 37),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "http",
               position: (181, 7),
              },
              Raw {
               content: "port",
               position: (181, 12),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (181, 19),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (182, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (182, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (182, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (183, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 1780,
                  position: (183, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (184, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The port where the HTTP JSON-RPC listens on.\n",
                    position: (185, 1),
                   },
                  ],
                  position: (184, 23),
                 },
                },
               ],
               recursive: false,
               position: (181, 28),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "http",
               position: (189, 7),
              },
              Raw {
               content: "docRoot",
               position: (189, 12),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (189, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (190, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (190, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "nullOr",
                    position: (190, 28),
                   },
                   arguments: [
                    Variable {
                     identifier: "path",
                     position: (190, 35),
                    },
                   ],
                  },
                  position: (190, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (191, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (191, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (192, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Path to serve from the HTTP servers root.\n",
                    position: (193, 1),
                   },
                  ],
                  position: (192, 23),
                 },
                },
               ],
               recursive: false,
               position: (189, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "streams",
               position: (197, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (197, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (198, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (198, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "attrsOf",
                    position: (198, 28),
                   },
                   arguments: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "submodule",
                       position: (198, 37),
                      },
                      arguments: [
                       Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "options",
                             position: (199, 11),
                            },
                           ],
                          },
                          to: Map {
                           bindings: [
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "location",
                                position: (200, 13),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (200, 24),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "type",
                                     position: (201, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (201, 22),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "oneOf",
                                       position: (201, 28),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   arguments: [
                                    List {
                                     elements: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "types",
                                        position: (201, 36),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "path",
                                          position: (201, 42),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "types",
                                        position: (201, 47),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "str",
                                          position: (201, 53),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     ],
                                     position: (201, 34),
                                    },
                                   ],
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "description",
                                     position: (202, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "For type <literal>pipe</literal> or <literal>file</literal>, the path to the pipe or file.\nFor type <literal>librespot</literal>, <literal>airplay</literal> or <literal>process</literal>, the path to the corresponding binary.\nFor type <literal>tcp</literal>, the <literal>host:port</literal> address to connect to or listen on.\nFor type <literal>meta</literal>, a list of stream names in the form <literal>/one/two/...</literal>. Don't forget the leading slash.\nFor type <literal>alsa</literal>, use an empty string.\n",
                                     position: (203, 1),
                                    },
                                   ],
                                   position: (202, 29),
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "example",
                                     position: (209, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (209, 25),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "\"/path/to/pipe\"\n\"/path/to/librespot\"\n\"192.168.1.2:4444\"\n\"/MyTCP/Spotify/MyPipe\"\n",
                                       position: (210, 1),
                                      },
                                     ],
                                     position: (209, 43),
                                    },
                                   ],
                                  },
                                 },
                                ],
                                recursive: false,
                                position: (200, 33),
                               },
                              ],
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "type",
                                position: (216, 13),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (216, 20),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "type",
                                     position: (217, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (217, 22),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "enum",
                                       position: (217, 28),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   arguments: [
                                    List {
                                     elements: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "pipe",
                                         position: (217, 36),
                                        },
                                       ],
                                       position: (217, 35),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "librespot",
                                         position: (217, 43),
                                        },
                                       ],
                                       position: (217, 42),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "airplay",
                                         position: (217, 55),
                                        },
                                       ],
                                       position: (217, 54),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "file",
                                         position: (217, 65),
                                        },
                                       ],
                                       position: (217, 64),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "process",
                                         position: (217, 72),
                                        },
                                       ],
                                       position: (217, 71),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "tcp",
                                         position: (217, 82),
                                        },
                                       ],
                                       position: (217, 81),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "alsa",
                                         position: (217, 88),
                                        },
                                       ],
                                       position: (217, 87),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "spotify",
                                         position: (217, 95),
                                        },
                                       ],
                                       position: (217, 94),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "meta",
                                         position: (217, 105),
                                        },
                                       ],
                                       position: (217, 104),
                                      },
                                     ],
                                     position: (217, 33),
                                    },
                                   ],
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "default",
                                     position: (218, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "pipe",
                                     position: (218, 26),
                                    },
                                   ],
                                   position: (218, 25),
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "description",
                                     position: (219, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "The type of input stream.\n",
                                     position: (220, 1),
                                    },
                                   ],
                                   position: (219, 29),
                                  },
                                 },
                                ],
                                recursive: false,
                                position: (216, 29),
                               },
                              ],
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "query",
                                position: (223, 13),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (223, 21),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "type",
                                     position: (224, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: Variable {
                                    identifier: "attrsOf",
                                    position: (224, 22),
                                   },
                                   arguments: [
                                    Variable {
                                     identifier: "str",
                                     position: (224, 30),
                                    },
                                   ],
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "default",
                                     position: (225, 15),
                                    },
                                   ],
                                  },
                                  to: Map {
                                   bindings: [],
                                   recursive: false,
                                   position: (225, 25),
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "description",
                                     position: (226, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "Key-value pairs that convey additional parameters about a stream.\n",
                                     position: (227, 1),
                                    },
                                   ],
                                   position: (226, 29),
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "example",
                                     position: (229, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: Variable {
                                    identifier: "literalExpression",
                                    position: (229, 25),
                                   },
                                   arguments: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "# for type == \"pipe\":\n{\n  mode = \"create\";\n};\n# for type == \"process\":\n{\n  params = \"--param1 --param2\";\n  logStderr = \"true\";\n};\n# for type == \"tcp\":\n{\n  mode = \"client\";\n}\n# for type == \"alsa\":\n{\n  device = \"hw:0,0\";\n}\n",
                                       position: (230, 1),
                                      },
                                     ],
                                     position: (229, 43),
                                    },
                                   ],
                                  },
                                 },
                                ],
                                recursive: false,
                                position: (223, 30),
                               },
                              ],
                             },
                            },
                            Inherit {
                             from: None,
                             attributes: [
                              Raw {
                               content: "sampleFormat",
                               position: (249, 21),
                              },
                             ],
                            },
                            Inherit {
                             from: None,
                             attributes: [
                              Raw {
                               content: "codec",
                               position: (250, 21),
                              },
                             ],
                            },
                           ],
                           recursive: false,
                           position: (199, 21),
                          },
                         },
                        ],
                        recursive: false,
                        position: (198, 47),
                       },
                      ],
                     },
                     position: (198, 36),
                    },
                   ],
                  },
                  position: (198, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (253, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (253, 21),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [],
                     recursive: false,
                     position: (253, 31),
                    },
                   },
                  ],
                  recursive: false,
                  position: (253, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (254, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The definition for an input source.\n",
                    position: (255, 1),
                   },
                  ],
                  position: (254, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (257, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (257, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "{\n  mpd = {\n    type = \"pipe\";\n    location = \"/run/snapserver/mpd\";\n    sampleFormat = \"48000:16:2\";\n    codec = \"pcm\";\n  };\n};\n",
                      position: (258, 1),
                     },
                    ],
                    position: (257, 37),
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (197, 26),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (75, 27),
         },
        },
       ],
       recursive: false,
       position: (73, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (274, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (274, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (274, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (274, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "warnings",
              position: (277, 5),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "filter",
             position: (277, 16),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "w",
               },
               definition: BinaryOperation {
                operator: NotEqualTo,
                operands: [
                 Variable {
                  identifier: "w",
                  position: (277, 27),
                 },
                 String {
                  parts: [],
                  position: (277, 32),
                 },
                ],
                position: (277, 29),
               },
               position: (277, 24),
              },
              position: (277, 23),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrsToList",
                position: (277, 37),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "k",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "v",
                   },
                   definition: IfThenElse {
                    predicate: BinaryOperation {
                     operator: EqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "v",
                        position: (277, 62),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "type",
                          position: (277, 64),
                         },
                        ],
                       },
                       default: None,
                      },
                      String {
                       parts: [
                        Raw {
                         content: "spotify",
                         position: (277, 73),
                        },
                       ],
                       position: (277, 72),
                      },
                     ],
                     position: (277, 69),
                    },
                    then: String {
                     parts: [
                      Raw {
                       content: "services.snapserver.streams.",
                       position: (278, 1),
                      },
                      Expression {
                       expression: Variable {
                        identifier: "k",
                        position: (278, 37),
                       },
                      },
                      Raw {
                       content: ".type = \"spotify\" is deprecated, use services.snapserver.streams.",
                       position: (278, 39),
                      },
                      Expression {
                       expression: Variable {
                        identifier: "k",
                        position: (278, 106),
                       },
                      },
                      Raw {
                       content: ".type = \"librespot\" instead.\n",
                       position: (278, 108),
                      },
                     ],
                     position: (277, 87),
                    },
                    else_: String {
                     parts: [],
                     position: (279, 13),
                    },
                    position: (277, 59),
                   },
                   position: (277, 56),
                  },
                  position: (277, 53),
                 },
                 position: (277, 52),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (279, 17),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "streams",
                    position: (279, 21),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (277, 36),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (281, 5),
             },
             Raw {
              content: "services",
              position: (281, 13),
             },
             Raw {
              content: "snapserver",
              position: (281, 22),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "after",
                 position: (282, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "network.target",
                   position: (282, 18),
                  },
                 ],
                 position: (282, 17),
                },
               ],
               position: (282, 15),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (283, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Snapserver",
                 position: (283, 22),
                },
               ],
               position: (283, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "wantedBy",
                 position: (284, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (284, 21),
                  },
                 ],
                 position: (284, 20),
                },
               ],
               position: (284, 18),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "before",
                 position: (285, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "mpd.service",
                   position: (285, 19),
                  },
                 ],
                 position: (285, 18),
                },
                String {
                 parts: [
                  Raw {
                   content: "mopidy.service",
                   position: (285, 33),
                  },
                 ],
                 position: (285, 32),
                },
               ],
               position: (285, 16),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "serviceConfig",
                 position: (287, 7),
                },
               ],
              },
              to: Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "DynamicUser",
                    position: (288, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (288, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ExecStart",
                    position: (289, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (289, 24),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "snapcast",
                        position: (289, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/snapserver --daemon ",
                    position: (289, 38),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "optionString",
                     position: (289, 65),
                    },
                   },
                  ],
                  position: (289, 21),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "Type",
                    position: (290, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "forking",
                    position: (290, 17),
                   },
                  ],
                  position: (290, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "LimitRTPRIO",
                    position: (291, 9),
                   },
                  ],
                 },
                 to: Int {
                  value: 50,
                  position: (291, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "LimitRTTIME",
                    position: (292, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "infinity",
                    position: (292, 24),
                   },
                  ],
                  position: (292, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "NoNewPrivileges",
                    position: (293, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (293, 27),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "PIDFile",
                    position: (294, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "/run/",
                    position: (294, 20),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "name",
                     position: (294, 27),
                    },
                   },
                   Raw {
                    content: "/pid",
                    position: (294, 32),
                   },
                  ],
                  position: (294, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelTunables",
                    position: (295, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (295, 33),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectControlGroups",
                    position: (296, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (296, 32),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelModules",
                    position: (297, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (297, 32),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictAddressFamilies",
                    position: (298, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "AF_INET AF_INET6 AF_UNIX AF_NETLINK",
                    position: (298, 36),
                   },
                  ],
                  position: (298, 35),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictNamespaces",
                    position: (299, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (299, 30),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RuntimeDirectory",
                    position: (300, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "name",
                  position: (300, 28),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "StateDirectory",
                    position: (301, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "name",
                  position: (301, 26),
                 },
                },
               ],
               recursive: false,
               position: (287, 23),
              },
             },
            ],
            recursive: false,
            position: (281, 35),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "networking",
              position: (305, 5),
             },
             Raw {
              content: "firewall",
              position: (305, 16),
             },
             Raw {
              content: "allowedTCPPorts",
              position: (305, 25),
             },
            ],
           },
           to: BinaryOperation {
            operator: Concatenation,
            operands: [
             FunctionApplication {
              function: Variable {
               identifier: "optionals",
               position: (306, 7),
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (306, 17),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "openFirewall",
                   position: (306, 21),
                  },
                 ],
                },
                default: None,
               },
               List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (306, 36),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (306, 40),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (306, 34),
               },
              ],
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (307, 10),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (307, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "tcp",
                     position: (307, 23),
                    },
                    Raw {
                     content: "enable",
                     position: (307, 27),
                    },
                   ],
                  },
                  default: None,
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (307, 34),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "tcp",
                     position: (307, 38),
                    },
                    Raw {
                     content: "port",
                     position: (307, 42),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (308, 10),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (308, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "http",
                     position: (308, 23),
                    },
                    Raw {
                     content: "enable",
                     position: (308, 28),
                    },
                   ],
                  },
                  default: None,
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (308, 35),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "http",
                     position: (308, 39),
                    },
                    Raw {
                     content: "port",
                     position: (308, 44),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              ],
              position: (308, 7),
             },
            ],
            position: (307, 7),
           },
          },
         ],
         recursive: false,
         position: (274, 28),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (311, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "maintainers",
            position: (312, 5),
           },
          ],
         },
         to: With {
          expression: Variable {
           identifier: "maintainers",
           position: (312, 24),
          },
          target: List {
           elements: [
            Variable {
             identifier: "tobim",
             position: (312, 39),
            },
           ],
           position: (312, 37),
          },
          position: (312, 19),
         },
        },
       ],
       recursive: false,
       position: (311, 10),
      },
     },
    ],
    recursive: false,
    position: (66, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}