---
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: (5, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (8, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "system",
           position: (12, 5),
          },
          Raw {
           content: "nssModules",
           position: (12, 12),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "mkOption",
          position: (12, 25),
         },
         arguments: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "type",
                position: (13, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (13, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "listOf",
                  position: (13, 20),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (13, 27),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "path",
                   position: (13, 33),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "internal",
                position: (14, 7),
               },
              ],
             },
             to: Variable {
              identifier: "true",
              position: (14, 18),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "default",
                position: (15, 7),
               },
              ],
             },
             to: List {
              elements: [],
              position: (15, 17),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "description",
                position: (16, 7),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "Search path for NSS (Name Service Switch) modules.  This allows\nseveral DNS resolution methods to be specified via\n<filename>/etc/nsswitch.conf</filename>.\n",
                position: (17, 1),
               },
              ],
              position: (16, 21),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "apply",
                position: (21, 7),
               },
              ],
             },
             to: Function {
              argument: Simple {
               identifier: "list",
              },
              definition: Map {
               bindings: [
                Inherit {
                 from: None,
                 attributes: [
                  Raw {
                   content: "list",
                   position: (23, 19),
                  },
                 ],
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "path",
                    position: (24, 11),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "makeLibraryPath",
                   position: (24, 18),
                  },
                  arguments: [
                   Variable {
                    identifier: "list",
                    position: (24, 34),
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (22, 9),
              },
              position: (21, 15),
             },
            },
           ],
           recursive: false,
           position: (12, 34),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "system",
           position: (28, 5),
          },
          Raw {
           content: "nssDatabases",
           position: (28, 12),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "passwd",
              position: (29, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (29, 16),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (30, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (30, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "listOf",
                     position: (30, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (30, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (30, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (31, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "List of passwd entries to configure in <filename>/etc/nsswitch.conf</filename>.\n\nNote that \"files\" is always prepended while \"systemd\" is appended if nscd is enabled.\n\nThis option only takes effect if nscd is enabled.\n",
                   position: (32, 1),
                  },
                 ],
                 position: (31, 23),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (38, 9),
                  },
                 ],
                },
                to: List {
                 elements: [],
                 position: (38, 19),
                },
               },
              ],
              recursive: false,
              position: (29, 25),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "group",
              position: (41, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (41, 15),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (42, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (42, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "listOf",
                     position: (42, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (42, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (42, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (43, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "List of group entries to configure in <filename>/etc/nsswitch.conf</filename>.\n\nNote that \"files\" is always prepended while \"systemd\" is appended if nscd is enabled.\n\nThis option only takes effect if nscd is enabled.\n",
                   position: (44, 1),
                  },
                 ],
                 position: (43, 23),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (50, 9),
                  },
                 ],
                },
                to: List {
                 elements: [],
                 position: (50, 19),
                },
               },
              ],
              recursive: false,
              position: (41, 24),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "shadow",
              position: (53, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (53, 16),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (54, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (54, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "listOf",
                     position: (54, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (54, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (54, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (55, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "List of shadow entries to configure in <filename>/etc/nsswitch.conf</filename>.\n\nNote that \"files\" is always prepended.\n\nThis option only takes effect if nscd is enabled.\n",
                   position: (56, 1),
                  },
                 ],
                 position: (55, 23),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (62, 9),
                  },
                 ],
                },
                to: List {
                 elements: [],
                 position: (62, 19),
                },
               },
              ],
              recursive: false,
              position: (53, 25),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "hosts",
              position: (65, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (65, 15),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (66, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (66, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "listOf",
                     position: (66, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (66, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (66, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (67, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "List of hosts entries to configure in <filename>/etc/nsswitch.conf</filename>.\n\nNote that \"files\" is always prepended, and \"dns\" and \"myhostname\" are always appended.\n\nThis option only takes effect if nscd is enabled.\n",
                   position: (68, 1),
                  },
                 ],
                 position: (67, 23),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (74, 9),
                  },
                 ],
                },
                to: List {
                 elements: [],
                 position: (74, 19),
                },
               },
              ],
              recursive: false,
              position: (65, 24),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (77, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (77, 18),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (78, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (78, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "listOf",
                     position: (78, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (78, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (78, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (79, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "List of services entries to configure in <filename>/etc/nsswitch.conf</filename>.\n\nNote that \"files\" is always prepended.\n\nThis option only takes effect if nscd is enabled.\n",
                   position: (80, 1),
                  },
                 ],
                 position: (79, 23),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (86, 9),
                  },
                 ],
                },
                to: List {
                 elements: [],
                 position: (86, 19),
                },
               },
              ],
              recursive: false,
              position: (77, 27),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (28, 27),
        },
       },
      ],
      recursive: false,
      position: (8, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "imports",
        position: (91, 3),
       },
      ],
     },
     to: List {
      elements: [
       Parentheses {
        expression: FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (92, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "system",
               position: (92, 31),
              },
             ],
             position: (92, 30),
            },
            String {
             parts: [
              Raw {
               content: "nssHosts",
               position: (92, 40),
              },
             ],
             position: (92, 39),
            },
           ],
           position: (92, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "system",
               position: (92, 55),
              },
             ],
             position: (92, 54),
            },
            String {
             parts: [
              Raw {
               content: "nssDatabases",
               position: (92, 64),
              },
             ],
             position: (92, 63),
            },
            String {
             parts: [
              Raw {
               content: "hosts",
               position: (92, 79),
              },
             ],
             position: (92, 78),
            },
           ],
           position: (92, 52),
          },
         ],
        },
        position: (92, 5),
       },
      ],
      position: (91, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (95, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "assertions",
           position: (96, 5),
          },
         ],
        },
        to: List {
         elements: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "assertion",
                position: (101, 9),
               },
              ],
             },
             to: BinaryOperation {
              operator: Implication,
              operands: [
               BinaryOperation {
                operator: NotEqualTo,
                operands: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "config",
                   position: (101, 21),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "system",
                     position: (101, 28),
                    },
                    Raw {
                     content: "nssModules",
                     position: (101, 35),
                    },
                    Raw {
                     content: "path",
                     position: (101, 46),
                    },
                   ],
                  },
                  default: None,
                 },
                 String {
                  parts: [],
                  position: (101, 54),
                 },
                ],
                position: (101, 51),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (101, 60),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (101, 67),
                  },
                  Raw {
                   content: "nscd",
                   position: (101, 76),
                  },
                  Raw {
                   content: "enable",
                   position: (101, 81),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (101, 57),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "message",
                position: (102, 9),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "Loading NSS modules from system.nssModules (",
                position: (102, 20),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (102, 66),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "system",
                    position: (102, 73),
                   },
                   Raw {
                    content: "nssModules",
                    position: (102, 80),
                   },
                   Raw {
                    content: "path",
                    position: (102, 91),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "), requires services.nscd.enable being set to true.",
                position: (102, 96),
               },
              ],
              position: (102, 19),
             },
            },
           ],
           recursive: false,
           position: (97, 7),
          },
         ],
         position: (96, 18),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "environment",
           position: (108, 5),
          },
          Raw {
           content: "etc",
           position: (108, 17),
          },
          Expression {
           expression: String {
            parts: [
             Raw {
              content: "nsswitch.conf",
              position: (108, 22),
             },
            ],
            position: (108, 21),
           },
          },
          Raw {
           content: "text",
           position: (108, 37),
          },
         ],
        },
        to: String {
         parts: [
          Raw {
           content: "passwd:    ",
           position: (109, 1),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (109, 20),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: " ",
                position: (109, 38),
               },
              ],
              position: (109, 37),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (109, 41),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "system",
                 position: (109, 48),
                },
                Raw {
                 content: "nssDatabases",
                 position: (109, 55),
                },
                Raw {
                 content: "passwd",
                 position: (109, 68),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\ngroup:     ",
           position: (109, 75),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (110, 20),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: " ",
                position: (110, 38),
               },
              ],
              position: (110, 37),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (110, 41),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "system",
                 position: (110, 48),
                },
                Raw {
                 content: "nssDatabases",
                 position: (110, 55),
                },
                Raw {
                 content: "group",
                 position: (110, 68),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\nshadow:    ",
           position: (110, 74),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (111, 20),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: " ",
                position: (111, 38),
               },
              ],
              position: (111, 37),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (111, 41),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "system",
                 position: (111, 48),
                },
                Raw {
                 content: "nssDatabases",
                 position: (111, 55),
                },
                Raw {
                 content: "shadow",
                 position: (111, 68),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\n\nhosts:     ",
           position: (111, 75),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (113, 20),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: " ",
                position: (113, 38),
               },
              ],
              position: (113, 37),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (113, 41),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "system",
                 position: (113, 48),
                },
                Raw {
                 content: "nssDatabases",
                 position: (113, 55),
                },
                Raw {
                 content: "hosts",
                 position: (113, 68),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\nnetworks:  files\n\nethers:    files\nservices:  ",
           position: (113, 74),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (117, 20),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: " ",
                position: (117, 38),
               },
              ],
              position: (117, 37),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (117, 41),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "system",
                 position: (117, 48),
                },
                Raw {
                 content: "nssDatabases",
                 position: (117, 55),
                },
                Raw {
                 content: "services",
                 position: (117, 68),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\nprotocols: files\nrpc:       files\n",
           position: (117, 77),
          },
         ],
         position: (108, 44),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "system",
           position: (122, 5),
          },
          Raw {
           content: "nssDatabases",
           position: (122, 12),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "passwd",
              position: (123, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkBefore",
             position: (123, 16),
            },
            arguments: [
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "files",
                  position: (123, 28),
                 },
                ],
                position: (123, 27),
               },
              ],
              position: (123, 25),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "group",
              position: (124, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkBefore",
             position: (124, 15),
            },
            arguments: [
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "files",
                  position: (124, 27),
                 },
                ],
                position: (124, 26),
               },
              ],
              position: (124, 24),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "shadow",
              position: (125, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkBefore",
             position: (125, 16),
            },
            arguments: [
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "files",
                  position: (125, 28),
                 },
                ],
                position: (125, 27),
               },
              ],
              position: (125, 25),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "hosts",
              position: (126, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkMerge",
             position: (126, 15),
            },
            arguments: [
             List {
              elements: [
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "mkOrder",
                  position: (127, 10),
                 },
                 arguments: [
                  Int {
                   value: 998,
                   position: (127, 18),
                  },
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "files",
                       position: (127, 25),
                      },
                     ],
                     position: (127, 24),
                    },
                   ],
                   position: (127, 22),
                  },
                 ],
                },
                position: (127, 9),
               },
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "mkOrder",
                  position: (128, 10),
                 },
                 arguments: [
                  Int {
                   value: 1499,
                   position: (128, 18),
                  },
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "dns",
                       position: (128, 26),
                      },
                     ],
                     position: (128, 25),
                    },
                   ],
                   position: (128, 23),
                  },
                 ],
                },
                position: (128, 9),
               },
              ],
              position: (126, 23),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (130, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkBefore",
             position: (130, 18),
            },
            arguments: [
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "files",
                  position: (130, 30),
                 },
                ],
                position: (130, 29),
               },
              ],
              position: (130, 27),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (122, 27),
        },
       },
      ],
      recursive: false,
      position: (95, 12),
     },
    },
   ],
   recursive: false,
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}