---
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: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "redis",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "mkValueString",
        position: (8, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "value",
      },
      definition: IfThenElse {
       predicate: BinaryOperation {
        operator: EqualTo,
        operands: [
         Variable {
          identifier: "value",
          position: (9, 8),
         },
         Variable {
          identifier: "true",
          position: (9, 17),
         },
        ],
        position: (9, 14),
       },
       then: String {
        parts: [
         Raw {
          content: "yes",
          position: (9, 28),
         },
        ],
        position: (9, 27),
       },
       else_: IfThenElse {
        predicate: BinaryOperation {
         operator: EqualTo,
         operands: [
          Variable {
           identifier: "value",
           position: (10, 13),
          },
          Variable {
           identifier: "false",
           position: (10, 22),
          },
         ],
         position: (10, 19),
        },
        then: String {
         parts: [
          Raw {
           content: "no",
           position: (10, 34),
          },
         ],
         position: (10, 33),
        },
        else_: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "generators",
           position: (11, 10),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "mkValueStringDefault",
             position: (11, 21),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Map {
           bindings: [],
           recursive: false,
           position: (11, 42),
          },
          Variable {
           identifier: "value",
           position: (11, 46),
          },
         ],
        },
        position: (10, 10),
       },
       position: (9, 5),
      },
      position: (8, 19),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "redisConfig",
        position: (13, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "settings",
      },
      definition: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "pkgs",
         position: (13, 27),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "writeText",
           position: (13, 32),
          },
         ],
        },
        default: None,
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: "redis.conf",
           position: (13, 43),
          },
         ],
         position: (13, 42),
        },
        Parentheses {
         expression: FunctionApplication {
          function: PropertyAccess {
           expression: Variable {
            identifier: "generators",
            position: (13, 56),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "toKeyValue",
              position: (13, 67),
             },
            ],
           },
           default: None,
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "listsAsDuplicateKeys",
                 position: (14, 5),
                },
               ],
              },
              to: Variable {
               identifier: "true",
               position: (14, 28),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "mkKeyValue",
                 position: (15, 5),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "generators",
                 position: (15, 18),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "mkKeyValueDefault",
                   position: (15, 29),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Map {
                 bindings: [
                  Inherit {
                   from: None,
                   attributes: [
                    Raw {
                     content: "mkValueString",
                     position: (15, 57),
                    },
                   ],
                  },
                 ],
                 recursive: false,
                 position: (15, 47),
                },
                String {
                 parts: [
                  Raw {
                   content: " ",
                   position: (15, 75),
                  },
                 ],
                 position: (15, 74),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (13, 78),
           },
           Variable {
            identifier: "settings",
            position: (16, 5),
           },
          ],
         },
         position: (13, 55),
        },
       ],
      },
      position: (13, 17),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "redisName",
        position: (18, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: BinaryOperation {
       operator: Addition,
       operands: [
        String {
         parts: [
          Raw {
           content: "redis",
           position: (18, 22),
          },
         ],
         position: (18, 21),
        },
        FunctionApplication {
         function: Variable {
          identifier: "optionalString",
          position: (18, 31),
         },
         arguments: [
          Parentheses {
           expression: BinaryOperation {
            operator: NotEqualTo,
            operands: [
             Variable {
              identifier: "name",
              position: (18, 47),
             },
             String {
              parts: [],
              position: (18, 55),
             },
            ],
            position: (18, 52),
           },
           position: (18, 46),
          },
          Parentheses {
           expression: BinaryOperation {
            operator: Addition,
            operands: [
             String {
              parts: [
               Raw {
                content: "-",
                position: (18, 61),
               },
              ],
              position: (18, 60),
             },
             Variable {
              identifier: "name",
              position: (18, 64),
             },
            ],
            position: (18, 63),
           },
           position: (18, 59),
          },
         ],
        },
       ],
       position: (18, 29),
      },
      position: (18, 15),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "enabledServers",
        position: (19, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "filterAttrs",
       position: (19, 20),
      },
      arguments: [
       Parentheses {
        expression: Function {
         argument: Simple {
          identifier: "name",
         },
         definition: Function {
          argument: Simple {
           identifier: "conf",
          },
          definition: PropertyAccess {
           expression: Variable {
            identifier: "conf",
            position: (19, 45),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "enable",
              position: (19, 50),
             },
            ],
           },
           default: None,
          },
          position: (19, 39),
         },
         position: (19, 33),
        },
        position: (19, 32),
       },
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (19, 58),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (19, 65),
          },
          Raw {
           content: "redis",
           position: (19, 74),
          },
          Raw {
           content: "servers",
           position: (19, 80),
          },
         ],
        },
        default: None,
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "imports",
         position: (22, 3),
        },
       ],
      },
      to: List {
       elements: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (23, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (23, 31),
               },
              ],
              position: (23, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (23, 42),
               },
              ],
              position: (23, 41),
             },
             String {
              parts: [
               Raw {
                content: "user",
                position: (23, 50),
               },
              ],
              position: (23, 49),
             },
            ],
            position: (23, 28),
           },
           String {
            parts: [
             Raw {
              content: "The redis module now is hardcoded to the redis user.",
              position: (23, 59),
             },
            ],
            position: (23, 58),
           },
          ],
         },
         position: (23, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (24, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (24, 31),
               },
              ],
              position: (24, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (24, 42),
               },
              ],
              position: (24, 41),
             },
             String {
              parts: [
               Raw {
                content: "dbpath",
                position: (24, 50),
               },
              ],
              position: (24, 49),
             },
            ],
            position: (24, 28),
           },
           String {
            parts: [
             Raw {
              content: "The redis module now uses /var/lib/redis as data directory.",
              position: (24, 61),
             },
            ],
            position: (24, 60),
           },
          ],
         },
         position: (24, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (25, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (25, 31),
               },
              ],
              position: (25, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (25, 42),
               },
              ],
              position: (25, 41),
             },
             String {
              parts: [
               Raw {
                content: "dbFilename",
                position: (25, 50),
               },
              ],
              position: (25, 49),
             },
            ],
            position: (25, 28),
           },
           String {
            parts: [
             Raw {
              content: "The redis module now uses /var/lib/redis/dump.rdb as database dump location.",
              position: (25, 65),
             },
            ],
            position: (25, 64),
           },
          ],
         },
         position: (25, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (26, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (26, 31),
               },
              ],
              position: (26, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (26, 42),
               },
              ],
              position: (26, 41),
             },
             String {
              parts: [
               Raw {
                content: "appendOnlyFilename",
                position: (26, 50),
               },
              ],
              position: (26, 49),
             },
            ],
            position: (26, 28),
           },
           String {
            parts: [
             Raw {
              content: "This option was never used.",
              position: (26, 73),
             },
            ],
            position: (26, 72),
           },
          ],
         },
         position: (26, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (27, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (27, 31),
               },
              ],
              position: (27, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (27, 42),
               },
              ],
              position: (27, 41),
             },
             String {
              parts: [
               Raw {
                content: "pidFile",
                position: (27, 50),
               },
              ],
              position: (27, 49),
             },
            ],
            position: (27, 28),
           },
           String {
            parts: [
             Raw {
              content: "This option was removed.",
              position: (27, 62),
             },
            ],
            position: (27, 61),
           },
          ],
         },
         position: (27, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (28, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (28, 31),
               },
              ],
              position: (28, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (28, 42),
               },
              ],
              position: (28, 41),
             },
             String {
              parts: [
               Raw {
                content: "extraConfig",
                position: (28, 50),
               },
              ],
              position: (28, 49),
             },
            ],
            position: (28, 28),
           },
           String {
            parts: [
             Raw {
              content: "Use services.redis.servers.*.settings instead.",
              position: (28, 66),
             },
            ],
            position: (28, 65),
           },
          ],
         },
         position: (28, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (29, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (29, 31),
               },
              ],
              position: (29, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (29, 42),
               },
              ],
              position: (29, 41),
             },
             String {
              parts: [
               Raw {
                content: "enable",
                position: (29, 50),
               },
              ],
              position: (29, 49),
             },
            ],
            position: (29, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (29, 62),
               },
              ],
              position: (29, 61),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (29, 73),
               },
              ],
              position: (29, 72),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (29, 81),
               },
              ],
              position: (29, 80),
             },
             String {
              parts: [],
              position: (29, 90),
             },
             String {
              parts: [
               Raw {
                content: "enable",
                position: (29, 94),
               },
              ],
              position: (29, 93),
             },
            ],
            position: (29, 59),
           },
          ],
         },
         position: (29, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (30, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (30, 31),
               },
              ],
              position: (30, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (30, 42),
               },
              ],
              position: (30, 41),
             },
             String {
              parts: [
               Raw {
                content: "port",
                position: (30, 50),
               },
              ],
              position: (30, 49),
             },
            ],
            position: (30, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (30, 60),
               },
              ],
              position: (30, 59),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (30, 71),
               },
              ],
              position: (30, 70),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (30, 79),
               },
              ],
              position: (30, 78),
             },
             String {
              parts: [],
              position: (30, 88),
             },
             String {
              parts: [
               Raw {
                content: "port",
                position: (30, 92),
               },
              ],
              position: (30, 91),
             },
            ],
            position: (30, 57),
           },
          ],
         },
         position: (30, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (31, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (31, 31),
               },
              ],
              position: (31, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (31, 42),
               },
              ],
              position: (31, 41),
             },
             String {
              parts: [
               Raw {
                content: "openFirewall",
                position: (31, 50),
               },
              ],
              position: (31, 49),
             },
            ],
            position: (31, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (31, 68),
               },
              ],
              position: (31, 67),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (31, 79),
               },
              ],
              position: (31, 78),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (31, 87),
               },
              ],
              position: (31, 86),
             },
             String {
              parts: [],
              position: (31, 96),
             },
             String {
              parts: [
               Raw {
                content: "openFirewall",
                position: (31, 100),
               },
              ],
              position: (31, 99),
             },
            ],
            position: (31, 65),
           },
          ],
         },
         position: (31, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (32, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (32, 31),
               },
              ],
              position: (32, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (32, 42),
               },
              ],
              position: (32, 41),
             },
             String {
              parts: [
               Raw {
                content: "bind",
                position: (32, 50),
               },
              ],
              position: (32, 49),
             },
            ],
            position: (32, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (32, 60),
               },
              ],
              position: (32, 59),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (32, 71),
               },
              ],
              position: (32, 70),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (32, 79),
               },
              ],
              position: (32, 78),
             },
             String {
              parts: [],
              position: (32, 88),
             },
             String {
              parts: [
               Raw {
                content: "bind",
                position: (32, 92),
               },
              ],
              position: (32, 91),
             },
            ],
            position: (32, 57),
           },
          ],
         },
         position: (32, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (33, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (33, 31),
               },
              ],
              position: (33, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (33, 42),
               },
              ],
              position: (33, 41),
             },
             String {
              parts: [
               Raw {
                content: "unixSocket",
                position: (33, 50),
               },
              ],
              position: (33, 49),
             },
            ],
            position: (33, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (33, 66),
               },
              ],
              position: (33, 65),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (33, 77),
               },
              ],
              position: (33, 76),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (33, 85),
               },
              ],
              position: (33, 84),
             },
             String {
              parts: [],
              position: (33, 94),
             },
             String {
              parts: [
               Raw {
                content: "unixSocket",
                position: (33, 98),
               },
              ],
              position: (33, 97),
             },
            ],
            position: (33, 63),
           },
          ],
         },
         position: (33, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (34, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (34, 31),
               },
              ],
              position: (34, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (34, 42),
               },
              ],
              position: (34, 41),
             },
             String {
              parts: [
               Raw {
                content: "unixSocketPerm",
                position: (34, 50),
               },
              ],
              position: (34, 49),
             },
            ],
            position: (34, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (34, 70),
               },
              ],
              position: (34, 69),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (34, 81),
               },
              ],
              position: (34, 80),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (34, 89),
               },
              ],
              position: (34, 88),
             },
             String {
              parts: [],
              position: (34, 98),
             },
             String {
              parts: [
               Raw {
                content: "unixSocketPerm",
                position: (34, 102),
               },
              ],
              position: (34, 101),
             },
            ],
            position: (34, 67),
           },
          ],
         },
         position: (34, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (35, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (35, 31),
               },
              ],
              position: (35, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (35, 42),
               },
              ],
              position: (35, 41),
             },
             String {
              parts: [
               Raw {
                content: "logLevel",
                position: (35, 50),
               },
              ],
              position: (35, 49),
             },
            ],
            position: (35, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (35, 64),
               },
              ],
              position: (35, 63),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (35, 75),
               },
              ],
              position: (35, 74),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (35, 83),
               },
              ],
              position: (35, 82),
             },
             String {
              parts: [],
              position: (35, 92),
             },
             String {
              parts: [
               Raw {
                content: "logLevel",
                position: (35, 96),
               },
              ],
              position: (35, 95),
             },
            ],
            position: (35, 61),
           },
          ],
         },
         position: (35, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (36, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (36, 31),
               },
              ],
              position: (36, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (36, 42),
               },
              ],
              position: (36, 41),
             },
             String {
              parts: [
               Raw {
                content: "logfile",
                position: (36, 50),
               },
              ],
              position: (36, 49),
             },
            ],
            position: (36, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (36, 63),
               },
              ],
              position: (36, 62),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (36, 74),
               },
              ],
              position: (36, 73),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (36, 82),
               },
              ],
              position: (36, 81),
             },
             String {
              parts: [],
              position: (36, 91),
             },
             String {
              parts: [
               Raw {
                content: "logfile",
                position: (36, 95),
               },
              ],
              position: (36, 94),
             },
            ],
            position: (36, 60),
           },
          ],
         },
         position: (36, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (37, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (37, 31),
               },
              ],
              position: (37, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (37, 42),
               },
              ],
              position: (37, 41),
             },
             String {
              parts: [
               Raw {
                content: "syslog",
                position: (37, 50),
               },
              ],
              position: (37, 49),
             },
            ],
            position: (37, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (37, 62),
               },
              ],
              position: (37, 61),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (37, 73),
               },
              ],
              position: (37, 72),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (37, 81),
               },
              ],
              position: (37, 80),
             },
             String {
              parts: [],
              position: (37, 90),
             },
             String {
              parts: [
               Raw {
                content: "syslog",
                position: (37, 94),
               },
              ],
              position: (37, 93),
             },
            ],
            position: (37, 59),
           },
          ],
         },
         position: (37, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (38, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (38, 31),
               },
              ],
              position: (38, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (38, 42),
               },
              ],
              position: (38, 41),
             },
             String {
              parts: [
               Raw {
                content: "databases",
                position: (38, 50),
               },
              ],
              position: (38, 49),
             },
            ],
            position: (38, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (38, 65),
               },
              ],
              position: (38, 64),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (38, 76),
               },
              ],
              position: (38, 75),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (38, 84),
               },
              ],
              position: (38, 83),
             },
             String {
              parts: [],
              position: (38, 93),
             },
             String {
              parts: [
               Raw {
                content: "databases",
                position: (38, 97),
               },
              ],
              position: (38, 96),
             },
            ],
            position: (38, 62),
           },
          ],
         },
         position: (38, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (39, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (39, 31),
               },
              ],
              position: (39, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (39, 42),
               },
              ],
              position: (39, 41),
             },
             String {
              parts: [
               Raw {
                content: "maxclients",
                position: (39, 50),
               },
              ],
              position: (39, 49),
             },
            ],
            position: (39, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (39, 66),
               },
              ],
              position: (39, 65),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (39, 77),
               },
              ],
              position: (39, 76),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (39, 85),
               },
              ],
              position: (39, 84),
             },
             String {
              parts: [],
              position: (39, 94),
             },
             String {
              parts: [
               Raw {
                content: "maxclients",
                position: (39, 98),
               },
              ],
              position: (39, 97),
             },
            ],
            position: (39, 63),
           },
          ],
         },
         position: (39, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (40, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (40, 31),
               },
              ],
              position: (40, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (40, 42),
               },
              ],
              position: (40, 41),
             },
             String {
              parts: [
               Raw {
                content: "save",
                position: (40, 50),
               },
              ],
              position: (40, 49),
             },
            ],
            position: (40, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (40, 60),
               },
              ],
              position: (40, 59),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (40, 71),
               },
              ],
              position: (40, 70),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (40, 79),
               },
              ],
              position: (40, 78),
             },
             String {
              parts: [],
              position: (40, 88),
             },
             String {
              parts: [
               Raw {
                content: "save",
                position: (40, 92),
               },
              ],
              position: (40, 91),
             },
            ],
            position: (40, 57),
           },
          ],
         },
         position: (40, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (41, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (41, 31),
               },
              ],
              position: (41, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (41, 42),
               },
              ],
              position: (41, 41),
             },
             String {
              parts: [
               Raw {
                content: "slaveOf",
                position: (41, 50),
               },
              ],
              position: (41, 49),
             },
            ],
            position: (41, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (41, 63),
               },
              ],
              position: (41, 62),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (41, 74),
               },
              ],
              position: (41, 73),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (41, 82),
               },
              ],
              position: (41, 81),
             },
             String {
              parts: [],
              position: (41, 91),
             },
             String {
              parts: [
               Raw {
                content: "slaveOf",
                position: (41, 95),
               },
              ],
              position: (41, 94),
             },
            ],
            position: (41, 60),
           },
          ],
         },
         position: (41, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (42, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (42, 31),
               },
              ],
              position: (42, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (42, 42),
               },
              ],
              position: (42, 41),
             },
             String {
              parts: [
               Raw {
                content: "masterAuth",
                position: (42, 50),
               },
              ],
              position: (42, 49),
             },
            ],
            position: (42, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (42, 66),
               },
              ],
              position: (42, 65),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (42, 77),
               },
              ],
              position: (42, 76),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (42, 85),
               },
              ],
              position: (42, 84),
             },
             String {
              parts: [],
              position: (42, 94),
             },
             String {
              parts: [
               Raw {
                content: "masterAuth",
                position: (42, 98),
               },
              ],
              position: (42, 97),
             },
            ],
            position: (42, 63),
           },
          ],
         },
         position: (42, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (43, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (43, 31),
               },
              ],
              position: (43, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (43, 42),
               },
              ],
              position: (43, 41),
             },
             String {
              parts: [
               Raw {
                content: "requirePass",
                position: (43, 50),
               },
              ],
              position: (43, 49),
             },
            ],
            position: (43, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (43, 67),
               },
              ],
              position: (43, 66),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (43, 78),
               },
              ],
              position: (43, 77),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (43, 86),
               },
              ],
              position: (43, 85),
             },
             String {
              parts: [],
              position: (43, 95),
             },
             String {
              parts: [
               Raw {
                content: "requirePass",
                position: (43, 99),
               },
              ],
              position: (43, 98),
             },
            ],
            position: (43, 64),
           },
          ],
         },
         position: (43, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (44, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (44, 31),
               },
              ],
              position: (44, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (44, 42),
               },
              ],
              position: (44, 41),
             },
             String {
              parts: [
               Raw {
                content: "requirePassFile",
                position: (44, 50),
               },
              ],
              position: (44, 49),
             },
            ],
            position: (44, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (44, 71),
               },
              ],
              position: (44, 70),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (44, 82),
               },
              ],
              position: (44, 81),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (44, 90),
               },
              ],
              position: (44, 89),
             },
             String {
              parts: [],
              position: (44, 99),
             },
             String {
              parts: [
               Raw {
                content: "requirePassFile",
                position: (44, 103),
               },
              ],
              position: (44, 102),
             },
            ],
            position: (44, 68),
           },
          ],
         },
         position: (44, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (45, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (45, 31),
               },
              ],
              position: (45, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (45, 42),
               },
              ],
              position: (45, 41),
             },
             String {
              parts: [
               Raw {
                content: "appendOnly",
                position: (45, 50),
               },
              ],
              position: (45, 49),
             },
            ],
            position: (45, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (45, 66),
               },
              ],
              position: (45, 65),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (45, 77),
               },
              ],
              position: (45, 76),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (45, 85),
               },
              ],
              position: (45, 84),
             },
             String {
              parts: [],
              position: (45, 94),
             },
             String {
              parts: [
               Raw {
                content: "appendOnly",
                position: (45, 98),
               },
              ],
              position: (45, 97),
             },
            ],
            position: (45, 63),
           },
          ],
         },
         position: (45, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (46, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (46, 31),
               },
              ],
              position: (46, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (46, 42),
               },
              ],
              position: (46, 41),
             },
             String {
              parts: [
               Raw {
                content: "appendFsync",
                position: (46, 50),
               },
              ],
              position: (46, 49),
             },
            ],
            position: (46, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (46, 67),
               },
              ],
              position: (46, 66),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (46, 78),
               },
              ],
              position: (46, 77),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (46, 86),
               },
              ],
              position: (46, 85),
             },
             String {
              parts: [],
              position: (46, 95),
             },
             String {
              parts: [
               Raw {
                content: "appendFsync",
                position: (46, 99),
               },
              ],
              position: (46, 98),
             },
            ],
            position: (46, 64),
           },
          ],
         },
         position: (46, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (47, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (47, 31),
               },
              ],
              position: (47, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (47, 42),
               },
              ],
              position: (47, 41),
             },
             String {
              parts: [
               Raw {
                content: "slowLogLogSlowerThan",
                position: (47, 50),
               },
              ],
              position: (47, 49),
             },
            ],
            position: (47, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (47, 76),
               },
              ],
              position: (47, 75),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (47, 87),
               },
              ],
              position: (47, 86),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (47, 95),
               },
              ],
              position: (47, 94),
             },
             String {
              parts: [],
              position: (47, 104),
             },
             String {
              parts: [
               Raw {
                content: "slowLogLogSlowerThan",
                position: (47, 108),
               },
              ],
              position: (47, 107),
             },
            ],
            position: (47, 73),
           },
          ],
         },
         position: (47, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (48, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (48, 31),
               },
              ],
              position: (48, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (48, 42),
               },
              ],
              position: (48, 41),
             },
             String {
              parts: [
               Raw {
                content: "slowLogMaxLen",
                position: (48, 50),
               },
              ],
              position: (48, 49),
             },
            ],
            position: (48, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (48, 69),
               },
              ],
              position: (48, 68),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (48, 80),
               },
              ],
              position: (48, 79),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (48, 88),
               },
              ],
              position: (48, 87),
             },
             String {
              parts: [],
              position: (48, 97),
             },
             String {
              parts: [
               Raw {
                content: "slowLogMaxLen",
                position: (48, 101),
               },
              ],
              position: (48, 100),
             },
            ],
            position: (48, 66),
           },
          ],
         },
         position: (48, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (49, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (49, 31),
               },
              ],
              position: (49, 30),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (49, 42),
               },
              ],
              position: (49, 41),
             },
             String {
              parts: [
               Raw {
                content: "settings",
                position: (49, 50),
               },
              ],
              position: (49, 49),
             },
            ],
            position: (49, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (49, 64),
               },
              ],
              position: (49, 63),
             },
             String {
              parts: [
               Raw {
                content: "redis",
                position: (49, 75),
               },
              ],
              position: (49, 74),
             },
             String {
              parts: [
               Raw {
                content: "servers",
                position: (49, 83),
               },
              ],
              position: (49, 82),
             },
             String {
              parts: [],
              position: (49, 92),
             },
             String {
              parts: [
               Raw {
                content: "settings",
                position: (49, 96),
               },
              ],
              position: (49, 95),
             },
            ],
            position: (49, 61),
           },
          ],
         },
         position: (49, 5),
        },
       ],
       position: (22, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (54, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (56, 5),
           },
           Raw {
            content: "redis",
            position: (56, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "package",
               position: (57, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (57, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (58, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (58, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (58, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (59, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (59, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "redis",
                     position: (59, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "defaultText",
                    position: (60, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (60, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.redis",
                      position: (60, 42),
                     },
                    ],
                    position: (60, 41),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (61, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Which Redis derivation to use.",
                    position: (61, 24),
                   },
                  ],
                  position: (61, 23),
                 },
                },
               ],
               recursive: false,
               position: (57, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "vmOverCommit",
               position: (64, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (64, 22),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "setting of vm.overcommit_memory to 1\n(Suggested for Background Saving: http://redis.io/topics/faq)\n",
                 position: (65, 1),
                },
               ],
               position: (64, 37),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "servers",
               position: (69, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (69, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (70, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (70, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "attrsOf",
                    position: (70, 28),
                   },
                   arguments: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "submodule",
                       position: (70, 37),
                      },
                      arguments: [
                       Parentheses {
                        expression: Function {
                         argument: Destructured {
                          identifier: RightAt(
                           "args",
                          ),
                          arguments: [
                           DestructuredArgument {
                            identifier: "config",
                            default: None,
                           },
                           DestructuredArgument {
                            identifier: "name",
                            default: None,
                           },
                          ],
                          ellipsis: true,
                         },
                         definition: Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "options",
                               position: (71, 11),
                              },
                             ],
                            },
                            to: Map {
                             bindings: [
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "enable",
                                  position: (72, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkEnableOption",
                                 position: (72, 22),
                                },
                                arguments: [
                                 String {
                                  parts: [
                                   Raw {
                                    content: "Redis server.\n\nNote that the NixOS module for Redis disables kernel support\nfor Transparent Huge Pages (THP),\nbecause this features causes major performance problems for Redis,\ne.g. (https://redis.io/topics/latency).\n",
                                    position: (73, 1),
                                   },
                                  ],
                                  position: (72, 37),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "user",
                                  position: (81, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (81, 20),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (82, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (82, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "str",
                                        position: (82, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (83, 15),
                                      },
                                     ],
                                    },
                                    to: FunctionApplication {
                                     function: Variable {
                                      identifier: "redisName",
                                      position: (83, 25),
                                     },
                                     arguments: [
                                      Variable {
                                       identifier: "name",
                                       position: (83, 35),
                                      },
                                     ],
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "defaultText",
                                       position: (84, 15),
                                      },
                                     ],
                                    },
                                    to: FunctionApplication {
                                     function: Variable {
                                      identifier: "literalExpression",
                                      position: (84, 29),
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "if name == \"\" then \"redis\" else \"redis-",
                                         position: (85, 1),
                                        },
                                        Raw {
                                         content: "$",
                                         position: (85, 56),
                                        },
                                        Raw {
                                         content: "{name}\"\n",
                                         position: (85, 59),
                                        },
                                       ],
                                       position: (84, 47),
                                      },
                                     ],
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (87, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "The username and groupname for redis-server.",
                                       position: (87, 30),
                                      },
                                     ],
                                     position: (87, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (81, 29),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "port",
                                  position: (90, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (90, 20),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (91, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (91, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "port",
                                        position: (91, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (92, 15),
                                      },
                                     ],
                                    },
                                    to: IfThenElse {
                                     predicate: BinaryOperation {
                                      operator: EqualTo,
                                      operands: [
                                       Variable {
                                        identifier: "name",
                                        position: (92, 28),
                                       },
                                       String {
                                        parts: [],
                                        position: (92, 36),
                                       },
                                      ],
                                      position: (92, 33),
                                     },
                                     then: Int {
                                      value: 6379,
                                      position: (92, 44),
                                     },
                                     else_: Int {
                                      value: 0,
                                      position: (92, 54),
                                     },
                                     position: (92, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "defaultText",
                                       position: (93, 15),
                                      },
                                     ],
                                    },
                                    to: FunctionApplication {
                                     function: Variable {
                                      identifier: "literalExpression",
                                      position: (93, 29),
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "if name == \"\" then 6379 else 0",
                                         position: (93, 49),
                                        },
                                       ],
                                       position: (93, 47),
                                      },
                                     ],
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (94, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "The TCP port to accept connections.\nIf port 0 is specified Redis will not listen on a TCP socket.\n",
                                       position: (95, 1),
                                      },
                                     ],
                                     position: (94, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (90, 29),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "openFirewall",
                                  position: (100, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (100, 28),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (101, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (101, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "bool",
                                        position: (101, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (102, 15),
                                      },
                                     ],
                                    },
                                    to: Variable {
                                     identifier: "false",
                                     position: (102, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (103, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Whether to open ports in the firewall for the server.\n",
                                       position: (104, 1),
                                      },
                                     ],
                                     position: (103, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (100, 37),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "bind",
                                  position: (108, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (108, 20),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (109, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (109, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "nullOr",
                                       position: (109, 34),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "str",
                                        position: (109, 41),
                                       },
                                      ],
                                     },
                                     position: (109, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (110, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "127.0.0.1",
                                       position: (110, 26),
                                      },
                                     ],
                                     position: (110, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (111, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "The IP interface to bind to.\n<literal>null</literal> means \"all interfaces\".\n",
                                       position: (112, 1),
                                      },
                                     ],
                                     position: (111, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (115, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "192.0.2.1",
                                       position: (115, 26),
                                      },
                                     ],
                                     position: (115, 25),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (108, 29),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "unixSocket",
                                  position: (118, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (118, 26),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (119, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (119, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "nullOr",
                                       position: (119, 34),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "path",
                                        position: (119, 41),
                                       },
                                      ],
                                     },
                                     position: (119, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (120, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "/run/",
                                       position: (120, 26),
                                      },
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "redisName",
                                         position: (120, 33),
                                        },
                                        arguments: [
                                         Variable {
                                          identifier: "name",
                                          position: (120, 43),
                                         },
                                        ],
                                       },
                                      },
                                      Raw {
                                       content: "/redis.sock",
                                       position: (120, 48),
                                      },
                                     ],
                                     position: (120, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "defaultText",
                                       position: (121, 15),
                                      },
                                     ],
                                    },
                                    to: FunctionApplication {
                                     function: Variable {
                                      identifier: "literalExpression",
                                      position: (121, 29),
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "if name == \"\" then \"/run/redis/redis.sock\" else \"/run/redis-",
                                         position: (122, 1),
                                        },
                                        Raw {
                                         content: "$",
                                         position: (122, 77),
                                        },
                                        Raw {
                                         content: "{name}/redis.sock\"\n",
                                         position: (122, 80),
                                        },
                                       ],
                                       position: (121, 47),
                                      },
                                     ],
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (124, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "The path to the socket to bind to.",
                                       position: (124, 30),
                                      },
                                     ],
                                     position: (124, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (118, 35),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "unixSocketPerm",
                                  position: (127, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (127, 30),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (128, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (128, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "int",
                                        position: (128, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (129, 15),
                                      },
                                     ],
                                    },
                                    to: Int {
                                     value: 660,
                                     position: (129, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (130, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Change permissions for the socket",
                                       position: (130, 30),
                                      },
                                     ],
                                     position: (130, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (131, 15),
                                      },
                                     ],
                                    },
                                    to: Int {
                                     value: 600,
                                     position: (131, 25),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (127, 39),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "logLevel",
                                  position: (134, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (134, 24),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (135, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (135, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "str",
                                        position: (135, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (136, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "notice",
                                       position: (136, 26),
                                      },
                                     ],
                                     position: (136, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (137, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "debug",
                                       position: (137, 26),
                                      },
                                     ],
                                     position: (137, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (138, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Specify the server verbosity level, options: debug, verbose, notice, warning.",
                                       position: (138, 30),
                                      },
                                     ],
                                     position: (138, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (134, 33),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "logfile",
                                  position: (141, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (141, 23),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (142, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (142, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "str",
                                        position: (142, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (143, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "/dev/null",
                                       position: (143, 26),
                                      },
                                     ],
                                     position: (143, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (144, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Specify the log file name. Also 'stdout' can be used to force Redis to log on the standard output.",
                                       position: (144, 30),
                                      },
                                     ],
                                     position: (144, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (145, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "/var/log/redis.log",
                                       position: (145, 26),
                                      },
                                     ],
                                     position: (145, 25),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (141, 32),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "syslog",
                                  position: (148, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (148, 22),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (149, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (149, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "bool",
                                        position: (149, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (150, 15),
                                      },
                                     ],
                                    },
                                    to: Variable {
                                     identifier: "true",
                                     position: (150, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (151, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Enable logging to the system logger.",
                                       position: (151, 30),
                                      },
                                     ],
                                     position: (151, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (148, 31),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "databases",
                                  position: (154, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (154, 25),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (155, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (155, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "int",
                                        position: (155, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (156, 15),
                                      },
                                     ],
                                    },
                                    to: Int {
                                     value: 16,
                                     position: (156, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (157, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Set the number of databases.",
                                       position: (157, 30),
                                      },
                                     ],
                                     position: (157, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (154, 34),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "maxclients",
                                  position: (160, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (160, 26),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (161, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (161, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "int",
                                        position: (161, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (162, 15),
                                      },
                                     ],
                                    },
                                    to: Int {
                                     value: 10000,
                                     position: (162, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (163, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Set the max number of connected clients at the same time.",
                                       position: (163, 30),
                                      },
                                     ],
                                     position: (163, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (160, 35),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "save",
                                  position: (166, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (166, 20),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (167, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (167, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "listOf",
                                       position: (167, 34),
                                      },
                                      arguments: [
                                       Parentheses {
                                        expression: FunctionApplication {
                                         function: Variable {
                                          identifier: "listOf",
                                          position: (167, 42),
                                         },
                                         arguments: [
                                          Variable {
                                           identifier: "int",
                                           position: (167, 49),
                                          },
                                         ],
                                        },
                                        position: (167, 41),
                                       },
                                      ],
                                     },
                                     position: (167, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (168, 15),
                                      },
                                     ],
                                    },
                                    to: List {
                                     elements: [
                                      List {
                                       elements: [
                                        Int {
                                         value: 900,
                                         position: (168, 28),
                                        },
                                        Int {
                                         value: 1,
                                         position: (168, 32),
                                        },
                                       ],
                                       position: (168, 27),
                                      },
                                      List {
                                       elements: [
                                        Int {
                                         value: 300,
                                         position: (168, 36),
                                        },
                                        Int {
                                         value: 10,
                                         position: (168, 40),
                                        },
                                       ],
                                       position: (168, 35),
                                      },
                                      List {
                                       elements: [
                                        Int {
                                         value: 60,
                                         position: (168, 45),
                                        },
                                        Int {
                                         value: 10000,
                                         position: (168, 48),
                                        },
                                       ],
                                       position: (168, 44),
                                      },
                                     ],
                                     position: (168, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (169, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "The schedule in which data is persisted to disk, represented as a list of lists where the first element represent the amount of seconds and the second the number of changes.",
                                       position: (169, 30),
                                      },
                                     ],
                                     position: (169, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (166, 29),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "slaveOf",
                                  position: (172, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (172, 23),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (173, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (173, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "nullOr",
                                       position: (173, 34),
                                      },
                                      arguments: [
                                       Parentheses {
                                        expression: FunctionApplication {
                                         function: Variable {
                                          identifier: "submodule",
                                          position: (173, 42),
                                         },
                                         arguments: [
                                          Parentheses {
                                           expression: Function {
                                            argument: Destructured {
                                             identifier: None,
                                             arguments: [],
                                             ellipsis: true,
                                            },
                                            definition: Map {
                                             bindings: [
                                              Binding {
                                               from: AttributePath {
                                                parts: [
                                                 Raw {
                                                  content: "options",
                                                  position: (174, 17),
                                                 },
                                                ],
                                               },
                                               to: Map {
                                                bindings: [
                                                 Binding {
                                                  from: AttributePath {
                                                   parts: [
                                                    Raw {
                                                     content: "ip",
                                                     position: (175, 19),
                                                    },
                                                   ],
                                                  },
                                                  to: FunctionApplication {
                                                   function: Variable {
                                                    identifier: "mkOption",
                                                    position: (175, 24),
                                                   },
                                                   arguments: [
                                                    Map {
                                                     bindings: [
                                                      Binding {
                                                       from: AttributePath {
                                                        parts: [
                                                         Raw {
                                                          content: "type",
                                                          position: (176, 21),
                                                         },
                                                        ],
                                                       },
                                                       to: Variable {
                                                        identifier: "str",
                                                        position: (176, 28),
                                                       },
                                                      },
                                                      Binding {
                                                       from: AttributePath {
                                                        parts: [
                                                         Raw {
                                                          content: "description",
                                                          position: (177, 21),
                                                         },
                                                        ],
                                                       },
                                                       to: String {
                                                        parts: [
                                                         Raw {
                                                          content: "IP of the Redis master",
                                                          position: (177, 36),
                                                         },
                                                        ],
                                                        position: (177, 35),
                                                       },
                                                      },
                                                      Binding {
                                                       from: AttributePath {
                                                        parts: [
                                                         Raw {
                                                          content: "example",
                                                          position: (178, 21),
                                                         },
                                                        ],
                                                       },
                                                       to: String {
                                                        parts: [
                                                         Raw {
                                                          content: "192.168.1.100",
                                                          position: (178, 32),
                                                         },
                                                        ],
                                                        position: (178, 31),
                                                       },
                                                      },
                                                     ],
                                                     recursive: false,
                                                     position: (175, 33),
                                                    },
                                                   ],
                                                  },
                                                 },
                                                 Binding {
                                                  from: AttributePath {
                                                   parts: [
                                                    Raw {
                                                     content: "port",
                                                     position: (181, 19),
                                                    },
                                                   ],
                                                  },
                                                  to: FunctionApplication {
                                                   function: Variable {
                                                    identifier: "mkOption",
                                                    position: (181, 26),
                                                   },
                                                   arguments: [
                                                    Map {
                                                     bindings: [
                                                      Binding {
                                                       from: AttributePath {
                                                        parts: [
                                                         Raw {
                                                          content: "type",
                                                          position: (182, 21),
                                                         },
                                                        ],
                                                       },
                                                       to: Variable {
                                                        identifier: "port",
                                                        position: (182, 28),
                                                       },
                                                      },
                                                      Binding {
                                                       from: AttributePath {
                                                        parts: [
                                                         Raw {
                                                          content: "description",
                                                          position: (183, 21),
                                                         },
                                                        ],
                                                       },
                                                       to: String {
                                                        parts: [
                                                         Raw {
                                                          content: "port of the Redis master",
                                                          position: (183, 36),
                                                         },
                                                        ],
                                                        position: (183, 35),
                                                       },
                                                      },
                                                      Binding {
                                                       from: AttributePath {
                                                        parts: [
                                                         Raw {
                                                          content: "default",
                                                          position: (184, 21),
                                                         },
                                                        ],
                                                       },
                                                       to: Int {
                                                        value: 6379,
                                                        position: (184, 31),
                                                       },
                                                      },
                                                     ],
                                                     recursive: false,
                                                     position: (181, 35),
                                                    },
                                                   ],
                                                  },
                                                 },
                                                ],
                                                recursive: false,
                                                position: (174, 27),
                                               },
                                              },
                                             ],
                                             recursive: false,
                                             position: (173, 62),
                                            },
                                            position: (173, 53),
                                           },
                                           position: (173, 52),
                                          },
                                         ],
                                        },
                                        position: (173, 41),
                                       },
                                      ],
                                     },
                                     position: (173, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (189, 15),
                                      },
                                     ],
                                    },
                                    to: Variable {
                                     identifier: "null",
                                     position: (189, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (190, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "IP and port to which this redis instance acts as a slave.",
                                       position: (190, 30),
                                      },
                                     ],
                                     position: (190, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (191, 15),
                                      },
                                     ],
                                    },
                                    to: Map {
                                     bindings: [
                                      Binding {
                                       from: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "ip",
                                          position: (191, 27),
                                         },
                                        ],
                                       },
                                       to: String {
                                        parts: [
                                         Raw {
                                          content: "192.168.1.100",
                                          position: (191, 33),
                                         },
                                        ],
                                        position: (191, 32),
                                       },
                                      },
                                      Binding {
                                       from: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "port",
                                          position: (191, 49),
                                         },
                                        ],
                                       },
                                       to: Int {
                                        value: 6379,
                                        position: (191, 56),
                                       },
                                      },
                                     ],
                                     recursive: false,
                                     position: (191, 25),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (172, 32),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "masterAuth",
                                  position: (194, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (194, 26),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (195, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (195, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "nullOr",
                                       position: (195, 34),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "str",
                                        position: (195, 41),
                                       },
                                      ],
                                     },
                                     position: (195, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (196, 15),
                                      },
                                     ],
                                    },
                                    to: Variable {
                                     identifier: "null",
                                     position: (196, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (197, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "If the master is password protected (using the requirePass configuration)\n              it is possible to tell the slave to authenticate before starting the replication synchronization\n              process, otherwise the master will refuse the slave request.\n              (STORED PLAIN TEXT, WORLD-READABLE IN NIX STORE)",
                                       position: (197, 31),
                                      },
                                     ],
                                     position: (197, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (194, 35),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "requirePass",
                                  position: (203, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (203, 27),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (204, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (204, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "nullOr",
                                       position: (204, 34),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "str",
                                        position: (204, 41),
                                       },
                                      ],
                                     },
                                     position: (204, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (205, 15),
                                      },
                                     ],
                                    },
                                    to: Variable {
                                     identifier: "null",
                                     position: (205, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (206, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Password for database (STORED PLAIN TEXT, WORLD-READABLE IN NIX STORE).\nUse requirePassFile to store it outside of the nix store in a dedicated file.\n",
                                       position: (207, 1),
                                      },
                                     ],
                                     position: (206, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (210, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "letmein!",
                                       position: (210, 26),
                                      },
                                     ],
                                     position: (210, 25),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (203, 36),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "requirePassFile",
                                  position: (213, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (213, 31),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (214, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (214, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "nullOr",
                                       position: (214, 34),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "path",
                                        position: (214, 41),
                                       },
                                      ],
                                     },
                                     position: (214, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (215, 15),
                                      },
                                     ],
                                    },
                                    to: Variable {
                                     identifier: "null",
                                     position: (215, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (216, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "File with password for the database.",
                                       position: (216, 30),
                                      },
                                     ],
                                     position: (216, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (217, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "/run/keys/redis-password",
                                       position: (217, 26),
                                      },
                                     ],
                                     position: (217, 25),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (213, 40),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "appendOnly",
                                  position: (220, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (220, 26),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (221, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (221, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "bool",
                                        position: (221, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (222, 15),
                                      },
                                     ],
                                    },
                                    to: Variable {
                                     identifier: "false",
                                     position: (222, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (223, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "By default data is only periodically persisted to disk, enable this option to use an append-only file for improved persistence.",
                                       position: (223, 30),
                                      },
                                     ],
                                     position: (223, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (220, 35),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "appendFsync",
                                  position: (226, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (226, 27),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (227, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (227, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "str",
                                        position: (227, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (228, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "everysec",
                                       position: (228, 26),
                                      },
                                     ],
                                     position: (228, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (229, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "How often to fsync the append-only log, options: no, always, everysec.",
                                       position: (229, 30),
                                      },
                                     ],
                                     position: (229, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (226, 36),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "slowLogLogSlowerThan",
                                  position: (232, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (232, 36),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (233, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (233, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "int",
                                        position: (233, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (234, 15),
                                      },
                                     ],
                                    },
                                    to: Int {
                                     value: 10000,
                                     position: (234, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (235, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Log queries whose execution take longer than X in milliseconds.",
                                       position: (235, 30),
                                      },
                                     ],
                                     position: (235, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (236, 15),
                                      },
                                     ],
                                    },
                                    to: Int {
                                     value: 1000,
                                     position: (236, 25),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (232, 45),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "slowLogMaxLen",
                                  position: (239, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (239, 29),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (240, 15),
                                      },
                                     ],
                                    },
                                    to: PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (240, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "int",
                                        position: (240, 28),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (241, 15),
                                      },
                                     ],
                                    },
                                    to: Int {
                                     value: 128,
                                     position: (241, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (242, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Maximum number of items to keep in slow log.",
                                       position: (242, 30),
                                      },
                                     ],
                                     position: (242, 29),
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (239, 38),
                                 },
                                ],
                               },
                              },
                              Binding {
                               from: AttributePath {
                                parts: [
                                 Raw {
                                  content: "settings",
                                  position: (245, 13),
                                 },
                                ],
                               },
                               to: FunctionApplication {
                                function: Variable {
                                 identifier: "mkOption",
                                 position: (245, 24),
                                },
                                arguments: [
                                 Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "type",
                                       position: (247, 15),
                                      },
                                     ],
                                    },
                                    to: With {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (247, 27),
                                     },
                                     target: FunctionApplication {
                                      function: Variable {
                                       identifier: "attrsOf",
                                       position: (247, 34),
                                      },
                                      arguments: [
                                       Parentheses {
                                        expression: FunctionApplication {
                                         function: Variable {
                                          identifier: "oneOf",
                                          position: (247, 43),
                                         },
                                         arguments: [
                                          List {
                                           elements: [
                                            Variable {
                                             identifier: "bool",
                                             position: (247, 51),
                                            },
                                            Variable {
                                             identifier: "int",
                                             position: (247, 56),
                                            },
                                            Variable {
                                             identifier: "str",
                                             position: (247, 60),
                                            },
                                            Parentheses {
                                             expression: FunctionApplication {
                                              function: Variable {
                                               identifier: "listOf",
                                               position: (247, 65),
                                              },
                                              arguments: [
                                               Variable {
                                                identifier: "str",
                                                position: (247, 72),
                                               },
                                              ],
                                             },
                                             position: (247, 64),
                                            },
                                           ],
                                           position: (247, 49),
                                          },
                                         ],
                                        },
                                        position: (247, 42),
                                       },
                                      ],
                                     },
                                     position: (247, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "default",
                                       position: (248, 15),
                                      },
                                     ],
                                    },
                                    to: Map {
                                     bindings: [],
                                     recursive: false,
                                     position: (248, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "description",
                                       position: (249, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "Redis configuration. Refer to\n<link xlink:href=\"https://redis.io/topics/config\"/>\nfor details on supported values.\n",
                                       position: (250, 1),
                                      },
                                     ],
                                     position: (249, 29),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "example",
                                       position: (254, 15),
                                      },
                                     ],
                                    },
                                    to: FunctionApplication {
                                     function: Variable {
                                      identifier: "literalExpression",
                                      position: (254, 25),
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "{\n  loadmodule = [ \"/path/to/my_module.so\" \"/path/to/other_module.so\" ];\n}\n",
                                         position: (255, 1),
                                        },
                                       ],
                                       position: (254, 43),
                                      },
                                     ],
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (245, 33),
                                 },
                                ],
                               },
                              },
                             ],
                             recursive: false,
                             position: (71, 21),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "config",
                               position: (261, 11),
                              },
                              Raw {
                               content: "settings",
                               position: (261, 18),
                              },
                             ],
                            },
                            to: FunctionApplication {
                             function: Variable {
                              identifier: "mkMerge",
                              position: (261, 29),
                             },
                             arguments: [
                              List {
                               elements: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "port",
                                      position: (263, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (263, 22),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "port",
                                       position: (263, 29),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "daemonize",
                                      position: (264, 15),
                                     },
                                    ],
                                   },
                                   to: Variable {
                                    identifier: "false",
                                    position: (264, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "supervised",
                                      position: (265, 15),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "systemd",
                                      position: (265, 29),
                                     },
                                    ],
                                    position: (265, 28),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "loglevel",
                                      position: (266, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (266, 26),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "logLevel",
                                       position: (266, 33),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "logfile",
                                      position: (267, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (267, 25),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "logfile",
                                       position: (267, 32),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "syslog-enabled",
                                      position: (268, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (268, 32),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "syslog",
                                       position: (268, 39),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "databases",
                                      position: (269, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (269, 27),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "databases",
                                       position: (269, 34),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "maxclients",
                                      position: (270, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (270, 28),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "maxclients",
                                       position: (270, 35),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "save",
                                      position: (271, 15),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "map",
                                     position: (271, 22),
                                    },
                                    arguments: [
                                     Parentheses {
                                      expression: Function {
                                       argument: Simple {
                                        identifier: "d",
                                       },
                                       definition: String {
                                        parts: [
                                         Expression {
                                          expression: FunctionApplication {
                                           function: Variable {
                                            identifier: "toString",
                                            position: (271, 33),
                                           },
                                           arguments: [
                                            Parentheses {
                                             expression: FunctionApplication {
                                              function: PropertyAccess {
                                               expression: Variable {
                                                identifier: "builtins",
                                                position: (271, 43),
                                               },
                                               attribute_path: AttributePath {
                                                parts: [
                                                 Raw {
                                                  content: "elemAt",
                                                  position: (271, 52),
                                                 },
                                                ],
                                               },
                                               default: None,
                                              },
                                              arguments: [
                                               Variable {
                                                identifier: "d",
                                                position: (271, 59),
                                               },
                                               Int {
                                                value: 0,
                                                position: (271, 61),
                                               },
                                              ],
                                             },
                                             position: (271, 42),
                                            },
                                           ],
                                          },
                                         },
                                         Raw {
                                          content: " ",
                                          position: (271, 64),
                                         },
                                         Expression {
                                          expression: FunctionApplication {
                                           function: Variable {
                                            identifier: "toString",
                                            position: (271, 67),
                                           },
                                           arguments: [
                                            Parentheses {
                                             expression: FunctionApplication {
                                              function: PropertyAccess {
                                               expression: Variable {
                                                identifier: "builtins",
                                                position: (271, 77),
                                               },
                                               attribute_path: AttributePath {
                                                parts: [
                                                 Raw {
                                                  content: "elemAt",
                                                  position: (271, 86),
                                                 },
                                                ],
                                               },
                                               default: None,
                                              },
                                              arguments: [
                                               Variable {
                                                identifier: "d",
                                                position: (271, 93),
                                               },
                                               Int {
                                                value: 1,
                                                position: (271, 95),
                                               },
                                              ],
                                             },
                                             position: (271, 76),
                                            },
                                           ],
                                          },
                                         },
                                        ],
                                        position: (271, 30),
                                       },
                                       position: (271, 27),
                                      },
                                      position: (271, 26),
                                     },
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "config",
                                       position: (271, 101),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "save",
                                         position: (271, 108),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "dbfilename",
                                      position: (272, 15),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "dump.rdb",
                                      position: (272, 29),
                                     },
                                    ],
                                    position: (272, 28),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "dir",
                                      position: (273, 15),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "/var/lib/",
                                      position: (273, 22),
                                     },
                                     Expression {
                                      expression: FunctionApplication {
                                       function: Variable {
                                        identifier: "redisName",
                                        position: (273, 33),
                                       },
                                       arguments: [
                                        Variable {
                                         identifier: "name",
                                         position: (273, 43),
                                        },
                                       ],
                                      },
                                     },
                                    ],
                                    position: (273, 21),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "appendOnly",
                                      position: (274, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (274, 28),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "appendOnly",
                                       position: (274, 35),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "appendfsync",
                                      position: (275, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (275, 29),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "appendFsync",
                                       position: (275, 36),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "slowlog-log-slower-than",
                                      position: (276, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (276, 41),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "slowLogLogSlowerThan",
                                       position: (276, 48),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "slowlog-max-len",
                                      position: (277, 15),
                                     },
                                    ],
                                   },
                                   to: PropertyAccess {
                                    expression: Variable {
                                     identifier: "config",
                                     position: (277, 33),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "slowLogMaxLen",
                                       position: (277, 40),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (262, 13),
                                },
                                Parentheses {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "mkIf",
                                   position: (279, 14),
                                  },
                                  arguments: [
                                   Parentheses {
                                    expression: BinaryOperation {
                                     operator: NotEqualTo,
                                     operands: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (279, 20),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "bind",
                                          position: (279, 27),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      Variable {
                                       identifier: "null",
                                       position: (279, 35),
                                      },
                                     ],
                                     position: (279, 32),
                                    },
                                    position: (279, 19),
                                   },
                                   Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "bind",
                                         position: (279, 43),
                                        },
                                       ],
                                      },
                                      to: PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (279, 50),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "bind",
                                          position: (279, 57),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (279, 41),
                                   },
                                  ],
                                 },
                                 position: (279, 13),
                                },
                                Parentheses {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "mkIf",
                                   position: (280, 14),
                                  },
                                  arguments: [
                                   Parentheses {
                                    expression: BinaryOperation {
                                     operator: NotEqualTo,
                                     operands: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (280, 20),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "unixSocket",
                                          position: (280, 27),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      Variable {
                                       identifier: "null",
                                       position: (280, 41),
                                      },
                                     ],
                                     position: (280, 38),
                                    },
                                    position: (280, 19),
                                   },
                                   Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "unixsocket",
                                         position: (281, 15),
                                        },
                                       ],
                                      },
                                      to: PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (281, 28),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "unixSocket",
                                          position: (281, 35),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "unixsocketperm",
                                         position: (282, 15),
                                        },
                                       ],
                                      },
                                      to: FunctionApplication {
                                       function: Variable {
                                        identifier: "toString",
                                        position: (282, 32),
                                       },
                                       arguments: [
                                        PropertyAccess {
                                         expression: Variable {
                                          identifier: "config",
                                          position: (282, 41),
                                         },
                                         attribute_path: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "unixSocketPerm",
                                            position: (282, 48),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                       ],
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (280, 47),
                                   },
                                  ],
                                 },
                                 position: (280, 13),
                                },
                                Parentheses {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "mkIf",
                                   position: (284, 14),
                                  },
                                  arguments: [
                                   Parentheses {
                                    expression: BinaryOperation {
                                     operator: NotEqualTo,
                                     operands: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (284, 20),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "slaveOf",
                                          position: (284, 27),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      Variable {
                                       identifier: "null",
                                       position: (284, 38),
                                      },
                                     ],
                                     position: (284, 35),
                                    },
                                    position: (284, 19),
                                   },
                                   Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "slaveof",
                                         position: (284, 46),
                                        },
                                       ],
                                      },
                                      to: String {
                                       parts: [
                                        Expression {
                                         expression: PropertyAccess {
                                          expression: Variable {
                                           identifier: "config",
                                           position: (284, 59),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "slaveOf",
                                             position: (284, 66),
                                            },
                                            Raw {
                                             content: "ip",
                                             position: (284, 74),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        },
                                        Raw {
                                         content: " ",
                                         position: (284, 77),
                                        },
                                        Expression {
                                         expression: FunctionApplication {
                                          function: Variable {
                                           identifier: "toString",
                                           position: (284, 80),
                                          },
                                          arguments: [
                                           PropertyAccess {
                                            expression: Variable {
                                             identifier: "config",
                                             position: (284, 89),
                                            },
                                            attribute_path: AttributePath {
                                             parts: [
                                              Raw {
                                               content: "slaveOf",
                                               position: (284, 96),
                                              },
                                              Raw {
                                               content: "port",
                                               position: (284, 104),
                                              },
                                             ],
                                            },
                                            default: None,
                                           },
                                          ],
                                         },
                                        },
                                       ],
                                       position: (284, 56),
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (284, 44),
                                   },
                                  ],
                                 },
                                 position: (284, 13),
                                },
                                Parentheses {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "mkIf",
                                   position: (285, 14),
                                  },
                                  arguments: [
                                   Parentheses {
                                    expression: BinaryOperation {
                                     operator: NotEqualTo,
                                     operands: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (285, 20),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "masterAuth",
                                          position: (285, 27),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      Variable {
                                       identifier: "null",
                                       position: (285, 41),
                                      },
                                     ],
                                     position: (285, 38),
                                    },
                                    position: (285, 19),
                                   },
                                   Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "masterauth",
                                         position: (285, 49),
                                        },
                                       ],
                                      },
                                      to: PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (285, 62),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "masterAuth",
                                          position: (285, 69),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (285, 47),
                                   },
                                  ],
                                 },
                                 position: (285, 13),
                                },
                                Parentheses {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "mkIf",
                                   position: (286, 14),
                                  },
                                  arguments: [
                                   Parentheses {
                                    expression: BinaryOperation {
                                     operator: NotEqualTo,
                                     operands: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (286, 20),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "requirePass",
                                          position: (286, 27),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      Variable {
                                       identifier: "null",
                                       position: (286, 42),
                                      },
                                     ],
                                     position: (286, 39),
                                    },
                                    position: (286, 19),
                                   },
                                   Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "requirepass",
                                         position: (286, 50),
                                        },
                                       ],
                                      },
                                      to: PropertyAccess {
                                       expression: Variable {
                                        identifier: "config",
                                        position: (286, 64),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "requirePass",
                                          position: (286, 71),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (286, 48),
                                   },
                                  ],
                                 },
                                 position: (286, 13),
                                },
                               ],
                               position: (261, 37),
                              },
                             ],
                            },
                           },
                          ],
                          recursive: false,
                          position: (70, 74),
                         },
                         position: (70, 48),
                        },
                        position: (70, 47),
                       },
                      ],
                     },
                     position: (70, 36),
                    },
                   ],
                  },
                  position: (70, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (289, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Configuration of multiple <literal>redis-server</literal> instances.",
                    position: (289, 24),
                   },
                  ],
                  position: (289, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (290, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (290, 19),
                 },
                },
               ],
               recursive: false,
               position: (69, 26),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (56, 22),
         },
        },
       ],
       recursive: false,
       position: (54, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (299, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (299, 12),
       },
       arguments: [
        Parentheses {
         expression: BinaryOperation {
          operator: NotEqualTo,
          operands: [
           Variable {
            identifier: "enabledServers",
            position: (299, 18),
           },
           Map {
            bindings: [],
            recursive: false,
            position: (299, 36),
           },
          ],
          position: (299, 33),
         },
         position: (299, 17),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "assertions",
              position: (301, 5),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "attrValues",
             position: (301, 18),
            },
            arguments: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrs",
                position: (301, 30),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "name",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "conf",
                   },
                   definition: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "assertion",
                         position: (302, 7),
                        },
                       ],
                      },
                      to: BinaryOperation {
                       operator: Implication,
                       operands: [
                        BinaryOperation {
                         operator: NotEqualTo,
                         operands: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "conf",
                            position: (302, 19),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "requirePass",
                              position: (302, 24),
                             },
                            ],
                           },
                           default: None,
                          },
                          Variable {
                           identifier: "null",
                           position: (302, 39),
                          },
                         ],
                         position: (302, 36),
                        },
                        BinaryOperation {
                         operator: EqualTo,
                         operands: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "conf",
                            position: (302, 47),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "requirePassFile",
                              position: (302, 52),
                             },
                            ],
                           },
                           default: None,
                          },
                          Variable {
                           identifier: "null",
                           position: (302, 71),
                          },
                         ],
                         position: (302, 68),
                        },
                       ],
                       position: (302, 44),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "message",
                         position: (303, 7),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "You can only set one services.redis.servers.",
                         position: (304, 1),
                        },
                        Expression {
                         expression: Variable {
                          identifier: "name",
                          position: (304, 55),
                         },
                        },
                        Raw {
                         content: ".requirePass\nor services.redis.servers.",
                         position: (304, 60),
                        },
                        Expression {
                         expression: Variable {
                          identifier: "name",
                          position: (305, 37),
                         },
                        },
                        Raw {
                         content: ".requirePassFile\n",
                         position: (305, 42),
                        },
                       ],
                       position: (303, 17),
                      },
                     },
                    ],
                    recursive: false,
                    position: (301, 52),
                   },
                   position: (301, 46),
                  },
                  position: (301, 40),
                 },
                 position: (301, 39),
                },
                Variable {
                 identifier: "enabledServers",
                 position: (307, 8),
                },
               ],
              },
              position: (301, 29),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "boot",
              position: (309, 5),
             },
             Raw {
              content: "kernel",
              position: (309, 10),
             },
             Raw {
              content: "sysctl",
              position: (309, 17),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkMerge",
             position: (309, 26),
            },
            arguments: [
             List {
              elements: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Expression {
                     expression: String {
                      parts: [
                       Raw {
                        content: "vm.nr_hugepages",
                        position: (310, 10),
                       },
                      ],
                      position: (310, 9),
                     },
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "0",
                     position: (310, 30),
                    },
                   ],
                   position: (310, 29),
                  },
                 },
                ],
                recursive: false,
                position: (310, 7),
               },
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "mkIf",
                  position: (311, 9),
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (311, 14),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "vmOverCommit",
                      position: (311, 18),
                     },
                    ],
                   },
                   default: None,
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Expression {
                        expression: String {
                         parts: [
                          Raw {
                           content: "vm.overcommit_memory",
                           position: (311, 34),
                          },
                         ],
                         position: (311, 33),
                        },
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "1",
                        position: (311, 59),
                       },
                      ],
                      position: (311, 58),
                     },
                    },
                   ],
                   recursive: false,
                   position: (311, 31),
                  },
                 ],
                },
                position: (311, 7),
               },
              ],
              position: (309, 34),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "networking",
              position: (314, 5),
             },
             Raw {
              content: "firewall",
              position: (314, 16),
             },
             Raw {
              content: "allowedTCPPorts",
              position: (314, 25),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "concatMap",
             position: (314, 43),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "conf",
               },
               definition: FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (315, 7),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "conf",
                   position: (315, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "openFirewall",
                     position: (315, 21),
                    },
                   ],
                  },
                  default: None,
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "conf",
                   position: (315, 34),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "port",
                     position: (315, 39),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
               position: (314, 54),
              },
              position: (314, 53),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "attrValues",
                position: (316, 8),
               },
               arguments: [
                Variable {
                 identifier: "enabledServers",
                 position: (316, 19),
                },
               ],
              },
              position: (316, 7),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (318, 5),
             },
             Raw {
              content: "systemPackages",
              position: (318, 17),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (318, 36),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "package",
                 position: (318, 40),
                },
               ],
              },
              default: None,
             },
            ],
            position: (318, 34),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (320, 5),
             },
             Raw {
              content: "users",
              position: (320, 11),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (320, 19),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "conf",
                },
                definition: FunctionApplication {
                 function: Variable {
                  identifier: "nameValuePair",
                  position: (320, 42),
                 },
                 arguments: [
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "redisName",
                     position: (320, 57),
                    },
                    arguments: [
                     Variable {
                      identifier: "name",
                      position: (320, 67),
                     },
                    ],
                   },
                   position: (320, 56),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (321, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "System user for the redis-server instance ",
                        position: (321, 22),
                       },
                       Expression {
                        expression: Variable {
                         identifier: "name",
                         position: (321, 66),
                        },
                       },
                      ],
                      position: (321, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "isSystemUser",
                        position: (322, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (322, 22),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "group",
                        position: (323, 7),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "redisName",
                       position: (323, 15),
                      },
                      arguments: [
                       Variable {
                        identifier: "name",
                        position: (323, 25),
                       },
                      ],
                     },
                    },
                   ],
                   recursive: false,
                   position: (320, 73),
                  },
                 ],
                },
                position: (320, 36),
               },
               position: (320, 30),
              },
              position: (320, 29),
             },
             Variable {
              identifier: "enabledServers",
              position: (324, 8),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (325, 5),
             },
             Raw {
              content: "groups",
              position: (325, 11),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (325, 20),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "conf",
                },
                definition: FunctionApplication {
                 function: Variable {
                  identifier: "nameValuePair",
                  position: (325, 43),
                 },
                 arguments: [
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "redisName",
                     position: (325, 58),
                    },
                    arguments: [
                     Variable {
                      identifier: "name",
                      position: (325, 68),
                     },
                    ],
                   },
                   position: (325, 57),
                  },
                  Map {
                   bindings: [],
                   recursive: false,
                   position: (325, 74),
                  },
                 ],
                },
                position: (325, 37),
               },
               position: (325, 31),
              },
              position: (325, 30),
             },
             Variable {
              identifier: "enabledServers",
              position: (326, 8),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (328, 5),
             },
             Raw {
              content: "services",
              position: (328, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (328, 24),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "conf",
                },
                definition: FunctionApplication {
                 function: Variable {
                  identifier: "nameValuePair",
                  position: (328, 47),
                 },
                 arguments: [
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "redisName",
                     position: (328, 62),
                    },
                    arguments: [
                     Variable {
                      identifier: "name",
                      position: (328, 72),
                     },
                    ],
                   },
                   position: (328, 61),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (329, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "Redis Server - ",
                        position: (329, 22),
                       },
                       Expression {
                        expression: FunctionApplication {
                         function: Variable {
                          identifier: "redisName",
                          position: (329, 39),
                         },
                         arguments: [
                          Variable {
                           identifier: "name",
                           position: (329, 49),
                          },
                         ],
                        },
                       },
                      ],
                      position: (329, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "wantedBy",
                        position: (331, 7),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "multi-user.target",
                          position: (331, 21),
                         },
                        ],
                        position: (331, 20),
                       },
                      ],
                      position: (331, 18),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "after",
                        position: (332, 7),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "network.target",
                          position: (332, 18),
                         },
                        ],
                        position: (332, 17),
                       },
                      ],
                      position: (332, 15),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "serviceConfig",
                        position: (334, 7),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ExecStart",
                           position: (335, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (335, 24),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "package",
                               position: (335, 28),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/bin/redis-server /run/",
                           position: (335, 36),
                          },
                          Expression {
                           expression: FunctionApplication {
                            function: Variable {
                             identifier: "redisName",
                             position: (335, 61),
                            },
                            arguments: [
                             Variable {
                              identifier: "name",
                              position: (335, 71),
                             },
                            ],
                           },
                          },
                          Raw {
                           content: "/redis.conf",
                           position: (335, 76),
                          },
                         ],
                         position: (335, 21),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ExecStartPre",
                           position: (336, 9),
                          },
                         ],
                        },
                        to: List {
                         elements: [
                          Parentheses {
                           expression: BinaryOperation {
                            operator: Addition,
                            operands: [
                             String {
                              parts: [
                               Raw {
                                content: "+",
                                position: (336, 27),
                               },
                              ],
                              position: (336, 26),
                             },
                             FunctionApplication {
                              function: PropertyAccess {
                               expression: Variable {
                                identifier: "pkgs",
                                position: (336, 30),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "writeShellScript",
                                  position: (336, 35),
                                 },
                                ],
                               },
                               default: None,
                              },
                              arguments: [
                               String {
                                parts: [
                                 Expression {
                                  expression: FunctionApplication {
                                   function: Variable {
                                    identifier: "redisName",
                                    position: (336, 55),
                                   },
                                   arguments: [
                                    Variable {
                                     identifier: "name",
                                     position: (336, 65),
                                    },
                                   ],
                                  },
                                 },
                                 Raw {
                                  content: "-credentials",
                                  position: (336, 70),
                                 },
                                ],
                                position: (336, 52),
                               },
                               Parentheses {
                                expression: BinaryOperation {
                                 operator: Addition,
                                 operands: [
                                  String {
                                   parts: [
                                    Raw {
                                     content: "install -o ",
                                     position: (337, 1),
                                    },
                                    Raw {
                                     content: "'",
                                     position: (337, 24),
                                    },
                                    Expression {
                                     expression: PropertyAccess {
                                      expression: Variable {
                                       identifier: "conf",
                                       position: (337, 27),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "user",
                                         position: (337, 32),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    },
                                    Raw {
                                     content: "' -m 600 ",
                                     position: (337, 37),
                                    },
                                    Expression {
                                     expression: FunctionApplication {
                                      function: Variable {
                                       identifier: "redisConfig",
                                       position: (337, 48),
                                      },
                                      arguments: [
                                       PropertyAccess {
                                        expression: Variable {
                                         identifier: "conf",
                                         position: (337, 60),
                                        },
                                        attribute_path: AttributePath {
                                         parts: [
                                          Raw {
                                           content: "settings",
                                           position: (337, 65),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                      ],
                                     },
                                    },
                                    Raw {
                                     content: " /run/",
                                     position: (337, 74),
                                    },
                                    Expression {
                                     expression: FunctionApplication {
                                      function: Variable {
                                       identifier: "redisName",
                                       position: (337, 82),
                                      },
                                      arguments: [
                                       Variable {
                                        identifier: "name",
                                        position: (337, 92),
                                       },
                                      ],
                                     },
                                    },
                                    Raw {
                                     content: "/redis.conf\n",
                                     position: (337, 97),
                                    },
                                   ],
                                   position: (336, 85),
                                  },
                                  FunctionApplication {
                                   function: Variable {
                                    identifier: "optionalString",
                                    position: (338, 16),
                                   },
                                   arguments: [
                                    Parentheses {
                                     expression: BinaryOperation {
                                      operator: NotEqualTo,
                                      operands: [
                                       PropertyAccess {
                                        expression: Variable {
                                         identifier: "conf",
                                         position: (338, 32),
                                        },
                                        attribute_path: AttributePath {
                                         parts: [
                                          Raw {
                                           content: "requirePassFile",
                                           position: (338, 37),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                       Variable {
                                        identifier: "null",
                                        position: (338, 56),
                                       },
                                      ],
                                      position: (338, 53),
                                     },
                                     position: (338, 31),
                                    },
                                    String {
                                     parts: [
                                      Raw {
                                       content: "{\n  printf requirePass' '\n  cat ",
                                       position: (339, 1),
                                      },
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "escapeShellArg",
                                         position: (341, 21),
                                        },
                                        arguments: [
                                         PropertyAccess {
                                          expression: Variable {
                                           identifier: "conf",
                                           position: (341, 36),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "requirePassFile",
                                             position: (341, 41),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        ],
                                       },
                                      },
                                      Raw {
                                       content: "\n} >>/run/",
                                       position: (341, 57),
                                      },
                                      Expression {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "redisName",
                                         position: (342, 24),
                                        },
                                        arguments: [
                                         Variable {
                                          identifier: "name",
                                          position: (342, 34),
                                         },
                                        ],
                                       },
                                      },
                                      Raw {
                                       content: "/redis.conf\n",
                                       position: (342, 39),
                                      },
                                     ],
                                     position: (338, 62),
                                    },
                                   ],
                                  },
                                 ],
                                 position: (338, 14),
                                },
                                position: (336, 84),
                               },
                              ],
                             },
                            ],
                            position: (336, 29),
                           },
                           position: (336, 25),
                          },
                         ],
                         position: (336, 24),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "Type",
                           position: (345, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "notify",
                           position: (345, 17),
                          },
                         ],
                         position: (345, 16),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "User",
                           position: (347, 9),
                          },
                         ],
                        },
                        to: PropertyAccess {
                         expression: Variable {
                          identifier: "conf",
                          position: (347, 16),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "user",
                            position: (347, 21),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "Group",
                           position: (348, 9),
                          },
                         ],
                        },
                        to: PropertyAccess {
                         expression: Variable {
                          identifier: "conf",
                          position: (348, 17),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "user",
                            position: (348, 22),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "RuntimeDirectory",
                           position: (350, 9),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: Variable {
                          identifier: "redisName",
                          position: (350, 28),
                         },
                         arguments: [
                          Variable {
                           identifier: "name",
                           position: (350, 38),
                          },
                         ],
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "RuntimeDirectoryMode",
                           position: (351, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "0750",
                           position: (351, 33),
                          },
                         ],
                         position: (351, 32),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "StateDirectory",
                           position: (353, 9),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: Variable {
                          identifier: "redisName",
                          position: (353, 26),
                         },
                         arguments: [
                          Variable {
                           identifier: "name",
                           position: (353, 36),
                          },
                         ],
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "StateDirectoryMode",
                           position: (354, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "0700",
                           position: (354, 31),
                          },
                         ],
                         position: (354, 30),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "UMask",
                           position: (356, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "0077",
                           position: (356, 18),
                          },
                         ],
                         position: (356, 17),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "CapabilityBoundingSet",
                           position: (358, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [],
                         position: (358, 33),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "NoNewPrivileges",
                           position: (360, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (360, 27),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "LimitNOFILE",
                           position: (362, 9),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: Variable {
                          identifier: "mkDefault",
                          position: (362, 23),
                         },
                         arguments: [
                          String {
                           parts: [
                            Expression {
                             expression: FunctionApplication {
                              function: Variable {
                               identifier: "toString",
                               position: (362, 36),
                              },
                              arguments: [
                               Parentheses {
                                expression: BinaryOperation {
                                 operator: Addition,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "conf",
                                    position: (362, 46),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "maxclients",
                                      position: (362, 51),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Int {
                                   value: 32,
                                   position: (362, 64),
                                  },
                                 ],
                                 position: (362, 62),
                                },
                                position: (362, 45),
                               },
                              ],
                             },
                            },
                           ],
                           position: (362, 33),
                          },
                         ],
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectSystem",
                           position: (364, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "strict",
                           position: (364, 26),
                          },
                         ],
                         position: (364, 25),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectHome",
                           position: (365, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (365, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "PrivateTmp",
                           position: (366, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (366, 22),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "PrivateDevices",
                           position: (367, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (367, 26),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "PrivateUsers",
                           position: (368, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (368, 24),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectClock",
                           position: (369, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (369, 24),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectHostname",
                           position: (370, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (370, 27),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectKernelLogs",
                           position: (371, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (371, 29),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectKernelModules",
                           position: (372, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (372, 32),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectKernelTunables",
                           position: (373, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (373, 33),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "ProtectControlGroups",
                           position: (374, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (374, 32),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "RestrictAddressFamilies",
                           position: (375, 9),
                          },
                         ],
                        },
                        to: BinaryOperation {
                         operator: Concatenation,
                         operands: [
                          FunctionApplication {
                           function: Variable {
                            identifier: "optionals",
                            position: (376, 11),
                           },
                           arguments: [
                            Parentheses {
                             expression: BinaryOperation {
                              operator: NotEqualTo,
                              operands: [
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "conf",
                                 position: (376, 22),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "port",
                                   position: (376, 27),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               Int {
                                value: 0,
                                position: (376, 35),
                               },
                              ],
                              position: (376, 32),
                             },
                             position: (376, 21),
                            },
                            List {
                             elements: [
                              String {
                               parts: [
                                Raw {
                                 content: "AF_INET",
                                 position: (376, 40),
                                },
                               ],
                               position: (376, 39),
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "AF_INET6",
                                 position: (376, 50),
                                },
                               ],
                               position: (376, 49),
                              },
                             ],
                             position: (376, 38),
                            },
                           ],
                          },
                          FunctionApplication {
                           function: Variable {
                            identifier: "optional",
                            position: (377, 11),
                           },
                           arguments: [
                            Parentheses {
                             expression: BinaryOperation {
                              operator: NotEqualTo,
                              operands: [
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "conf",
                                 position: (377, 21),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "unixSocket",
                                   position: (377, 26),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               Variable {
                                identifier: "null",
                                position: (377, 40),
                               },
                              ],
                              position: (377, 37),
                             },
                             position: (377, 20),
                            },
                            String {
                             parts: [
                              Raw {
                               content: "AF_UNIX",
                               position: (377, 47),
                              },
                             ],
                             position: (377, 46),
                            },
                           ],
                          },
                         ],
                         position: (376, 61),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "RestrictNamespaces",
                           position: (378, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (378, 30),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "LockPersonality",
                           position: (379, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (379, 27),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "MemoryDenyWriteExecute",
                           position: (380, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (380, 34),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "RestrictRealtime",
                           position: (381, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (381, 28),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "RestrictSUIDSGID",
                           position: (382, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (382, 28),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "PrivateMounts",
                           position: (383, 9),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (383, 25),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "SystemCallArchitectures",
                           position: (385, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "native",
                           position: (385, 36),
                          },
                         ],
                         position: (385, 35),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "SystemCallFilter",
                           position: (386, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "~@cpu-emulation @debug @keyring @memlock @mount @obsolete @privileged @resources @setuid",
                           position: (386, 29),
                          },
                         ],
                         position: (386, 28),
                        },
                       },
                      ],
                      recursive: false,
                      position: (334, 23),
                     },
                    },
                   ],
                   recursive: false,
                   position: (328, 78),
                  },
                 ],
                },
                position: (328, 41),
               },
               position: (328, 35),
              },
              position: (328, 34),
             },
             Variable {
              identifier: "enabledServers",
              position: (388, 8),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (299, 40),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (21, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}