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: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 5,
              column: 3,
             },
             end: Position {
              line: 5,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 5,
               column: 9,
              },
              end: Position {
               line: 5,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 5,
                column: 16,
               },
               end: Position {
                line: 5,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "clamsmtp",
              span: Span {
               start: Position {
                line: 5,
                column: 25,
               },
               end: Position {
                line: 5,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "clamdSocket",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 14,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "/run/clamav/clamd.ctl",
              span: Span {
               start: Position {
                line: 6,
                column: 18,
               },
               end: Position {
                line: 6,
                column: 39,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 6,
             column: 17,
            },
            end: Position {
             line: 6,
             column: 40,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 10,
                column: 3,
               },
               end: Position {
                line: 10,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 5,
                    },
                    end: Position {
                     line: 11,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "clamsmtp",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 14,
                    },
                    end: Position {
                     line: 11,
                     column: 22,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 12,
                          column: 7,
                         },
                         end: Position {
                          line: 12,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 12,
                           column: 16,
                          },
                          end: Position {
                           line: 12,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 13,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 13,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 13,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 13,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 13,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 13,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 14,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 14,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 14,
                                 column: 19,
                                },
                                end: Position {
                                 line: 14,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 15,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 15,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 15,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 15,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 15,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 15,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable clamsmtp.",
                                     span: Span {
                                      start: Position {
                                       line: 15,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 15,
                                       column: 61,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 15,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 15,
                                    column: 62,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 25,
                           },
                           end: Position {
                            line: 16,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "instances",
                        span: Span {
                         start: Position {
                          line: 18,
                          column: 7,
                         },
                         end: Position {
                          line: 18,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 18,
                           column: 19,
                          },
                          end: Position {
                           line: 18,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 19,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 19,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 19,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 19,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 19,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Instances of clamsmtp to run.",
                                     span: Span {
                                      start: Position {
                                       line: 19,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 19,
                                       column: 63,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 64,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 20,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 20,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 20,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 20,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 20,
                                        column: 30,
                                       },
                                       end: Position {
                                        line: 20,
                                        column: 35,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "submodule",
                                       span: Span {
                                        start: Position {
                                         line: 20,
                                         column: 36,
                                        },
                                        end: Position {
                                         line: 20,
                                         column: 45,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "options",
                                           span: Span {
                                            start: Position {
                                             line: 20,
                                             column: 48,
                                            },
                                            end: Position {
                                             line: 20,
                                             column: 55,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: Map(
                                         Map {
                                          recursive: false,
                                          bindings: [
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "action",
                                                span: Span {
                                                 start: Position {
                                                  line: 21,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 21,
                                                  column: 17,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 21,
                                                   column: 20,
                                                  },
                                                  end: Position {
                                                   line: 21,
                                                   column: 28,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 22,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 22,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 22,
                                                             column: 20,
                                                            },
                                                            end: Position {
                                                             line: 22,
                                                             column: 25,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "enum",
                                                            span: Span {
                                                             start: Position {
                                                              line: 22,
                                                              column: 26,
                                                             },
                                                             end: Position {
                                                              line: 22,
                                                              column: 30,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        List(
                                                         List {
                                                          elements: [
                                                           String(
                                                            String_ {
                                                             parts: [
                                                              Raw(
                                                               PartRaw {
                                                                content: "bounce",
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 22,
                                                                  column: 34,
                                                                 },
                                                                 end: Position {
                                                                  line: 22,
                                                                  column: 40,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                             ],
                                                             span: Span {
                                                              start: Position {
                                                               line: 22,
                                                               column: 33,
                                                              },
                                                              end: Position {
                                                               line: 22,
                                                               column: 41,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           String(
                                                            String_ {
                                                             parts: [
                                                              Raw(
                                                               PartRaw {
                                                                content: "drop",
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 22,
                                                                  column: 43,
                                                                 },
                                                                 end: Position {
                                                                  line: 22,
                                                                  column: 47,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                             ],
                                                             span: Span {
                                                              start: Position {
                                                               line: 22,
                                                               column: 42,
                                                              },
                                                              end: Position {
                                                               line: 22,
                                                               column: 48,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           String(
                                                            String_ {
                                                             parts: [
                                                              Raw(
                                                               PartRaw {
                                                                content: "pass",
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 22,
                                                                  column: 50,
                                                                 },
                                                                 end: Position {
                                                                  line: 22,
                                                                  column: 54,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                             ],
                                                             span: Span {
                                                              start: Position {
                                                               line: 22,
                                                               column: 49,
                                                              },
                                                              end: Position {
                                                               line: 22,
                                                               column: 55,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 22,
                                                            column: 31,
                                                           },
                                                           end: Position {
                                                            line: 22,
                                                            column: 57,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 23,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 23,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "drop",
                                                          span: Span {
                                                           start: Position {
                                                            line: 23,
                                                            column: 24,
                                                           },
                                                           end: Position {
                                                            line: 23,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 23,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 23,
                                                         column: 29,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 24,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 24,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 25,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 25,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 25,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 25,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Action to take when a virus is detected.\n\nNote that viruses often spoof sender addresses, so bouncing is\nin most cases not a good idea.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 26,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 30,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 25,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 30,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 21,
                                                    column: 29,
                                                   },
                                                   end: Position {
                                                    line: 31,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "header",
                                                span: Span {
                                                 start: Position {
                                                  line: 33,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 33,
                                                  column: 17,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 33,
                                                   column: 20,
                                                  },
                                                  end: Position {
                                                   line: 33,
                                                   column: 28,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 34,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 34,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 34,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 34,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 34,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 34,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 35,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 35,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [],
                                                       span: Span {
                                                        start: Position {
                                                         line: 35,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 35,
                                                         column: 25,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "example",
                                                        span: Span {
                                                         start: Position {
                                                          line: 36,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 36,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "X-Virus-Scanned: ClamAV using ClamSMTP",
                                                          span: Span {
                                                           start: Position {
                                                            line: 36,
                                                            column: 24,
                                                           },
                                                           end: Position {
                                                            line: 36,
                                                            column: 62,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 36,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 36,
                                                         column: 63,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 37,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 37,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 38,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 38,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 38,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 38,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "A header to add to scanned messages. See clamsmtpd.conf(5) for\nmore details. Empty means no header.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 39,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 41,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 38,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 41,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 33,
                                                    column: 29,
                                                   },
                                                   end: Position {
                                                    line: 42,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "keepAlives",
                                                span: Span {
                                                 start: Position {
                                                  line: 44,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 44,
                                                  column: 21,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 44,
                                                   column: 24,
                                                  },
                                                  end: Position {
                                                   line: 44,
                                                   column: 32,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 45,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 45,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 45,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 45,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "int",
                                                          span: Span {
                                                           start: Position {
                                                            line: 45,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 45,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 46,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 46,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Integer(
                                                      Integer {
                                                       value: "0",
                                                       span: Span {
                                                        start: Position {
                                                         line: 46,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 46,
                                                         column: 24,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 47,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 47,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 48,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 48,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 48,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 48,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Number of seconds to wait between each NOOP sent to the sending\nserver. 0 to disable.\n\nThis is meant for slow servers where the sending MTA times out\nwaiting for clamd to scan the file.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 49,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 54,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 48,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 54,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 44,
                                                    column: 33,
                                                   },
                                                   end: Position {
                                                    line: 55,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "listen",
                                                span: Span {
                                                 start: Position {
                                                  line: 57,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 57,
                                                  column: 17,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 57,
                                                   column: 20,
                                                  },
                                                  end: Position {
                                                   line: 57,
                                                   column: 28,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 58,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 58,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 58,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 58,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 58,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 58,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "example",
                                                        span: Span {
                                                         start: Position {
                                                          line: 59,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 59,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "127.0.0.1:10025",
                                                          span: Span {
                                                           start: Position {
                                                            line: 59,
                                                            column: 24,
                                                           },
                                                           end: Position {
                                                            line: 59,
                                                            column: 39,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 59,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 59,
                                                         column: 40,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 60,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 60,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 61,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 61,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 61,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 61,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Address to wait for incoming SMTP connections on. See\nclamsmtpd.conf(5) for more details.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 62,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 64,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 61,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 64,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 57,
                                                    column: 29,
                                                   },
                                                   end: Position {
                                                    line: 65,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "quarantine",
                                                span: Span {
                                                 start: Position {
                                                  line: 67,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 67,
                                                  column: 21,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 67,
                                                   column: 24,
                                                  },
                                                  end: Position {
                                                   line: 67,
                                                   column: 32,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 68,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 68,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 68,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 68,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "bool",
                                                          span: Span {
                                                           start: Position {
                                                            line: 68,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 68,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 69,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 69,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Identifier(
                                                      Identifier {
                                                       id: "false",
                                                       span: Span {
                                                        start: Position {
                                                         line: 69,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 69,
                                                         column: 28,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 70,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 70,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 71,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 71,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 71,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 71,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Whether to quarantine files that contain viruses by leaving them\nin the temporary directory.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 72,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 74,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 71,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 74,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 67,
                                                    column: 33,
                                                   },
                                                   end: Position {
                                                    line: 75,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "maxConnections",
                                                span: Span {
                                                 start: Position {
                                                  line: 77,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 77,
                                                  column: 25,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 77,
                                                   column: 28,
                                                  },
                                                  end: Position {
                                                   line: 77,
                                                   column: 36,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 78,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 78,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 78,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 78,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "int",
                                                          span: Span {
                                                           start: Position {
                                                            line: 78,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 78,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 79,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 79,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Integer(
                                                      Integer {
                                                       value: "64",
                                                       span: Span {
                                                        start: Position {
                                                         line: 79,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 79,
                                                         column: 25,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 80,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 80,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 80,
                                                             column: 27,
                                                            },
                                                            end: Position {
                                                             line: 80,
                                                             column: 30,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 80,
                                                              column: 31,
                                                             },
                                                             end: Position {
                                                              line: 80,
                                                              column: 36,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Maximum number of connections to accept at once.",
                                                             span: Span {
                                                              start: Position {
                                                               line: 80,
                                                               column: 38,
                                                              },
                                                              end: Position {
                                                               line: 80,
                                                               column: 86,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 80,
                                                            column: 37,
                                                           },
                                                           end: Position {
                                                            line: 80,
                                                            column: 87,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 77,
                                                    column: 37,
                                                   },
                                                   end: Position {
                                                    line: 81,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "outAddress",
                                                span: Span {
                                                 start: Position {
                                                  line: 83,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 83,
                                                  column: 21,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 83,
                                                   column: 24,
                                                  },
                                                  end: Position {
                                                   line: 83,
                                                   column: 32,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 84,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 84,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 84,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 84,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 84,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 84,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 85,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 85,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 86,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 86,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 86,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 86,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Address of the SMTP server to send email to once it has been\nscanned.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 87,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 89,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 86,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 89,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 83,
                                                    column: 33,
                                                   },
                                                   end: Position {
                                                    line: 90,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "tempDirectory",
                                                span: Span {
                                                 start: Position {
                                                  line: 92,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 92,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 92,
                                                   column: 27,
                                                  },
                                                  end: Position {
                                                   line: 92,
                                                   column: 35,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 93,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 93,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 93,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 93,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 93,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 93,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 94,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 94,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "/tmp",
                                                          span: Span {
                                                           start: Position {
                                                            line: 94,
                                                            column: 24,
                                                           },
                                                           end: Position {
                                                            line: 94,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 94,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 94,
                                                         column: 29,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 95,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 95,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 96,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 96,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 96,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 96,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Temporary directory that needs to be accessible to both clamd\nand clamsmtpd.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 97,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 99,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 96,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 99,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 92,
                                                    column: 36,
                                                   },
                                                   end: Position {
                                                    line: 100,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "timeout",
                                                span: Span {
                                                 start: Position {
                                                  line: 102,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 102,
                                                  column: 18,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 102,
                                                   column: 21,
                                                  },
                                                  end: Position {
                                                   line: 102,
                                                   column: 29,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 103,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 103,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 103,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 103,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "int",
                                                          span: Span {
                                                           start: Position {
                                                            line: 103,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 103,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 104,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 104,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Integer(
                                                      Integer {
                                                       value: "180",
                                                       span: Span {
                                                        start: Position {
                                                         line: 104,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 104,
                                                         column: 26,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 105,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 105,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 105,
                                                             column: 27,
                                                            },
                                                            end: Position {
                                                             line: 105,
                                                             column: 30,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 105,
                                                              column: 31,
                                                             },
                                                             end: Position {
                                                              line: 105,
                                                              column: 36,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Time-out for network connections.",
                                                             span: Span {
                                                              start: Position {
                                                               line: 105,
                                                               column: 38,
                                                              },
                                                              end: Position {
                                                               line: 105,
                                                               column: 71,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 105,
                                                            column: 37,
                                                           },
                                                           end: Position {
                                                            line: 105,
                                                            column: 72,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 102,
                                                    column: 30,
                                                   },
                                                   end: Position {
                                                    line: 106,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "transparentProxy",
                                                span: Span {
                                                 start: Position {
                                                  line: 108,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 108,
                                                  column: 27,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 108,
                                                   column: 30,
                                                  },
                                                  end: Position {
                                                   line: 108,
                                                   column: 38,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 109,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 109,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 109,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 109,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "bool",
                                                          span: Span {
                                                           start: Position {
                                                            line: 109,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 109,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 110,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 110,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Identifier(
                                                      Identifier {
                                                       id: "false",
                                                       span: Span {
                                                        start: Position {
                                                         line: 110,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 110,
                                                         column: 28,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 111,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 111,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 111,
                                                             column: 27,
                                                            },
                                                            end: Position {
                                                             line: 111,
                                                             column: 30,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 111,
                                                              column: 31,
                                                             },
                                                             end: Position {
                                                              line: 111,
                                                              column: 36,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Enable clamsmtp's transparent proxy support.",
                                                             span: Span {
                                                              start: Position {
                                                               line: 111,
                                                               column: 38,
                                                              },
                                                              end: Position {
                                                               line: 111,
                                                               column: 82,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 111,
                                                            column: 37,
                                                           },
                                                           end: Position {
                                                            line: 111,
                                                            column: 83,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 108,
                                                    column: 39,
                                                   },
                                                   end: Position {
                                                    line: 112,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "virusAction",
                                                span: Span {
                                                 start: Position {
                                                  line: 114,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 114,
                                                  column: 22,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 114,
                                                   column: 25,
                                                  },
                                                  end: Position {
                                                   line: 114,
                                                   column: 33,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 115,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 115,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: With(
                                                      With {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 115,
                                                           column: 25,
                                                          },
                                                          end: Position {
                                                           line: 115,
                                                           column: 30,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       target: FunctionApplication(
                                                        FunctionApplication {
                                                         function: Identifier(
                                                          Identifier {
                                                           id: "nullOr",
                                                           span: Span {
                                                            start: Position {
                                                             line: 115,
                                                             column: 32,
                                                            },
                                                            end: Position {
                                                             line: 115,
                                                             column: 38,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         arguments: [
                                                          Identifier(
                                                           Identifier {
                                                            id: "path",
                                                            span: Span {
                                                             start: Position {
                                                              line: 115,
                                                              column: 39,
                                                             },
                                                             end: Position {
                                                              line: 115,
                                                              column: 43,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                       span: Span {
                                                        start: Position {
                                                         line: 115,
                                                         column: 20,
                                                        },
                                                        end: Position {
                                                         line: 115,
                                                         column: 43,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 116,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 116,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Identifier(
                                                      Identifier {
                                                       id: "null",
                                                       span: Span {
                                                        start: Position {
                                                         line: 116,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 116,
                                                         column: 27,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 117,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 117,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 118,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 118,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 118,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 118,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Command to run when a virus is found. Please see VIRUS ACTION in\nclamsmtpd(8) for a discussion of this option and its safe use.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 119,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 121,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 118,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 121,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 114,
                                                    column: 34,
                                                   },
                                                   end: Position {
                                                    line: 122,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "xClient",
                                                span: Span {
                                                 start: Position {
                                                  line: 124,
                                                  column: 11,
                                                 },
                                                 end: Position {
                                                  line: 124,
                                                  column: 18,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 124,
                                                   column: 21,
                                                  },
                                                  end: Position {
                                                   line: 124,
                                                   column: 29,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 125,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 125,
                                                          column: 17,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 125,
                                                           column: 20,
                                                          },
                                                          end: Position {
                                                           line: 125,
                                                           column: 25,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "bool",
                                                          span: Span {
                                                           start: Position {
                                                            line: 125,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 125,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 126,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 126,
                                                          column: 20,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Identifier(
                                                      Identifier {
                                                       id: "false",
                                                       span: Span {
                                                        start: Position {
                                                         line: 126,
                                                         column: 23,
                                                        },
                                                        end: Position {
                                                         line: 126,
                                                         column: 28,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 127,
                                                          column: 13,
                                                         },
                                                         end: Position {
                                                          line: 127,
                                                          column: 24,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 128,
                                                             column: 15,
                                                            },
                                                            end: Position {
                                                             line: 128,
                                                             column: 18,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 128,
                                                              column: 19,
                                                             },
                                                             end: Position {
                                                              line: 128,
                                                              column: 24,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        IndentedString(
                                                         IndentedString {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Send the XCLIENT command to the receiving server, for forwarding\nclient addresses and connection information if the receiving\nserver supports this feature.\n",
                                                             span: Span {
                                                              start: Position {
                                                               line: 129,
                                                               column: 1,
                                                              },
                                                              end: Position {
                                                               line: 132,
                                                               column: 15,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 128,
                                                            column: 25,
                                                           },
                                                           end: Position {
                                                            line: 132,
                                                            column: 17,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 124,
                                                    column: 30,
                                                   },
                                                   end: Position {
                                                    line: 133,
                                                    column: 12,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 20,
                                            column: 58,
                                           },
                                           end: Position {
                                            line: 134,
                                            column: 10,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 20,
                                       column: 46,
                                      },
                                      end: Position {
                                       line: 134,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 28,
                           },
                           end: Position {
                            line: 135,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 11,
                    column: 25,
                   },
                   end: Position {
                    line: 136,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 10,
               column: 13,
              },
              end: Position {
               line: 137,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 140,
                column: 3,
               },
               end: Position {
                line: 140,
                column: 9,
               },
              },
             },
            ),
           ],
           to: LetIn(
            LetIn {
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "configfile",
                   span: Span {
                    start: Position {
                     line: 141,
                     column: 5,
                    },
                    end: Position {
                     line: 141,
                     column: 15,
                    },
                   },
                  },
                 ),
                ],
                to: Function(
                 Function {
                  head: Simple(
                   FunctionHeadSimple {
                    identifier: "conf",
                   },
                  ),
                  body: FunctionApplication(
                   FunctionApplication {
                    function: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "pkgs",
                        span: Span {
                         start: Position {
                          line: 141,
                          column: 24,
                         },
                         end: Position {
                          line: 141,
                          column: 28,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "writeText",
                         span: Span {
                          start: Position {
                           line: 141,
                           column: 29,
                          },
                          end: Position {
                           line: 141,
                           column: 38,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "clamsmtpd.conf",
                          span: Span {
                           start: Position {
                            line: 141,
                            column: 40,
                           },
                           end: Position {
                            line: 141,
                            column: 54,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 141,
                         column: 39,
                        },
                        end: Position {
                         line: 141,
                         column: 55,
                        },
                       },
                      },
                     ),
                     IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "Action: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 143,
                            column: 17,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "conf",
                              span: Span {
                               start: Position {
                                line: 143,
                                column: 19,
                               },
                               end: Position {
                                line: 143,
                                column: 23,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "action",
                               span: Span {
                                start: Position {
                                 line: 143,
                                 column: 24,
                                },
                                end: Position {
                                 line: 143,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nClamAddress: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 144,
                            column: 22,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "clamdSocket",
                            span: Span {
                             start: Position {
                              line: 144,
                              column: 24,
                             },
                             end: Position {
                              line: 144,
                              column: 35,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nHeader: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 145,
                            column: 17,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "conf",
                              span: Span {
                               start: Position {
                                line: 145,
                                column: 19,
                               },
                               end: Position {
                                line: 145,
                                column: 23,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "header",
                               span: Span {
                                start: Position {
                                 line: 145,
                                 column: 24,
                                },
                                end: Position {
                                 line: 145,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nKeepAlives: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 146,
                            column: 21,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 146,
                                column: 23,
                               },
                               end: Position {
                                line: 146,
                                column: 31,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "conf",
                                 span: Span {
                                  start: Position {
                                   line: 146,
                                   column: 32,
                                  },
                                  end: Position {
                                   line: 146,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "keepAlives",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 146,
                                    column: 47,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nListen: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 147,
                            column: 17,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "conf",
                              span: Span {
                               start: Position {
                                line: 147,
                                column: 19,
                               },
                               end: Position {
                                line: 147,
                                column: 23,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listen",
                               span: Span {
                                start: Position {
                                 line: 147,
                                 column: 24,
                                },
                                end: Position {
                                 line: 147,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nQuarantine: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 148,
                            column: 21,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: IfThenElse(
                           IfThenElse {
                            predicate: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "conf",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "quarantine",
                                 span: Span {
                                  start: Position {
                                   line: 148,
                                   column: 31,
                                  },
                                  end: Position {
                                   line: 148,
                                   column: 41,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            then: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "on",
                                 span: Span {
                                  start: Position {
                                   line: 148,
                                   column: 48,
                                  },
                                  end: Position {
                                   line: 148,
                                   column: 50,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 148,
                                column: 47,
                               },
                               end: Position {
                                line: 148,
                                column: 51,
                               },
                              },
                             },
                            ),
                            else_: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "off",
                                 span: Span {
                                  start: Position {
                                   line: 148,
                                   column: 58,
                                  },
                                  end: Position {
                                   line: 148,
                                   column: 61,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 148,
                                column: 57,
                               },
                               end: Position {
                                line: 148,
                                column: 62,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 148,
                              column: 23,
                             },
                             end: Position {
                              line: 148,
                              column: 62,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nMaxConnections: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 149,
                            column: 25,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 149,
                                column: 27,
                               },
                               end: Position {
                                line: 149,
                                column: 35,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "conf",
                                 span: Span {
                                  start: Position {
                                   line: 149,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 149,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "maxConnections",
                                  span: Span {
                                   start: Position {
                                    line: 149,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 149,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nOutAddress: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 150,
                            column: 21,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "conf",
                              span: Span {
                               start: Position {
                                line: 150,
                                column: 23,
                               },
                               end: Position {
                                line: 150,
                                column: 27,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "outAddress",
                               span: Span {
                                start: Position {
                                 line: 150,
                                 column: 28,
                                },
                                end: Position {
                                 line: 150,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nTempDirectory: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 151,
                            column: 24,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "conf",
                              span: Span {
                               start: Position {
                                line: 151,
                                column: 26,
                               },
                               end: Position {
                                line: 151,
                                column: 30,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "tempDirectory",
                               span: Span {
                                start: Position {
                                 line: 151,
                                 column: 31,
                                },
                                end: Position {
                                 line: 151,
                                 column: 44,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nTimeOut: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 152,
                            column: 18,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 152,
                                column: 20,
                               },
                               end: Position {
                                line: 152,
                                column: 28,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "conf",
                                 span: Span {
                                  start: Position {
                                   line: 152,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 152,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "timeout",
                                  span: Span {
                                   start: Position {
                                    line: 152,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nTransparentProxy: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 153,
                            column: 27,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: IfThenElse(
                           IfThenElse {
                            predicate: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "conf",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 153,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "transparentProxy",
                                 span: Span {
                                  start: Position {
                                   line: 153,
                                   column: 37,
                                  },
                                  end: Position {
                                   line: 153,
                                   column: 53,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            then: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "on",
                                 span: Span {
                                  start: Position {
                                   line: 153,
                                   column: 60,
                                  },
                                  end: Position {
                                   line: 153,
                                   column: 62,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 153,
                                column: 59,
                               },
                               end: Position {
                                line: 153,
                                column: 63,
                               },
                              },
                             },
                            ),
                            else_: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "off",
                                 span: Span {
                                  start: Position {
                                   line: 153,
                                   column: 70,
                                  },
                                  end: Position {
                                   line: 153,
                                   column: 73,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 153,
                                column: 69,
                               },
                               end: Position {
                                line: 153,
                                column: 74,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 153,
                              column: 29,
                             },
                             end: Position {
                              line: 153,
                              column: 74,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nUser: clamav\n",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 155,
                            column: 9,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optionalString",
                              span: Span {
                               start: Position {
                                line: 155,
                                column: 11,
                               },
                               end: Position {
                                line: 155,
                                column: 25,
                               },
                              },
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "conf",
                                   span: Span {
                                    start: Position {
                                     line: 155,
                                     column: 27,
                                    },
                                    end: Position {
                                     line: 155,
                                     column: 31,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "virusAction",
                                    span: Span {
                                     start: Position {
                                      line: 155,
                                      column: 32,
                                     },
                                     end: Position {
                                      line: 155,
                                      column: 43,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               operator: NotEqualTo,
                               right: Identifier(
                                Identifier {
                                 id: "null",
                                 span: Span {
                                  start: Position {
                                   line: 155,
                                   column: 47,
                                  },
                                  end: Position {
                                   line: 155,
                                   column: 51,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "VirusAction: ",
                                  span: Span {
                                   start: Position {
                                    line: 155,
                                    column: 54,
                                   },
                                   end: Position {
                                    line: 155,
                                    column: 86,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "conf",
                                      span: Span {
                                       start: Position {
                                        line: 155,
                                        column: 69,
                                       },
                                       end: Position {
                                        line: 155,
                                        column: 73,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "virusAction",
                                       span: Span {
                                        start: Position {
                                         line: 155,
                                         column: 74,
                                        },
                                        end: Position {
                                         line: 155,
                                         column: 85,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 155,
                                 column: 53,
                                },
                                end: Position {
                                 line: 155,
                                 column: 87,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nXClient: ",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 156,
                            column: 18,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: IfThenElse(
                           IfThenElse {
                            predicate: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "conf",
                                span: Span {
                                 start: Position {
                                  line: 156,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 156,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "xClient",
                                 span: Span {
                                  start: Position {
                                   line: 156,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 156,
                                   column: 35,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            then: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "on",
                                 span: Span {
                                  start: Position {
                                   line: 156,
                                   column: 42,
                                  },
                                  end: Position {
                                   line: 156,
                                   column: 44,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 156,
                                column: 41,
                               },
                               end: Position {
                                line: 156,
                                column: 45,
                               },
                              },
                             },
                            ),
                            else_: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "off",
                                 span: Span {
                                  start: Position {
                                   line: 156,
                                   column: 52,
                                  },
                                  end: Position {
                                   line: 156,
                                   column: 55,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 156,
                                column: 51,
                               },
                               end: Position {
                                line: 156,
                                column: 56,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 156,
                              column: 20,
                             },
                             end: Position {
                              line: 156,
                              column: 56,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 143,
                            column: 1,
                           },
                           end: Position {
                            line: 157,
                            column: 7,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 142,
                         column: 7,
                        },
                        end: Position {
                         line: 157,
                         column: 9,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 141,
                    column: 18,
                   },
                   end: Position {
                    line: 157,
                    column: 9,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             target: FunctionApplication(
              FunctionApplication {
               function: Identifier(
                Identifier {
                 id: "mkIf",
                 span: Span {
                  start: Position {
                   line: 159,
                   column: 5,
                  },
                  end: Position {
                   line: 159,
                   column: 9,
                  },
                 },
                },
               ),
               arguments: [
                PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 159,
                      column: 10,
                     },
                     end: Position {
                      line: 159,
                      column: 13,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "enable",
                     span: Span {
                      start: Position {
                       line: 159,
                       column: 14,
                      },
                      end: Position {
                       line: 159,
                       column: 20,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "assertions",
                        span: Span {
                         start: Position {
                          line: 160,
                          column: 7,
                         },
                         end: Position {
                          line: 160,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: List(
                      List {
                       elements: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "assertion",
                                span: Span {
                                 start: Position {
                                  line: 161,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 161,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "config",
                                 span: Span {
                                  start: Position {
                                   line: 161,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 161,
                                   column: 29,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "services",
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "clamav",
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "daemon",
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 46,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "enable",
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 53,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "message",
                                span: Span {
                                 start: Position {
                                  line: 162,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 162,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "clamsmtp requires clamav to be enabled",
                                  span: Span {
                                   start: Position {
                                    line: 162,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 162,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 162,
                                 column: 21,
                                },
                                end: Position {
                                 line: 162,
                                 column: 61,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 161,
                            column: 9,
                           },
                           end: Position {
                            line: 163,
                            column: 10,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 160,
                         column: 20,
                        },
                        end: Position {
                         line: 164,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "systemd",
                        span: Span {
                         start: Position {
                          line: 166,
                          column: 7,
                         },
                         end: Position {
                          line: 166,
                          column: 14,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "services",
                        span: Span {
                         start: Position {
                          line: 166,
                          column: 15,
                         },
                         end: Position {
                          line: 166,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "listToAttrs",
                         span: Span {
                          start: Position {
                           line: 166,
                           column: 26,
                          },
                          end: Position {
                           line: 166,
                           column: 37,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "imap1",
                            span: Span {
                             start: Position {
                              line: 166,
                              column: 39,
                             },
                             end: Position {
                              line: 166,
                              column: 44,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Function(
                            Function {
                             head: Simple(
                              FunctionHeadSimple {
                               identifier: "i",
                              },
                             ),
                             body: Function(
                              Function {
                               head: Simple(
                                FunctionHeadSimple {
                                 identifier: "conf",
                                },
                               ),
                               body: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "nameValuePair",
                                   span: Span {
                                    start: Position {
                                     line: 167,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 167,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "clamsmtp-",
                                       span: Span {
                                        start: Position {
                                         line: 167,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 167,
                                         column: 46,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: FunctionApplication(
                                        FunctionApplication {
                                         function: Identifier(
                                          Identifier {
                                           id: "toString",
                                           span: Span {
                                            start: Position {
                                             line: 167,
                                             column: 35,
                                            },
                                            end: Position {
                                             line: 167,
                                             column: 43,
                                            },
                                           },
                                          },
                                         ),
                                         arguments: [
                                          Identifier(
                                           Identifier {
                                            id: "i",
                                            span: Span {
                                             start: Position {
                                              line: 167,
                                              column: 44,
                                             },
                                             end: Position {
                                              line: 167,
                                              column: 45,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 167,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 167,
                                      column: 47,
                                     },
                                    },
                                   },
                                  ),
                                  Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "description",
                                          span: Span {
                                           start: Position {
                                            line: 168,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 168,
                                            column: 22,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "ClamSMTP instance ",
                                            span: Span {
                                             start: Position {
                                              line: 168,
                                              column: 26,
                                             },
                                             end: Position {
                                              line: 168,
                                              column: 57,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "toString",
                                                span: Span {
                                                 start: Position {
                                                  line: 168,
                                                  column: 46,
                                                 },
                                                 end: Position {
                                                  line: 168,
                                                  column: 54,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Identifier(
                                                Identifier {
                                                 id: "i",
                                                 span: Span {
                                                  start: Position {
                                                   line: 168,
                                                   column: 55,
                                                  },
                                                  end: Position {
                                                   line: 168,
                                                   column: 56,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 168,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 168,
                                           column: 58,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "wantedBy",
                                          span: Span {
                                           start: Position {
                                            line: 169,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 169,
                                            column: 19,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "multi-user.target",
                                               span: Span {
                                                start: Position {
                                                 line: 169,
                                                 column: 25,
                                                },
                                                end: Position {
                                                 line: 169,
                                                 column: 42,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 169,
                                              column: 24,
                                             },
                                             end: Position {
                                              line: 169,
                                              column: 43,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 169,
                                           column: 22,
                                          },
                                          end: Position {
                                           line: 169,
                                           column: 45,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "script",
                                          span: Span {
                                           start: Position {
                                            line: 170,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 170,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "exec ",
                                            span: Span {
                                             start: Position {
                                              line: 170,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 170,
                                              column: 42,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "pkgs",
                                                span: Span {
                                                 start: Position {
                                                  line: 170,
                                                  column: 28,
                                                 },
                                                 end: Position {
                                                  line: 170,
                                                  column: 32,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "clamsmtp",
                                                 span: Span {
                                                  start: Position {
                                                   line: 170,
                                                   column: 33,
                                                  },
                                                  end: Position {
                                                   line: 170,
                                                   column: 41,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/bin/clamsmtpd -f ",
                                            span: Span {
                                             start: Position {
                                              line: 170,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 170,
                                              column: 60,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "configfile",
                                                span: Span {
                                                 start: Position {
                                                  line: 170,
                                                  column: 62,
                                                 },
                                                 end: Position {
                                                  line: 170,
                                                  column: 72,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Identifier(
                                                Identifier {
                                                 id: "conf",
                                                 span: Span {
                                                  start: Position {
                                                   line: 170,
                                                   column: 73,
                                                  },
                                                  end: Position {
                                                   line: 170,
                                                   column: 77,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 170,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 170,
                                           column: 79,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "after",
                                          span: Span {
                                           start: Position {
                                            line: 171,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 171,
                                            column: 16,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "clamav-daemon.service",
                                               span: Span {
                                                start: Position {
                                                 line: 171,
                                                 column: 22,
                                                },
                                                end: Position {
                                                 line: 171,
                                                 column: 43,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 171,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 171,
                                              column: 44,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 171,
                                           column: 19,
                                          },
                                          end: Position {
                                           line: 171,
                                           column: 46,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "requires",
                                          span: Span {
                                           start: Position {
                                            line: 172,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 172,
                                            column: 19,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: List(
                                        List {
                                         elements: [
                                          String(
                                           String_ {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "clamav-daemon.service",
                                               span: Span {
                                                start: Position {
                                                 line: 172,
                                                 column: 25,
                                                },
                                                end: Position {
                                                 line: 172,
                                                 column: 46,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 172,
                                              column: 24,
                                             },
                                             end: Position {
                                              line: 172,
                                              column: 47,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 172,
                                           column: 22,
                                          },
                                          end: Position {
                                           line: 172,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "serviceConfig",
                                          span: Span {
                                           start: Position {
                                            line: 173,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 173,
                                            column: 24,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "Type",
                                          span: Span {
                                           start: Position {
                                            line: 173,
                                            column: 25,
                                           },
                                           end: Position {
                                            line: 173,
                                            column: 29,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "forking",
                                            span: Span {
                                             start: Position {
                                              line: 173,
                                              column: 33,
                                             },
                                             end: Position {
                                              line: 173,
                                              column: 40,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 173,
                                           column: 32,
                                          },
                                          end: Position {
                                           line: 173,
                                           column: 41,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "serviceConfig",
                                          span: Span {
                                           start: Position {
                                            line: 174,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 174,
                                            column: 24,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "PrivateTmp",
                                          span: Span {
                                           start: Position {
                                            line: 174,
                                            column: 25,
                                           },
                                           end: Position {
                                            line: 174,
                                            column: 35,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "yes",
                                            span: Span {
                                             start: Position {
                                              line: 174,
                                              column: 39,
                                             },
                                             end: Position {
                                              line: 174,
                                              column: 42,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 174,
                                           column: 38,
                                          },
                                          end: Position {
                                           line: 174,
                                           column: 43,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "unitConfig",
                                          span: Span {
                                           start: Position {
                                            line: 175,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 175,
                                            column: 21,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "JoinsNamespaceOf",
                                          span: Span {
                                           start: Position {
                                            line: 175,
                                            column: 22,
                                           },
                                           end: Position {
                                            line: 175,
                                            column: 38,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "clamav-daemon.service",
                                            span: Span {
                                             start: Position {
                                              line: 175,
                                              column: 42,
                                             },
                                             end: Position {
                                              line: 175,
                                              column: 63,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 175,
                                           column: 41,
                                          },
                                          end: Position {
                                           line: 175,
                                           column: 64,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 167,
                                      column: 48,
                                     },
                                     end: Position {
                                      line: 176,
                                      column: 10,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 166,
                                 column: 49,
                                },
                                end: Position {
                                 line: 176,
                                 column: 10,
                                },
                               },
                              },
                             ),
                             span: Span {
                              start: Position {
                               line: 166,
                               column: 46,
                              },
                              end: Position {
                               line: 176,
                               column: 10,
                              },
                             },
                            },
                           ),
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 177,
                                 column: 9,
                                },
                                end: Position {
                                 line: 177,
                                 column: 12,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "instances",
                                span: Span {
                                 start: Position {
                                  line: 177,
                                  column: 13,
                                 },
                                 end: Position {
                                  line: 177,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 159,
                    column: 21,
                   },
                   end: Position {
                    line: 178,
                    column: 6,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 140,
               column: 12,
              },
              end: Position {
               line: 178,
               column: 6,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 180,
                column: 3,
               },
               end: Position {
                line: 180,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "maintainers",
              span: Span {
               start: Position {
                line: 180,
                column: 8,
               },
               end: Position {
                line: 180,
                column: 19,
               },
              },
             },
            ),
           ],
           to: With(
            With {
             expression: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 180,
                   column: 27,
                  },
                  end: Position {
                   line: 180,
                   column: 30,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "maintainers",
                  span: Span {
                   start: Position {
                    line: 180,
                    column: 31,
                   },
                   end: Position {
                    line: 180,
                    column: 42,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             target: List(
              List {
               elements: [
                Identifier(
                 Identifier {
                  id: "ekleog",
                  span: Span {
                   start: Position {
                    line: 180,
                    column: 46,
                   },
                   end: Position {
                    line: 180,
                    column: 52,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 180,
                 column: 44,
                },
                end: Position {
                 line: 180,
                 column: 54,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 180,
               column: 22,
              },
              end: Position {
               line: 180,
               column: 54,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 8,
          column: 1,
         },
         end: Position {
          line: 181,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 4,
        column: 1,
       },
       end: Position {
        line: 181,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 181,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 181,
    column: 2,
   },
  },
 },
)