Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: LetIn(
   LetIn {
    bindings: [
     Inherit(
      BindingInherit {
       from: Some(
        Identifier(
         Identifier {
          id: "lib",
          span: Span {
           start: Position {
            line: 4,
            column: 12,
           },
           end: Position {
            line: 4,
            column: 15,
           },
          },
         },
        ),
       ),
       attributes: [
        Raw(
         PartRaw {
          content: "literalExpression",
          span: Span {
           start: Position {
            line: 4,
            column: 17,
           },
           end: Position {
            line: 4,
            column: 34,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkIf",
          span: Span {
           start: Position {
            line: 4,
            column: 35,
           },
           end: Position {
            line: 4,
            column: 39,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkOption",
          span: Span {
           start: Position {
            line: 4,
            column: 40,
           },
           end: Position {
            line: 4,
            column: 48,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "singleton",
          span: Span {
           start: Position {
            line: 4,
            column: 49,
           },
           end: Position {
            line: 4,
            column: 58,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "types",
          span: Span {
           start: Position {
            line: 4,
            column: 59,
           },
           end: Position {
            line: 4,
            column: 64,
           },
          },
         },
        ),
       ],
       span: Span {
        start: Position {
         line: 3,
         column: 4,
        },
        end: Position {
         line: 4,
         column: 65,
        },
       },
      },
     ),
     Inherit(
      BindingInherit {
       from: Some(
        Identifier(
         Identifier {
          id: "pkgs",
          span: Span {
           start: Position {
            line: 5,
            column: 12,
           },
           end: Position {
            line: 5,
            column: 16,
           },
          },
         },
        ),
       ),
       attributes: [
        Raw(
         PartRaw {
          content: "coreutils",
          span: Span {
           start: Position {
            line: 5,
            column: 18,
           },
           end: Position {
            line: 5,
            column: 27,
           },
          },
         },
        ),
       ],
       span: Span {
        start: Position {
         line: 3,
         column: 4,
        },
        end: Position {
         line: 5,
         column: 28,
        },
       },
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "cfg",
          span: Span {
           start: Position {
            line: 6,
            column: 3,
           },
           end: Position {
            line: 6,
            column: 6,
           },
          },
         },
        ),
       ],
       to: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "config",
           span: Span {
            start: Position {
             line: 6,
             column: 9,
            },
            end: Position {
             line: 6,
             column: 15,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "services",
            span: Span {
             start: Position {
              line: 6,
              column: 16,
             },
             end: Position {
              line: 6,
              column: 24,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "exim",
            span: Span {
             start: Position {
              line: 6,
              column: 25,
             },
             end: Position {
              line: 6,
              column: 29,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
      },
     ),
    ],
    target: Map(
     Map {
      recursive: false,
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "options",
            span: Span {
             start: Position {
              line: 13,
              column: 3,
             },
             end: Position {
              line: 13,
              column: 10,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "services",
                 span: Span {
                  start: Position {
                   line: 15,
                   column: 5,
                  },
                  end: Position {
                   line: 15,
                   column: 13,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "exim",
                 span: Span {
                  start: Position {
                   line: 15,
                   column: 14,
                  },
                  end: Position {
                   line: 15,
                   column: 18,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "enable",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 7,
                       },
                       end: Position {
                        line: 17,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 16,
                        },
                        end: Position {
                         line: 17,
                         column: 24,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 9,
                               },
                               end: Position {
                                line: 18,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 18,
                                 column: 16,
                                },
                                end: Position {
                                 line: 18,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "bool",
                                span: Span {
                                 start: Position {
                                  line: 18,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 18,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 19,
                                column: 9,
                               },
                               end: Position {
                                line: 19,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "false",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 19,
                              },
                              end: Position {
                               line: 19,
                               column: 24,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 20,
                                column: 9,
                               },
                               end: Position {
                                line: 20,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 20,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 20,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 20,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 20,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Whether to enable the Exim mail transfer agent.",
                                   span: Span {
                                    start: Position {
                                     line: 20,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 20,
                                     column: 81,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 82,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 17,
                          column: 25,
                         },
                         end: Position {
                          line: 21,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "config",
                      span: Span {
                       start: Position {
                        line: 23,
                        column: 7,
                       },
                       end: Position {
                        line: 23,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 23,
                         column: 16,
                        },
                        end: Position {
                         line: 23,
                         column: 24,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 24,
                                column: 9,
                               },
                               end: Position {
                                line: 24,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 24,
                                 column: 16,
                                },
                                end: Position {
                                 line: 24,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "lines",
                                span: Span {
                                 start: Position {
                                  line: 24,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 24,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 25,
                                column: 9,
                               },
                               end: Position {
                                line: 25,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [],
                             span: Span {
                              start: Position {
                               line: 25,
                               column: 19,
                              },
                              end: Position {
                               line: 25,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 26,
                                column: 9,
                               },
                               end: Position {
                                line: 26,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 26,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 26,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 26,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 26,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Verbatim Exim configuration.  This should not contain exim_user,\nexim_group, exim_path, or spool_directory.\n",
                                   span: Span {
                                    start: Position {
                                     line: 27,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 29,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 23,
                          column: 25,
                         },
                         end: Position {
                          line: 30,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "user",
                      span: Span {
                       start: Position {
                        line: 32,
                        column: 7,
                       },
                       end: Position {
                        line: 32,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 32,
                         column: 14,
                        },
                        end: Position {
                         line: 32,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 33,
                                column: 9,
                               },
                               end: Position {
                                line: 33,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 33,
                                 column: 16,
                                },
                                end: Position {
                                 line: 33,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 34,
                                column: 9,
                               },
                               end: Position {
                                line: 34,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "exim",
                                span: Span {
                                 start: Position {
                                  line: 34,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 34,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 34,
                               column: 19,
                              },
                              end: Position {
                               line: 34,
                               column: 25,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 35,
                                column: 9,
                               },
                               end: Position {
                                line: 35,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 35,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 35,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 35,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 35,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "User to use when no root privileges are required.\nIn particular, this applies when receiving messages and when doing\nremote deliveries.  (Local deliveries run as various non-root users,\ntypically as the owner of a local mailbox.) Specifying this value\nas root is not supported.\n",
                                   span: Span {
                                    start: Position {
                                     line: 36,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 41,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 35,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 32,
                          column: 23,
                         },
                         end: Position {
                          line: 42,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "group",
                      span: Span {
                       start: Position {
                        line: 44,
                        column: 7,
                       },
                       end: Position {
                        line: 44,
                        column: 12,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 44,
                         column: 15,
                        },
                        end: Position {
                         line: 44,
                         column: 23,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 45,
                                column: 9,
                               },
                               end: Position {
                                line: 45,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 45,
                                 column: 16,
                                },
                                end: Position {
                                 line: 45,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 45,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 45,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 9,
                               },
                               end: Position {
                                line: 46,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "exim",
                                span: Span {
                                 start: Position {
                                  line: 46,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 46,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 46,
                               column: 19,
                              },
                              end: Position {
                               line: 46,
                               column: 25,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 47,
                                column: 9,
                               },
                               end: Position {
                                line: 47,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 47,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 47,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 47,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 47,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Group to use when no root privileges are required.\n",
                                   span: Span {
                                    start: Position {
                                     line: 48,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 49,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 47,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 44,
                          column: 24,
                         },
                         end: Position {
                          line: 50,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "spoolDir",
                      span: Span {
                       start: Position {
                        line: 52,
                        column: 7,
                       },
                       end: Position {
                        line: 52,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 52,
                         column: 18,
                        },
                        end: Position {
                         line: 52,
                         column: 26,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 53,
                                column: 9,
                               },
                               end: Position {
                                line: 53,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 16,
                                },
                                end: Position {
                                 line: 53,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "path",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 54,
                                column: 9,
                               },
                               end: Position {
                                line: 54,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "/var/spool/exim",
                                span: Span {
                                 start: Position {
                                  line: 54,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 54,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 54,
                               column: 19,
                              },
                              end: Position {
                               line: 54,
                               column: 36,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 55,
                                column: 9,
                               },
                               end: Position {
                                line: 55,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 55,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 55,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 55,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 55,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Location of the spool directory of exim.\n",
                                   span: Span {
                                    start: Position {
                                     line: 56,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 57,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 52,
                          column: 27,
                         },
                         end: Position {
                          line: 58,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "package",
                      span: Span {
                       start: Position {
                        line: 60,
                        column: 7,
                       },
                       end: Position {
                        line: 60,
                        column: 14,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 60,
                         column: 17,
                        },
                        end: Position {
                         line: 60,
                         column: 25,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 61,
                                column: 9,
                               },
                               end: Position {
                                line: 61,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 61,
                                 column: 16,
                                },
                                end: Position {
                                 line: 61,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 62,
                                column: 9,
                               },
                               end: Position {
                                line: 62,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "pkgs",
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 19,
                                },
                                end: Position {
                                 line: 62,
                                 column: 23,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "exim",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 24,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 28,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "defaultText",
                              span: Span {
                               start: Position {
                                line: 63,
                                column: 9,
                               },
                               end: Position {
                                line: 63,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "literalExpression",
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 23,
                                },
                                end: Position {
                                 line: 63,
                                 column: 40,
                                },
                               },
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "pkgs.exim",
                                   span: Span {
                                    start: Position {
                                     line: 63,
                                     column: 42,
                                    },
                                    end: Position {
                                     line: 63,
                                     column: 51,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 52,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 64,
                                column: 9,
                               },
                               end: Position {
                                line: 64,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 64,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 64,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 64,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 64,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "The Exim derivation to use.\nThis can be used to enable features such as LDAP or PAM support.\n",
                                   span: Span {
                                    start: Position {
                                     line: 65,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 67,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 60,
                          column: 26,
                         },
                         end: Position {
                          line: 68,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "queueRunnerInterval",
                      span: Span {
                       start: Position {
                        line: 70,
                        column: 7,
                       },
                       end: Position {
                        line: 70,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 70,
                         column: 29,
                        },
                        end: Position {
                         line: 70,
                         column: 37,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 71,
                                column: 9,
                               },
                               end: Position {
                                line: 71,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 71,
                                 column: 16,
                                },
                                end: Position {
                                 line: 71,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 72,
                                column: 9,
                               },
                               end: Position {
                                line: 72,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "5m",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 72,
                               column: 19,
                              },
                              end: Position {
                               line: 72,
                               column: 23,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 73,
                                column: 9,
                               },
                               end: Position {
                                line: 73,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 73,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 73,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 73,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 73,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "How often to spawn a new queue runner.\n",
                                   span: Span {
                                    start: Position {
                                     line: 74,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 75,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 70,
                          column: 38,
                         },
                         end: Position {
                          line: 76,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 15,
                  column: 21,
                 },
                 end: Position {
                  line: 77,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 13,
             column: 13,
            },
            end: Position {
             line: 79,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "config",
            span: Span {
             start: Position {
              line: 84,
              column: 3,
             },
             end: Position {
              line: 84,
              column: 9,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "mkIf",
             span: Span {
              start: Position {
               line: 84,
               column: 12,
              },
              end: Position {
               line: 84,
               column: 16,
              },
             },
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 84,
                  column: 17,
                 },
                 end: Position {
                  line: 84,
                  column: 20,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "enable",
                 span: Span {
                  start: Position {
                   line: 84,
                   column: 21,
                  },
                  end: Position {
                   line: 84,
                   column: 27,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "environment",
                    span: Span {
                     start: Position {
                      line: 86,
                      column: 5,
                     },
                     end: Position {
                      line: 86,
                      column: 16,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "etc",
                         span: Span {
                          start: Position {
                           line: 87,
                           column: 7,
                          },
                          end: Position {
                           line: 87,
                           column: 10,
                          },
                         },
                        },
                       ),
                       Expression(
                        PartExpression {
                         expression: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "exim.conf",
                              span: Span {
                               start: Position {
                                line: 87,
                                column: 12,
                               },
                               end: Position {
                                line: 87,
                                column: 21,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 87,
                             column: 11,
                            },
                            end: Position {
                             line: 87,
                             column: 22,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "text",
                         span: Span {
                          start: Position {
                           line: 87,
                           column: 23,
                          },
                          end: Position {
                           line: 87,
                           column: 27,
                          },
                         },
                        },
                       ),
                      ],
                      to: IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "exim_user = ",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 1,
                            },
                            end: Position {
                             line: 88,
                             column: 21,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 88,
                                 column: 23,
                                },
                                end: Position {
                                 line: 88,
                                 column: 26,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "user",
                                span: Span {
                                 start: Position {
                                  line: 88,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\nexim_group = ",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 1,
                            },
                            end: Position {
                             line: 89,
                             column: 22,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 89,
                                 column: 24,
                                },
                                end: Position {
                                 line: 89,
                                 column: 27,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "group",
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 89,
                                  column: 33,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\nexim_path = /run/wrappers/bin/exim\nspool_directory = ",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 1,
                            },
                            end: Position {
                             line: 91,
                             column: 27,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 91,
                                 column: 29,
                                },
                                end: Position {
                                 line: 91,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "spoolDir",
                                span: Span {
                                 start: Position {
                                  line: 91,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 91,
                                  column: 41,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\n",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 1,
                            },
                            end: Position {
                             line: 92,
                             column: 9,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 11,
                                },
                                end: Position {
                                 line: 92,
                                 column: 14,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "config",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 15,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 21,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\n",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 1,
                            },
                            end: Position {
                             line: 93,
                             column: 7,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 87,
                          column: 30,
                         },
                         end: Position {
                          line: 93,
                          column: 9,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "systemPackages",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 7,
                          },
                          end: Position {
                           line: 94,
                           column: 21,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 94,
                               column: 26,
                              },
                              end: Position {
                               line: 94,
                               column: 29,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "package",
                              span: Span {
                               start: Position {
                                line: 94,
                                column: 30,
                               },
                               end: Position {
                                line: 94,
                                column: 37,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 94,
                          column: 24,
                         },
                         end: Position {
                          line: 94,
                          column: 39,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 86,
                     column: 19,
                    },
                    end: Position {
                     line: 95,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "users",
                    span: Span {
                     start: Position {
                      line: 97,
                      column: 5,
                     },
                     end: Position {
                      line: 97,
                      column: 10,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "users",
                    span: Span {
                     start: Position {
                      line: 97,
                      column: 11,
                     },
                     end: Position {
                      line: 97,
                      column: 16,
                     },
                    },
                   },
                  ),
                  Interpolation(
                   PartInterpolation {
                    expression: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 97,
                          column: 19,
                         },
                         end: Position {
                          line: 97,
                          column: 22,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "user",
                         span: Span {
                          start: Position {
                           line: 97,
                           column: 23,
                          },
                          end: Position {
                           line: 97,
                           column: 27,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 98,
                           column: 7,
                          },
                          end: Position {
                           line: 98,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Exim mail transfer agent user",
                           span: Span {
                            start: Position {
                             line: 98,
                             column: 22,
                            },
                            end: Position {
                             line: 98,
                             column: 51,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 98,
                          column: 21,
                         },
                         end: Position {
                          line: 98,
                          column: 52,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "uid",
                         span: Span {
                          start: Position {
                           line: 99,
                           column: 7,
                          },
                          end: Position {
                           line: 99,
                           column: 10,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "config",
                          span: Span {
                           start: Position {
                            line: 99,
                            column: 13,
                           },
                           end: Position {
                            line: 99,
                            column: 19,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "ids",
                           span: Span {
                            start: Position {
                             line: 99,
                             column: 20,
                            },
                            end: Position {
                             line: 99,
                             column: 23,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "uids",
                           span: Span {
                            start: Position {
                             line: 99,
                             column: 24,
                            },
                            end: Position {
                             line: 99,
                             column: 28,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "exim",
                           span: Span {
                            start: Position {
                             line: 99,
                             column: 29,
                            },
                            end: Position {
                             line: 99,
                             column: 33,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "group",
                         span: Span {
                          start: Position {
                           line: 100,
                           column: 7,
                          },
                          end: Position {
                           line: 100,
                           column: 12,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 100,
                            column: 15,
                           },
                           end: Position {
                            line: 100,
                            column: 18,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 100,
                             column: 19,
                            },
                            end: Position {
                             line: 100,
                             column: 24,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 97,
                     column: 31,
                    },
                    end: Position {
                     line: 101,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "users",
                    span: Span {
                     start: Position {
                      line: 103,
                      column: 5,
                     },
                     end: Position {
                      line: 103,
                      column: 10,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "groups",
                    span: Span {
                     start: Position {
                      line: 103,
                      column: 11,
                     },
                     end: Position {
                      line: 103,
                      column: 17,
                     },
                    },
                   },
                  ),
                  Interpolation(
                   PartInterpolation {
                    expression: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 103,
                          column: 20,
                         },
                         end: Position {
                          line: 103,
                          column: 23,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "group",
                         span: Span {
                          start: Position {
                           line: 103,
                           column: 24,
                          },
                          end: Position {
                           line: 103,
                           column: 29,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "gid",
                         span: Span {
                          start: Position {
                           line: 104,
                           column: 7,
                          },
                          end: Position {
                           line: 104,
                           column: 10,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "config",
                          span: Span {
                           start: Position {
                            line: 104,
                            column: 13,
                           },
                           end: Position {
                            line: 104,
                            column: 19,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "ids",
                           span: Span {
                            start: Position {
                             line: 104,
                             column: 20,
                            },
                            end: Position {
                             line: 104,
                             column: 23,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "gids",
                           span: Span {
                            start: Position {
                             line: 104,
                             column: 24,
                            },
                            end: Position {
                             line: 104,
                             column: 28,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "exim",
                           span: Span {
                            start: Position {
                             line: 104,
                             column: 29,
                            },
                            end: Position {
                             line: 104,
                             column: 33,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 103,
                     column: 33,
                    },
                    end: Position {
                     line: 105,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "security",
                    span: Span {
                     start: Position {
                      line: 107,
                      column: 5,
                     },
                     end: Position {
                      line: 107,
                      column: 13,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "wrappers",
                    span: Span {
                     start: Position {
                      line: 107,
                      column: 14,
                     },
                     end: Position {
                      line: 107,
                      column: 22,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "exim",
                    span: Span {
                     start: Position {
                      line: 107,
                      column: 23,
                     },
                     end: Position {
                      line: 107,
                      column: 27,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "setuid",
                         span: Span {
                          start: Position {
                           line: 108,
                           column: 9,
                          },
                          end: Position {
                           line: 108,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: Identifier(
                       Identifier {
                        id: "true",
                        span: Span {
                         start: Position {
                          line: 108,
                          column: 18,
                         },
                         end: Position {
                          line: 108,
                          column: 22,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "owner",
                         span: Span {
                          start: Position {
                           line: 109,
                           column: 9,
                          },
                          end: Position {
                           line: 109,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "root",
                           span: Span {
                            start: Position {
                             line: 109,
                             column: 18,
                            },
                            end: Position {
                             line: 109,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 109,
                          column: 17,
                         },
                         end: Position {
                          line: 109,
                          column: 23,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "group",
                         span: Span {
                          start: Position {
                           line: 110,
                           column: 9,
                          },
                          end: Position {
                           line: 110,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "root",
                           span: Span {
                            start: Position {
                             line: 110,
                             column: 18,
                            },
                            end: Position {
                             line: 110,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 110,
                          column: 17,
                         },
                         end: Position {
                          line: 110,
                          column: 23,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "source",
                         span: Span {
                          start: Position {
                           line: 111,
                           column: 9,
                          },
                          end: Position {
                           line: 111,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 111,
                                 column: 21,
                                },
                                end: Position {
                                 line: 111,
                                 column: 24,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 111,
                                  column: 25,
                                 },
                                 end: Position {
                                  line: 111,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/bin/exim",
                           span: Span {
                            start: Position {
                             line: 111,
                             column: 19,
                            },
                            end: Position {
                             line: 111,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 111,
                          column: 18,
                         },
                         end: Position {
                          line: 111,
                          column: 43,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 108,
                     column: 7,
                    },
                    end: Position {
                     line: 112,
                     column: 8,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "systemd",
                    span: Span {
                     start: Position {
                      line: 114,
                      column: 5,
                     },
                     end: Position {
                      line: 114,
                      column: 12,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 114,
                      column: 13,
                     },
                     end: Position {
                      line: 114,
                      column: 21,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "exim",
                    span: Span {
                     start: Position {
                      line: 114,
                      column: 22,
                     },
                     end: Position {
                      line: 114,
                      column: 26,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 115,
                           column: 7,
                          },
                          end: Position {
                           line: 115,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Exim Mail Daemon",
                           span: Span {
                            start: Position {
                             line: 115,
                             column: 22,
                            },
                            end: Position {
                             line: 115,
                             column: 38,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 115,
                          column: 21,
                         },
                         end: Position {
                          line: 115,
                          column: 39,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "wantedBy",
                         span: Span {
                          start: Position {
                           line: 116,
                           column: 7,
                          },
                          end: Position {
                           line: 116,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "multi-user.target",
                              span: Span {
                               start: Position {
                                line: 116,
                                column: 21,
                               },
                               end: Position {
                                line: 116,
                                column: 38,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 116,
                             column: 20,
                            },
                            end: Position {
                             line: 116,
                             column: 39,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 116,
                          column: 18,
                         },
                         end: Position {
                          line: 116,
                          column: 41,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "restartTriggers",
                         span: Span {
                          start: Position {
                           line: 117,
                           column: 7,
                          },
                          end: Position {
                           line: 117,
                           column: 22,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "config",
                             span: Span {
                              start: Position {
                               line: 117,
                               column: 27,
                              },
                              end: Position {
                               line: 117,
                               column: 33,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "environment",
                              span: Span {
                               start: Position {
                                line: 117,
                                column: 34,
                               },
                               end: Position {
                                line: 117,
                                column: 45,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "etc",
                              span: Span {
                               start: Position {
                                line: 117,
                                column: 46,
                               },
                               end: Position {
                                line: 117,
                                column: 49,
                               },
                              },
                             },
                            ),
                            Expression(
                             PartExpression {
                              expression: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "exim.conf",
                                   span: Span {
                                    start: Position {
                                     line: 117,
                                     column: 51,
                                    },
                                    end: Position {
                                     line: 117,
                                     column: 60,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 50,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "source",
                              span: Span {
                               start: Position {
                                line: 117,
                                column: 62,
                               },
                               end: Position {
                                line: 117,
                                column: 68,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 117,
                          column: 25,
                         },
                         end: Position {
                          line: 117,
                          column: 70,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "serviceConfig",
                         span: Span {
                          start: Position {
                           line: 118,
                           column: 7,
                          },
                          end: Position {
                           line: 118,
                           column: 20,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "ExecStart",
                              span: Span {
                               start: Position {
                                line: 119,
                                column: 9,
                               },
                               end: Position {
                                line: 119,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 119,
                                      column: 26,
                                     },
                                     end: Position {
                                      line: 119,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "package",
                                     span: Span {
                                      start: Position {
                                       line: 119,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 119,
                                       column: 37,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/exim -bdf -q",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 24,
                                 },
                                 end: Position {
                                  line: 119,
                                  column: 55,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 119,
                                      column: 57,
                                     },
                                     end: Position {
                                      line: 119,
                                      column: 60,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "queueRunnerInterval",
                                     span: Span {
                                      start: Position {
                                       line: 119,
                                       column: 61,
                                      },
                                      end: Position {
                                       line: 119,
                                       column: 80,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 119,
                               column: 23,
                              },
                              end: Position {
                               line: 119,
                               column: 82,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "ExecReload",
                              span: Span {
                               start: Position {
                                line: 120,
                                column: 9,
                               },
                               end: Position {
                                line: 120,
                                column: 19,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: Identifier(
                                 Identifier {
                                  id: "coreutils",
                                  span: Span {
                                   start: Position {
                                    line: 120,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 120,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/kill -HUP $MAINPID",
                                span: Span {
                                 start: Position {
                                  line: 120,
                                  column: 24,
                                 },
                                 end: Position {
                                  line: 120,
                                  column: 59,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 120,
                               column: 23,
                              },
                              end: Position {
                               line: 120,
                               column: 60,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 118,
                          column: 23,
                         },
                         end: Position {
                          line: 121,
                          column: 8,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "preStart",
                         span: Span {
                          start: Position {
                           line: 122,
                           column: 7,
                          },
                          end: Position {
                           line: 122,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "if ! test -d ",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 123,
                             column: 22,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 123,
                                 column: 24,
                                },
                                end: Position {
                                 line: 123,
                                 column: 27,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "spoolDir",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "; then\n  ",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 124,
                             column: 11,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "coreutils",
                             span: Span {
                              start: Position {
                               line: 124,
                               column: 13,
                              },
                              end: Position {
                               line: 124,
                               column: 22,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/bin/mkdir -p ",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 124,
                             column: 37,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 39,
                                },
                                end: Position {
                                 line: 124,
                                 column: 42,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "spoolDir",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 51,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\n  ",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 125,
                             column: 11,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "coreutils",
                             span: Span {
                              start: Position {
                               line: 125,
                               column: 13,
                              },
                              end: Position {
                               line: 125,
                               column: 22,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/bin/chown ",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 125,
                             column: 34,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 36,
                                },
                                end: Position {
                                 line: 125,
                                 column: 39,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "user",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 125,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: ":",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 125,
                             column: 46,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 48,
                                },
                                end: Position {
                                 line: 125,
                                 column: 51,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "group",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 52,
                                 },
                                 end: Position {
                                  line: 125,
                                  column: 57,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " ",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 125,
                             column: 59,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 61,
                                },
                                end: Position {
                                 line: 125,
                                 column: 64,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "spoolDir",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 65,
                                 },
                                 end: Position {
                                  line: 125,
                                  column: 73,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\nfi\n",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 1,
                            },
                            end: Position {
                             line: 127,
                             column: 7,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 122,
                          column: 18,
                         },
                         end: Position {
                          line: 127,
                          column: 9,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 114,
                     column: 29,
                    },
                    end: Position {
                     line: 128,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 84,
                column: 28,
               },
               end: Position {
                line: 130,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      span: Span {
       start: Position {
        line: 9,
        column: 1,
       },
       end: Position {
        line: 132,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 132,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 132,
    column: 2,
   },
  },
 },
)