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: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "awstats",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 32,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "package",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 10,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 7,
               column: 13,
              },
              end: Position {
               line: 7,
               column: 17,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "awstats",
              span: Span {
               start: Position {
                line: 7,
                column: 18,
               },
               end: Position {
                line: 7,
                column: 25,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configOpts",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Destructured(
            FunctionHeadDestructured {
             ellipsis: true,
             identifier: None,
             arguments: [
              FunctionHeadDestructuredArgument {
               identifier: "name",
               default: None,
              },
              FunctionHeadDestructuredArgument {
               identifier: "config",
               default: None,
              },
             ],
            },
           ),
           body: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "options",
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 5,
                    },
                    end: Position {
                     line: 9,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "type",
                        span: Span {
                         start: Position {
                          line: 10,
                          column: 7,
                         },
                         end: Position {
                          line: 10,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 10,
                           column: 14,
                          },
                          end: Position {
                           line: 10,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 11,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 11,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 11,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 11,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 11,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 11,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "mail",
                                        span: Span {
                                         start: Position {
                                          line: 11,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 11,
                                          column: 34,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 11,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 11,
                                       column: 35,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "web",
                                        span: Span {
                                         start: Position {
                                          line: 11,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 11,
                                          column: 40,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 11,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 11,
                                       column: 41,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 11,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 11,
                                    column: 43,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 12,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 12,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "web",
                                  span: Span {
                                   start: Position {
                                    line: 12,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 12,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 12,
                                 column: 19,
                                },
                                end: Position {
                                 line: 12,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 13,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 13,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "mail",
                                  span: Span {
                                   start: Position {
                                    line: 13,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 13,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 13,
                                 column: 19,
                                },
                                end: Position {
                                 line: 13,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 14,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 14,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 14,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 14,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 14,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 14,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The type of log being collected.\n",
                                     span: Span {
                                      start: Position {
                                       line: 15,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 16,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 14,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 16,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 10,
                            column: 22,
                           },
                           end: Position {
                            line: 17,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "domain",
                        span: Span {
                         start: Position {
                          line: 18,
                          column: 7,
                         },
                         end: Position {
                          line: 18,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 18,
                           column: 16,
                          },
                          end: Position {
                           line: 18,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 19,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 19,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 19,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "name",
                               span: Span {
                                start: Position {
                                 line: 20,
                                 column: 19,
                                },
                                end: Position {
                                 line: 20,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 21,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 21,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 21,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 21,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 21,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 21,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The domain name to collect stats for.",
                                     span: Span {
                                      start: Position {
                                       line: 21,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 21,
                                       column: 71,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 21,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 21,
                                    column: 72,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 22,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "example.com",
                                  span: Span {
                                   start: Position {
                                    line: 22,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 22,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 22,
                                 column: 19,
                                },
                                end: Position {
                                 line: 22,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 25,
                           },
                           end: Position {
                            line: 23,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logFile",
                        span: Span {
                         start: Position {
                          line: 25,
                          column: 7,
                         },
                         end: Position {
                          line: 25,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 25,
                           column: 17,
                          },
                          end: Position {
                           line: 25,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 26,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 26,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 26,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 26,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 26,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 27,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 27,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/log/nginx/access.log",
                                  span: Span {
                                   start: Position {
                                    line: 27,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 27,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 27,
                                 column: 19,
                                },
                                end: Position {
                                 line: 27,
                                 column: 46,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 28,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 28,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 28,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 28,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 28,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The log file to be scanned.\n\nFor mail, set this to\n```\njournalctl $OLD_CURSOR -u postfix.service | ",
                                     span: Span {
                                      start: Position {
                                       line: 29,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 33,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "$",
                                     span: Span {
                                      start: Position {
                                       line: 29,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 33,
                                       column: 58,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "{pkgs.perl}/bin/perl ",
                                     span: Span {
                                      start: Position {
                                       line: 29,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 33,
                                       column: 79,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "$",
                                     span: Span {
                                      start: Position {
                                       line: 29,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 33,
                                       column: 82,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "{pkgs.awstats.out}/share/awstats/tools/maillogconvert.pl standard |\n```\n",
                                     span: Span {
                                      start: Position {
                                       line: 29,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 35,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 28,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 35,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 26,
                           },
                           end: Position {
                            line: 36,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logFormat",
                        span: Span {
                         start: Position {
                          line: 38,
                          column: 7,
                         },
                         end: Position {
                          line: 38,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 38,
                           column: 19,
                          },
                          end: Position {
                           line: 38,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 39,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 39,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 40,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 40,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "1",
                                  span: Span {
                                   start: Position {
                                    line: 40,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 40,
                                    column: 21,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 40,
                                 column: 19,
                                },
                                end: Position {
                                 line: 40,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 41,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 41,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 41,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 41,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The log format being used.\n\nFor mail, set this to\n```\n%time2 %email %email_r %host %host_r %method %url %code %bytesd\n```\n",
                                     span: Span {
                                      start: Position {
                                       line: 42,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 48,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 41,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 48,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 38,
                            column: 28,
                           },
                           end: Position {
                            line: 49,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "hostAliases",
                        span: Span {
                         start: Position {
                          line: 51,
                          column: 7,
                         },
                         end: Position {
                          line: 51,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 51,
                           column: 21,
                          },
                          end: Position {
                           line: 51,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 52,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 52,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "listOf",
                                    span: Span {
                                     start: Position {
                                      line: 52,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 52,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 52,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 52,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 52,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 52,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 19,
                                },
                                end: Position {
                                 line: 53,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 54,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 54,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "www.example.org",
                                     span: Span {
                                      start: Position {
                                       line: 54,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 54,
                                       column: 37,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 54,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 54,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 54,
                                 column: 19,
                                },
                                end: Position {
                                 line: 54,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 55,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 55,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 55,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 55,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "List of aliases the site has.\n",
                                     span: Span {
                                      start: Position {
                                       line: 56,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 57,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 55,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 57,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 51,
                            column: 30,
                           },
                           end: Position {
                            line: 58,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConfig",
                        span: Span {
                         start: Position {
                          line: 60,
                          column: 7,
                         },
                         end: Position {
                          line: 60,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 60,
                           column: 21,
                          },
                          end: Position {
                           line: 60,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 61,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 61,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrsOf",
                                    span: Span {
                                     start: Position {
                                      line: 61,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 61,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 61,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 61,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 61,
                                       column: 36,
                                      },
                                      end: Position {
                                       line: 61,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 19,
                                },
                                end: Position {
                                 line: 62,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 63,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 63,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "{\n  \"ValidHTTPCodes\" = \"404\";\n}\n",
                                     span: Span {
                                      start: Position {
                                       line: 64,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 67,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 63,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 67,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 68,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 68,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 68,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 68,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra configuration to be appended to awstats.${name}.conf.",
                                     span: Span {
                                      start: Position {
                                       line: 68,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 68,
                                       column: 94,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 68,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 68,
                                    column: 95,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 60,
                            column: 30,
                           },
                           end: Position {
                            line: 69,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "webService",
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 7,
                         },
                         end: Position {
                          line: 71,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "enable",
                             span: Span {
                              start: Position {
                               line: 72,
                               column: 9,
                              },
                              end: Position {
                               line: 72,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkEnableOption",
                              span: Span {
                               start: Position {
                                line: 72,
                                column: 18,
                               },
                               end: Position {
                                line: 72,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 72,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 72,
                                     column: 37,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 72,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 72,
                                      column: 43,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "awstats web service",
                                     span: Span {
                                      start: Position {
                                       line: 72,
                                       column: 45,
                                      },
                                      end: Position {
                                       line: 72,
                                       column: 64,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 72,
                                    column: 65,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "hostname",
                             span: Span {
                              start: Position {
                               line: 74,
                               column: 9,
                              },
                              end: Position {
                               line: 74,
                               column: 17,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 74,
                                column: 20,
                               },
                               end: Position {
                                line: 74,
                                column: 28,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 75,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 75,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 75,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 75,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 75,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 75,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "config",
                                      span: Span {
                                       start: Position {
                                        line: 76,
                                        column: 21,
                                       },
                                       end: Position {
                                        line: 76,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "domain",
                                       span: Span {
                                        start: Position {
                                         line: 76,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 76,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 77,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 77,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 77,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 77,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 77,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 77,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "The hostname the web service appears under.",
                                          span: Span {
                                           start: Position {
                                            line: 77,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 77,
                                            column: 79,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 77,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 77,
                                         column: 80,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 74,
                                 column: 29,
                                },
                                end: Position {
                                 line: 78,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "urlPrefix",
                             span: Span {
                              start: Position {
                               line: 80,
                               column: 9,
                              },
                              end: Position {
                               line: 80,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 80,
                                column: 21,
                               },
                               end: Position {
                                line: 80,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 81,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 81,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 81,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 81,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 81,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 81,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 82,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 82,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "/awstats",
                                       span: Span {
                                        start: Position {
                                         line: 82,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 82,
                                         column: 30,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 82,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 82,
                                      column: 31,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 83,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 83,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 83,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 83,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 83,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 83,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "The URL prefix under which the awstats pages appear.",
                                          span: Span {
                                           start: Position {
                                            line: 83,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 83,
                                            column: 88,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 83,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 83,
                                         column: 89,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 80,
                                 column: 30,
                                },
                                end: Position {
                                 line: 84,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 71,
                         column: 20,
                        },
                        end: Position {
                         line: 85,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 15,
                   },
                   end: Position {
                    line: 86,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 8,
               column: 37,
              },
              end: Position {
               line: 87,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 8,
             column: 16,
            },
            end: Position {
             line: 87,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "webServices",
            span: Span {
             start: Position {
              line: 88,
              column: 3,
             },
             end: Position {
              line: 88,
              column: 14,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "filterAttrs",
             span: Span {
              start: Position {
               line: 88,
               column: 17,
              },
              end: Position {
               line: 88,
               column: 28,
              },
             },
            },
           ),
           arguments: [
            Function(
             Function {
              head: Simple(
               FunctionHeadSimple {
                identifier: "name",
               },
              ),
              body: Function(
               Function {
                head: Simple(
                 FunctionHeadSimple {
                  identifier: "value",
                 },
                ),
                body: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "value",
                    span: Span {
                     start: Position {
                      line: 88,
                      column: 43,
                     },
                     end: Position {
                      line: 88,
                      column: 48,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "webService",
                     span: Span {
                      start: Position {
                       line: 88,
                       column: 49,
                      },
                      end: Position {
                       line: 88,
                       column: 59,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "enable",
                     span: Span {
                      start: Position {
                       line: 88,
                       column: 60,
                      },
                      end: Position {
                       line: 88,
                       column: 66,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                span: Span {
                 start: Position {
                  line: 88,
                  column: 36,
                 },
                 end: Position {
                  line: 88,
                  column: 66,
                 },
                },
               },
              ),
              span: Span {
               start: Position {
                line: 88,
                column: 30,
               },
               end: Position {
                line: 88,
                column: 66,
               },
              },
             },
            ),
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 88,
                  column: 68,
                 },
                 end: Position {
                  line: 88,
                  column: 71,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "configs",
                 span: Span {
                  start: Position {
                   line: 88,
                   column: 72,
                  },
                  end: Position {
                   line: 88,
                   column: 79,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "imports",
              span: Span {
               start: Position {
                line: 91,
                column: 3,
               },
               end: Position {
                line: 91,
                column: 10,
               },
              },
             },
            ),
           ],
           to: List(
            List {
             elements: [
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRemovedOptionModule",
                  span: Span {
                   start: Position {
                    line: 92,
                    column: 6,
                   },
                   end: Position {
                    line: 92,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 92,
                           column: 31,
                          },
                          end: Position {
                           line: 92,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 30,
                       },
                       end: Position {
                        line: 92,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "awstats",
                         span: Span {
                          start: Position {
                           line: 92,
                           column: 42,
                          },
                          end: Position {
                           line: 92,
                           column: 49,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 41,
                       },
                       end: Position {
                        line: 92,
                        column: 50,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "service",
                         span: Span {
                          start: Position {
                           line: 92,
                           column: 52,
                          },
                          end: Position {
                           line: 92,
                           column: 59,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 51,
                       },
                       end: Position {
                        line: 92,
                        column: 60,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "enable",
                         span: Span {
                          start: Position {
                           line: 92,
                           column: 62,
                          },
                          end: Position {
                           line: 92,
                           column: 68,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 61,
                       },
                       end: Position {
                        line: 92,
                        column: 69,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 92,
                     column: 28,
                    },
                    end: Position {
                     line: 92,
                     column: 71,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Please enable per domain with `services.awstats.configs.<name>.webService.enable`",
                      span: Span {
                       start: Position {
                        line: 92,
                        column: 73,
                       },
                       end: Position {
                        line: 92,
                        column: 154,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 92,
                     column: 72,
                    },
                    end: Position {
                     line: 92,
                     column: 155,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRemovedOptionModule",
                  span: Span {
                   start: Position {
                    line: 93,
                    column: 6,
                   },
                   end: Position {
                    line: 93,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 93,
                           column: 31,
                          },
                          end: Position {
                           line: 93,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 93,
                        column: 30,
                       },
                       end: Position {
                        line: 93,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "awstats",
                         span: Span {
                          start: Position {
                           line: 93,
                           column: 42,
                          },
                          end: Position {
                           line: 93,
                           column: 49,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 93,
                        column: 41,
                       },
                       end: Position {
                        line: 93,
                        column: 50,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "service",
                         span: Span {
                          start: Position {
                           line: 93,
                           column: 52,
                          },
                          end: Position {
                           line: 93,
                           column: 59,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 93,
                        column: 51,
                       },
                       end: Position {
                        line: 93,
                        column: 60,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "urlPrefix",
                         span: Span {
                          start: Position {
                           line: 93,
                           column: 62,
                          },
                          end: Position {
                           line: 93,
                           column: 71,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 93,
                        column: 61,
                       },
                       end: Position {
                        line: 93,
                        column: 72,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 93,
                     column: 28,
                    },
                    end: Position {
                     line: 93,
                     column: 74,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Please set per domain with `services.awstats.configs.<name>.webService.urlPrefix`",
                      span: Span {
                       start: Position {
                        line: 93,
                        column: 76,
                       },
                       end: Position {
                        line: 93,
                        column: 157,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 93,
                     column: 75,
                    },
                    end: Position {
                     line: 93,
                     column: 158,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRenamedOptionModule",
                  span: Span {
                   start: Position {
                    line: 94,
                    column: 6,
                   },
                   end: Position {
                    line: 94,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 31,
                          },
                          end: Position {
                           line: 94,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 94,
                        column: 30,
                       },
                       end: Position {
                        line: 94,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "awstats",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 42,
                          },
                          end: Position {
                           line: 94,
                           column: 49,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 94,
                        column: 41,
                       },
                       end: Position {
                        line: 94,
                        column: 50,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "vardir",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 52,
                          },
                          end: Position {
                           line: 94,
                           column: 58,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 94,
                        column: 51,
                       },
                       end: Position {
                        line: 94,
                        column: 59,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 94,
                     column: 28,
                    },
                    end: Position {
                     line: 94,
                     column: 61,
                    },
                   },
                  },
                 ),
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 65,
                          },
                          end: Position {
                           line: 94,
                           column: 73,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 94,
                        column: 64,
                       },
                       end: Position {
                        line: 94,
                        column: 74,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "awstats",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 76,
                          },
                          end: Position {
                           line: 94,
                           column: 83,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 94,
                        column: 75,
                       },
                       end: Position {
                        line: 94,
                        column: 84,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "dataDir",
                         span: Span {
                          start: Position {
                           line: 94,
                           column: 86,
                          },
                          end: Position {
                           line: 94,
                           column: 93,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 94,
                        column: 85,
                       },
                       end: Position {
                        line: 94,
                        column: 94,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 94,
                     column: 62,
                    },
                    end: Position {
                     line: 94,
                     column: 96,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 91,
               column: 13,
              },
              end: Position {
               line: 95,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 97,
                column: 3,
               },
               end: Position {
                line: 97,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 97,
                column: 11,
               },
               end: Position {
                line: 97,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "awstats",
              span: Span {
               start: Position {
                line: 97,
                column: 20,
               },
               end: Position {
                line: 97,
                column: 27,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 98,
                     column: 5,
                    },
                    end: Position {
                     line: 98,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 98,
                      column: 14,
                     },
                     end: Position {
                      line: 98,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 98,
                           column: 30,
                          },
                          end: Position {
                           line: 98,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 98,
                            column: 34,
                           },
                           end: Position {
                            line: 98,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "awstats",
                           span: Span {
                            start: Position {
                             line: 98,
                             column: 41,
                            },
                            end: Position {
                             line: 98,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 98,
                          column: 40,
                         },
                         end: Position {
                          line: 98,
                          column: 49,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "dataDir",
                   span: Span {
                    start: Position {
                     line: 100,
                     column: 5,
                    },
                    end: Position {
                     line: 100,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 100,
                      column: 15,
                     },
                     end: Position {
                      line: 100,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 101,
                             column: 7,
                            },
                            end: Position {
                             line: 101,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 101,
                              column: 14,
                             },
                             end: Position {
                              line: 101,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "path",
                             span: Span {
                              start: Position {
                               line: 101,
                               column: 20,
                              },
                              end: Position {
                               line: 101,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 7,
                            },
                            end: Position {
                             line: 102,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/var/lib/awstats",
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 18,
                              },
                              end: Position {
                               line: 102,
                               column: 34,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 102,
                            column: 17,
                           },
                           end: Position {
                            line: 102,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 103,
                             column: 7,
                            },
                            end: Position {
                             line: 103,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 103,
                                column: 21,
                               },
                               end: Position {
                                line: 103,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 103,
                                 column: 25,
                                },
                                end: Position {
                                 line: 103,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The directory where awstats data will be stored.",
                                span: Span {
                                 start: Position {
                                  line: 103,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 103,
                                  column: 80,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 31,
                              },
                              end: Position {
                               line: 103,
                               column: 81,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 100,
                       column: 24,
                      },
                      end: Position {
                       line: 104,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "configs",
                   span: Span {
                    start: Position {
                     line: 106,
                     column: 5,
                    },
                    end: Position {
                     line: 106,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 106,
                      column: 15,
                     },
                     end: Position {
                      line: 106,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 107,
                             column: 7,
                            },
                            end: Position {
                             line: 107,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 107,
                                column: 14,
                               },
                               end: Position {
                                line: 107,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "attrsOf",
                               span: Span {
                                start: Position {
                                 line: 107,
                                 column: 20,
                                },
                                end: Position {
                                 line: 107,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 107,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 107,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "submodule",
                                  span: Span {
                                   start: Position {
                                    line: 107,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 107,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              Identifier(
                               Identifier {
                                id: "configOpts",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 45,
                                 },
                                 end: Position {
                                  line: 107,
                                  column: 55,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 108,
                             column: 7,
                            },
                            end: Position {
                             line: 108,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [],
                          span: Span {
                           start: Position {
                            line: 108,
                            column: 17,
                           },
                           end: Position {
                            line: 108,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 109,
                             column: 7,
                            },
                            end: Position {
                             line: 109,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 109,
                              column: 17,
                             },
                             end: Position {
                              line: 109,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "{\n  \"mysite\" = {\n    domain = \"example.com\";\n    logFile = \"/var/log/nginx/access.log\";\n  };\n}\n",
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 116,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 109,
                               column: 35,
                              },
                              end: Position {
                               line: 116,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 117,
                             column: 7,
                            },
                            end: Position {
                             line: 117,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 117,
                                column: 21,
                               },
                               end: Position {
                                line: 117,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 117,
                                 column: 25,
                                },
                                end: Position {
                                 line: 117,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Attribute set of domains to collect stats for.",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 78,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 117,
                               column: 31,
                              },
                              end: Position {
                               line: 117,
                               column: 79,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 106,
                       column: 24,
                      },
                      end: Position {
                       line: 118,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "updateAt",
                   span: Span {
                    start: Position {
                     line: 120,
                     column: 5,
                    },
                    end: Position {
                     line: 120,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 120,
                      column: 16,
                     },
                     end: Position {
                      line: 120,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 121,
                             column: 7,
                            },
                            end: Position {
                             line: 121,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 121,
                                column: 14,
                               },
                               end: Position {
                                line: 121,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 121,
                                 column: 20,
                                },
                                end: Position {
                                 line: 121,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 121,
                                 column: 27,
                                },
                                end: Position {
                                 line: 121,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 121,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 121,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 122,
                             column: 7,
                            },
                            end: Position {
                             line: 122,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 122,
                            column: 17,
                           },
                           end: Position {
                            line: 122,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 123,
                             column: 7,
                            },
                            end: Position {
                             line: 123,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "hourly",
                             span: Span {
                              start: Position {
                               line: 123,
                               column: 18,
                              },
                              end: Position {
                               line: 123,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 123,
                            column: 17,
                           },
                           end: Position {
                            line: 123,
                            column: 25,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 124,
                             column: 7,
                            },
                            end: Position {
                             line: 124,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 124,
                                column: 21,
                               },
                               end: Position {
                                line: 124,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 25,
                                },
                                end: Position {
                                 line: 124,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Specification of the time at which awstats will get updated.\n(in the format described by {manpage}`systemd.time(7)`)\n",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 127,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 124,
                               column: 31,
                              },
                              end: Position {
                               line: 127,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 120,
                       column: 25,
                      },
                      end: Position {
                       line: 128,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 97,
               column: 30,
              },
              end: Position {
               line: 129,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 132,
                column: 3,
               },
               end: Position {
                line: 132,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 132,
                 column: 12,
                },
                end: Position {
                 line: 132,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 132,
                    column: 17,
                   },
                   end: Position {
                    line: 132,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 132,
                     column: 21,
                    },
                    end: Position {
                     line: 132,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 133,
                        column: 5,
                       },
                       end: Position {
                        line: 133,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 133,
                        column: 17,
                       },
                       end: Position {
                        line: 133,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "package",
                          span: Span {
                           start: Position {
                            line: 133,
                            column: 36,
                           },
                           end: Position {
                            line: 133,
                            column: 43,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "bin",
                           span: Span {
                            start: Position {
                             line: 133,
                             column: 44,
                            },
                            end: Position {
                             line: 133,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 133,
                       column: 34,
                      },
                      end: Position {
                       line: 133,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 135,
                        column: 5,
                       },
                       end: Position {
                        line: 135,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 135,
                        column: 17,
                       },
                       end: Position {
                        line: 135,
                        column: 20,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mapAttrs'",
                       span: Span {
                        start: Position {
                         line: 135,
                         column: 23,
                        },
                        end: Position {
                         line: 135,
                         column: 32,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "opts",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nameValuePair",
                              span: Span {
                               start: Position {
                                line: 136,
                                column: 5,
                               },
                               end: Position {
                                line: 136,
                                column: 18,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "awstats/awstats.",
                                  span: Span {
                                   start: Position {
                                    line: 136,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 136,
                                    column: 43,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "name",
                                    span: Span {
                                     start: Position {
                                      line: 136,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 136,
                                      column: 42,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: ".conf",
                                  span: Span {
                                   start: Position {
                                    line: 136,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 136,
                                    column: 48,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 136,
                                 column: 19,
                                },
                                end: Position {
                                 line: 136,
                                 column: 49,
                                },
                               },
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "source",
                                     span: Span {
                                      start: Position {
                                       line: 137,
                                       column: 7,
                                      },
                                      end: Position {
                                       line: 137,
                                       column: 13,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "pkgs",
                                        span: Span {
                                         start: Position {
                                          line: 137,
                                          column: 16,
                                         },
                                         end: Position {
                                          line: 137,
                                          column: 20,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "runCommand",
                                         span: Span {
                                          start: Position {
                                           line: 137,
                                           column: 21,
                                          },
                                          end: Position {
                                           line: 137,
                                           column: 31,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "awstats.",
                                          span: Span {
                                           start: Position {
                                            line: 137,
                                            column: 33,
                                           },
                                           end: Position {
                                            line: 137,
                                            column: 48,
                                           },
                                          },
                                         },
                                        ),
                                        Interpolation(
                                         PartInterpolation {
                                          expression: Identifier(
                                           Identifier {
                                            id: "name",
                                            span: Span {
                                             start: Position {
                                              line: 137,
                                              column: 43,
                                             },
                                             end: Position {
                                              line: 137,
                                              column: 47,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: ".conf",
                                          span: Span {
                                           start: Position {
                                            line: 137,
                                            column: 33,
                                           },
                                           end: Position {
                                            line: 137,
                                            column: 53,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 137,
                                         column: 32,
                                        },
                                        end: Position {
                                         line: 137,
                                         column: 54,
                                        },
                                       },
                                      },
                                     ),
                                     Map(
                                      Map {
                                       recursive: false,
                                       bindings: [
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "preferLocalBuild",
                                             span: Span {
                                              start: Position {
                                               line: 138,
                                               column: 9,
                                              },
                                              end: Position {
                                               line: 138,
                                               column: 25,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: Identifier(
                                           Identifier {
                                            id: "true",
                                            span: Span {
                                             start: Position {
                                              line: 138,
                                              column: 28,
                                             },
                                             end: Position {
                                              line: 138,
                                              column: 32,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 138,
                                         column: 7,
                                        },
                                        end: Position {
                                         line: 138,
                                         column: 35,
                                        },
                                       },
                                      },
                                     ),
                                     BinaryOperation(
                                      BinaryOperation {
                                       left: BinaryOperation(
                                        BinaryOperation {
                                         left: BinaryOperation(
                                          BinaryOperation {
                                           left: BinaryOperation(
                                            BinaryOperation {
                                             left: IndentedString(
                                              IndentedString {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "sed \\\n",
                                                  span: Span {
                                                   start: Position {
                                                    line: 140,
                                                    column: 1,
                                                   },
                                                   end: Position {
                                                    line: 141,
                                                    column: 7,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 139,
                                                 column: 8,
                                                },
                                                end: Position {
                                                 line: 141,
                                                 column: 9,
                                                },
                                               },
                                              },
                                             ),
                                             operator: Addition,
                                             right: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "optionalString",
                                                 span: Span {
                                                  start: Position {
                                                   line: 143,
                                                   column: 9,
                                                  },
                                                  end: Position {
                                                   line: 143,
                                                   column: 23,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                BinaryOperation(
                                                 BinaryOperation {
                                                  left: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "opts",
                                                      span: Span {
                                                       start: Position {
                                                        line: 143,
                                                        column: 25,
                                                       },
                                                       end: Position {
                                                        line: 143,
                                                        column: 29,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "type",
                                                       span: Span {
                                                        start: Position {
                                                         line: 143,
                                                         column: 30,
                                                        },
                                                        end: Position {
                                                         line: 143,
                                                         column: 34,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  operator: EqualTo,
                                                  right: String(
                                                   String_ {
                                                    parts: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mail",
                                                       span: Span {
                                                        start: Position {
                                                         line: 143,
                                                         column: 39,
                                                        },
                                                        end: Position {
                                                         line: 143,
                                                         column: 43,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 143,
                                                      column: 38,
                                                     },
                                                     end: Position {
                                                      line: 143,
                                                      column: 44,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                IndentedString(
                                                 IndentedString {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "-e 's|^\\(LogType\\)=.*$|\\1=M|' \\\n-e 's|^\\(LevelForBrowsersDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForOSDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForRefererAnalyze\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForRobotsDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForSearchEnginesDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForFileTypesDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForWormsDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowMenu\\)=.*$|\\1=1|' \\\n-e 's|^\\(ShowSummary\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowMonthStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowDaysOfMonthStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowDaysOfWeekStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowHoursStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowDomainsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowHostsStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowAuthenticatedUsers\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowRobotsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowEMailSenders\\)=.*$|\\1=HBML|' \\\n-e 's|^\\(ShowEMailReceivers\\)=.*$|\\1=HBML|' \\\n-e 's|^\\(ShowSessionsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowPagesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowFileTypesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowFileSizesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowBrowsersStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowOSStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowOriginStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowKeyphrasesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowKeywordsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowMiscStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowHTTPErrorsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowSMTPErrorsStats\\)=.*$|\\1=1|' \\\n",
                                                     span: Span {
                                                      start: Position {
                                                       line: 145,
                                                       column: 1,
                                                      },
                                                      end: Position {
                                                       line: 177,
                                                       column: 7,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 144,
                                                    column: 7,
                                                   },
                                                   end: Position {
                                                    line: 177,
                                                    column: 9,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           operator: Addition,
                                           right: IndentedString(
                                            IndentedString {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "-e 's|^\\(DirData\\)=.*$|\\1=\"",
                                                span: Span {
                                                 start: Position {
                                                  line: 181,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 181,
                                                  column: 36,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "cfg",
                                                    span: Span {
                                                     start: Position {
                                                      line: 181,
                                                      column: 38,
                                                     },
                                                     end: Position {
                                                      line: 181,
                                                      column: 41,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "dataDir",
                                                     span: Span {
                                                      start: Position {
                                                       line: 181,
                                                       column: 42,
                                                      },
                                                      end: Position {
                                                       line: 181,
                                                       column: 49,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "/",
                                                span: Span {
                                                 start: Position {
                                                  line: 181,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 181,
                                                  column: 51,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "name",
                                                  span: Span {
                                                   start: Position {
                                                    line: 181,
                                                    column: 53,
                                                   },
                                                   end: Position {
                                                    line: 181,
                                                    column: 57,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "\"|' \\\n-e 's|^\\(DirIcons\\)=.*$|\\1=\"icons\"|' \\\n-e 's|^\\(CreateDirDataIfNotExists\\)=.*$|\\1=1|' \\\n-e 's|^\\(SiteDomain\\)=.*$|\\1=\"",
                                                span: Span {
                                                 start: Position {
                                                  line: 181,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 184,
                                                  column: 39,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "name",
                                                  span: Span {
                                                   start: Position {
                                                    line: 184,
                                                    column: 41,
                                                   },
                                                   end: Position {
                                                    line: 184,
                                                    column: 45,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "\"|' \\\n-e 's|^\\(LogFile\\)=.*$|\\1=\"",
                                                span: Span {
                                                 start: Position {
                                                  line: 181,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 185,
                                                  column: 36,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "opts",
                                                    span: Span {
                                                     start: Position {
                                                      line: 185,
                                                      column: 38,
                                                     },
                                                     end: Position {
                                                      line: 185,
                                                      column: 42,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "logFile",
                                                     span: Span {
                                                      start: Position {
                                                       line: 185,
                                                       column: 43,
                                                      },
                                                      end: Position {
                                                       line: 185,
                                                       column: 50,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "\"|' \\\n-e 's|^\\(LogFormat\\)=.*$|\\1=\"",
                                                span: Span {
                                                 start: Position {
                                                  line: 181,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 186,
                                                  column: 38,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "opts",
                                                    span: Span {
                                                     start: Position {
                                                      line: 186,
                                                      column: 40,
                                                     },
                                                     end: Position {
                                                      line: 186,
                                                      column: 44,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "logFormat",
                                                     span: Span {
                                                      start: Position {
                                                       line: 186,
                                                       column: 45,
                                                      },
                                                      end: Position {
                                                       line: 186,
                                                       column: 54,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "\"|' \\\n",
                                                span: Span {
                                                 start: Position {
                                                  line: 181,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 187,
                                                  column: 7,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 180,
                                               column: 7,
                                              },
                                              end: Position {
                                               line: 187,
                                               column: 9,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                         operator: Addition,
                                         right: FunctionApplication(
                                          FunctionApplication {
                                           function: Identifier(
                                            Identifier {
                                             id: "concatStringsSep",
                                             span: Span {
                                              start: Position {
                                               line: 190,
                                               column: 7,
                                              },
                                              end: Position {
                                               line: 190,
                                               column: 23,
                                              },
                                             },
                                            },
                                           ),
                                           arguments: [
                                            String(
                                             String_ {
                                              parts: [
                                               Raw(
                                                PartRaw {
                                                 content: "\n",
                                                 span: Span {
                                                  start: Position {
                                                   line: 190,
                                                   column: 25,
                                                  },
                                                  end: Position {
                                                   line: 190,
                                                   column: 27,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 190,
                                                column: 24,
                                               },
                                               end: Position {
                                                line: 190,
                                                column: 28,
                                               },
                                              },
                                             },
                                            ),
                                            FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "mapAttrsToList",
                                                span: Span {
                                                 start: Position {
                                                  line: 190,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 190,
                                                  column: 44,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Function(
                                                Function {
                                                 head: Simple(
                                                  FunctionHeadSimple {
                                                   identifier: "n",
                                                  },
                                                 ),
                                                 body: Function(
                                                  Function {
                                                   head: Simple(
                                                    FunctionHeadSimple {
                                                     identifier: "v",
                                                    },
                                                   ),
                                                   body: IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "-e 's|^\\(",
                                                        span: Span {
                                                         start: Position {
                                                          line: 191,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 191,
                                                          column: 18,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      Interpolation(
                                                       PartInterpolation {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 191,
                                                            column: 20,
                                                           },
                                                           end: Position {
                                                            line: 191,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       },
                                                      ),
                                                      Raw(
                                                       PartRaw {
                                                        content: "\\)=.*$|\\1=\"",
                                                        span: Span {
                                                         start: Position {
                                                          line: 191,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 191,
                                                          column: 33,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      Interpolation(
                                                       PartInterpolation {
                                                        expression: Identifier(
                                                         Identifier {
                                                          id: "v",
                                                          span: Span {
                                                           start: Position {
                                                            line: 191,
                                                            column: 35,
                                                           },
                                                           end: Position {
                                                            line: 191,
                                                            column: 36,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       },
                                                      ),
                                                      Raw(
                                                       PartRaw {
                                                        content: "\"|' \\\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 191,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 192,
                                                          column: 7,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 190,
                                                       column: 52,
                                                      },
                                                      end: Position {
                                                       line: 192,
                                                       column: 9,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   span: Span {
                                                    start: Position {
                                                     line: 190,
                                                     column: 49,
                                                    },
                                                    end: Position {
                                                     line: 192,
                                                     column: 9,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 span: Span {
                                                  start: Position {
                                                   line: 190,
                                                   column: 46,
                                                  },
                                                  end: Position {
                                                   line: 192,
                                                   column: 9,
                                                  },
                                                 },
                                                },
                                               ),
                                               PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "opts",
                                                   span: Span {
                                                    start: Position {
                                                     line: 192,
                                                     column: 11,
                                                    },
                                                    end: Position {
                                                     line: 192,
                                                     column: 15,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "extraConfig",
                                                    span: Span {
                                                     start: Position {
                                                      line: 192,
                                                      column: 16,
                                                     },
                                                     end: Position {
                                                      line: 192,
                                                      column: 27,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           ],
                                          },
                                         ),
                                        },
                                       ),
                                       operator: Addition,
                                       right: IndentedString(
                                        IndentedString {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "< ",
                                            span: Span {
                                             start: Position {
                                              line: 195,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 195,
                                              column: 11,
                                             },
                                            },
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "'",
                                            span: Span {
                                             start: Position {
                                              line: 195,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 195,
                                              column: 12,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "package",
                                                span: Span {
                                                 start: Position {
                                                  line: 195,
                                                  column: 14,
                                                 },
                                                 end: Position {
                                                  line: 195,
                                                  column: 21,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "out",
                                                 span: Span {
                                                  start: Position {
                                                   line: 195,
                                                   column: 22,
                                                  },
                                                  end: Position {
                                                   line: 195,
                                                   column: 25,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/wwwroot/cgi-bin/awstats.model.conf' > \"$out\"\n",
                                            span: Span {
                                             start: Position {
                                              line: 195,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 196,
                                              column: 7,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 194,
                                           column: 7,
                                          },
                                          end: Position {
                                           line: 196,
                                           column: 9,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 136,
                                 column: 50,
                                },
                                end: Position {
                                 line: 197,
                                 column: 6,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 135,
                            column: 40,
                           },
                           end: Position {
                            line: 197,
                            column: 6,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 135,
                          column: 34,
                         },
                         end: Position {
                          line: 197,
                          column: 6,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 197,
                            column: 8,
                           },
                           end: Position {
                            line: 197,
                            column: 11,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "configs",
                           span: Span {
                            start: Position {
                             line: 197,
                             column: 12,
                            },
                            end: Position {
                             line: 197,
                             column: 19,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 200,
                        column: 5,
                       },
                       end: Position {
                        line: 200,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "tmpfiles",
                      span: Span {
                       start: Position {
                        line: 200,
                        column: 13,
                       },
                       end: Position {
                        line: 200,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rules",
                      span: Span {
                       start: Position {
                        line: 200,
                        column: 22,
                       },
                       end: Position {
                        line: 200,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: BinaryOperation(
                    BinaryOperation {
                     left: List(
                      List {
                       elements: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "d '",
                             span: Span {
                              start: Position {
                               line: 201,
                               column: 10,
                              },
                              end: Position {
                               line: 201,
                               column: 27,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 201,
                                   column: 15,
                                  },
                                  end: Position {
                                   line: 201,
                                   column: 18,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dataDir",
                                  span: Span {
                                   start: Position {
                                    line: 201,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 201,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "' 755 root root - -",
                             span: Span {
                              start: Position {
                               line: 201,
                               column: 10,
                              },
                              end: Position {
                               line: 201,
                               column: 46,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 201,
                            column: 9,
                           },
                           end: Position {
                            line: 201,
                            column: 47,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 201,
                         column: 7,
                        },
                        end: Position {
                         line: 201,
                         column: 49,
                        },
                       },
                      },
                     ),
                     operator: Concatenation,
                     right: BinaryOperation(
                      BinaryOperation {
                       left: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mapAttrsToList",
                           span: Span {
                            start: Position {
                             line: 202,
                             column: 7,
                            },
                            end: Position {
                             line: 202,
                             column: 21,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "name",
                             },
                            ),
                            body: Function(
                             Function {
                              head: Simple(
                               FunctionHeadSimple {
                                identifier: "opts",
                               },
                              ),
                              body: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "d '",
                                   span: Span {
                                    start: Position {
                                     line: 202,
                                     column: 36,
                                    },
                                    end: Position {
                                     line: 202,
                                     column: 53,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 202,
                                         column: 41,
                                        },
                                        end: Position {
                                         line: 202,
                                         column: 44,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 202,
                                          column: 45,
                                         },
                                         end: Position {
                                          line: 202,
                                          column: 52,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/",
                                   span: Span {
                                    start: Position {
                                     line: 202,
                                     column: 36,
                                    },
                                    end: Position {
                                     line: 202,
                                     column: 54,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: Identifier(
                                    Identifier {
                                     id: "name",
                                     span: Span {
                                      start: Position {
                                       line: 202,
                                       column: 56,
                                      },
                                      end: Position {
                                       line: 202,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "' 755 root root - -",
                                   span: Span {
                                    start: Position {
                                     line: 202,
                                     column: 36,
                                    },
                                    end: Position {
                                     line: 202,
                                     column: 80,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 202,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 202,
                                  column: 81,
                                 },
                                },
                               },
                              ),
                              span: Span {
                               start: Position {
                                line: 202,
                                column: 29,
                               },
                               end: Position {
                                line: 202,
                                column: 81,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 202,
                              column: 23,
                             },
                             end: Position {
                              line: 202,
                              column: 81,
                             },
                            },
                           },
                          ),
                          PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 202,
                                column: 83,
                               },
                               end: Position {
                                line: 202,
                                column: 86,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "configs",
                               span: Span {
                                start: Position {
                                 line: 202,
                                 column: 87,
                                },
                                end: Position {
                                 line: 202,
                                 column: 94,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         ],
                        },
                       ),
                       operator: Concatenation,
                       right: List(
                        List {
                         elements: [
                          String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "Z '",
                               span: Span {
                                start: Position {
                                 line: 203,
                                 column: 10,
                                },
                                end: Position {
                                 line: 203,
                                 column: 27,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 203,
                                     column: 15,
                                    },
                                    end: Position {
                                     line: 203,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "dataDir",
                                    span: Span {
                                     start: Position {
                                      line: 203,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 203,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "' 755 root root - -",
                               span: Span {
                                start: Position {
                                 line: 203,
                                 column: 10,
                                },
                                end: Position {
                                 line: 203,
                                 column: 46,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 203,
                              column: 9,
                             },
                             end: Position {
                              line: 203,
                              column: 47,
                             },
                            },
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 203,
                           column: 7,
                          },
                          end: Position {
                           line: 203,
                           column: 49,
                          },
                         },
                        },
                       ),
                      },
                     ),
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 206,
                        column: 5,
                       },
                       end: Position {
                        line: 206,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "nginx",
                      span: Span {
                       start: Position {
                        line: 206,
                        column: 14,
                       },
                       end: Position {
                        line: 206,
                        column: 19,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "virtualHosts",
                      span: Span {
                       start: Position {
                        line: 206,
                        column: 20,
                       },
                       end: Position {
                        line: 206,
                        column: 32,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mapAttrs'",
                       span: Span {
                        start: Position {
                         line: 206,
                         column: 35,
                        },
                        end: Position {
                         line: 206,
                         column: 44,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "opts",
                           },
                          ),
                          body: Map(
                           Map {
                            recursive: false,
                            bindings: [
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "name",
                                  span: Span {
                                   start: Position {
                                    line: 207,
                                    column: 7,
                                   },
                                   end: Position {
                                    line: 207,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "opts",
                                   span: Span {
                                    start: Position {
                                     line: 207,
                                     column: 14,
                                    },
                                    end: Position {
                                     line: 207,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "webService",
                                    span: Span {
                                     start: Position {
                                      line: 207,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 207,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "hostname",
                                    span: Span {
                                     start: Position {
                                      line: 207,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 207,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                              },
                             ),
                             KeyValue(
                              BindingKeyValue {
                               from: [
                                Raw(
                                 PartRaw {
                                  content: "value",
                                  span: Span {
                                   start: Position {
                                    line: 208,
                                    column: 7,
                                   },
                                   end: Position {
                                    line: 208,
                                    column: 12,
                                   },
                                  },
                                 },
                                ),
                               ],
                               to: Map(
                                Map {
                                 recursive: false,
                                 bindings: [
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "locations",
                                       span: Span {
                                        start: Position {
                                         line: 209,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 209,
                                         column: 18,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: Map(
                                     Map {
                                      recursive: false,
                                      bindings: [
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Expression(
                                           PartExpression {
                                            expression: String(
                                             String_ {
                                              parts: [
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "opts",
                                                     span: Span {
                                                      start: Position {
                                                       line: 210,
                                                       column: 14,
                                                      },
                                                      end: Position {
                                                       line: 210,
                                                       column: 18,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "webService",
                                                      span: Span {
                                                       start: Position {
                                                        line: 210,
                                                        column: 19,
                                                       },
                                                       end: Position {
                                                        line: 210,
                                                        column: 29,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    Raw(
                                                     PartRaw {
                                                      content: "urlPrefix",
                                                      span: Span {
                                                       start: Position {
                                                        line: 210,
                                                        column: 30,
                                                       },
                                                       end: Position {
                                                        line: 210,
                                                        column: 39,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "/css/",
                                                 span: Span {
                                                  start: Position {
                                                   line: 210,
                                                   column: 12,
                                                  },
                                                  end: Position {
                                                   line: 210,
                                                   column: 45,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 210,
                                                column: 11,
                                               },
                                               end: Position {
                                                line: 210,
                                                column: 46,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         to: Map(
                                          Map {
                                           recursive: false,
                                           bindings: [
                                            KeyValue(
                                             BindingKeyValue {
                                              from: [
                                               Raw(
                                                PartRaw {
                                                 content: "alias",
                                                 span: Span {
                                                  start: Position {
                                                   line: 211,
                                                   column: 13,
                                                  },
                                                  end: Position {
                                                   line: 211,
                                                   column: 18,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              to: String(
                                               String_ {
                                                parts: [
                                                 Interpolation(
                                                  PartInterpolation {
                                                   expression: PropertyAccess(
                                                    PropertyAccess {
                                                     expression: Identifier(
                                                      Identifier {
                                                       id: "package",
                                                       span: Span {
                                                        start: Position {
                                                         line: 211,
                                                         column: 24,
                                                        },
                                                        end: Position {
                                                         line: 211,
                                                         column: 31,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     attribute_path: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "out",
                                                        span: Span {
                                                         start: Position {
                                                          line: 211,
                                                          column: 32,
                                                         },
                                                         end: Position {
                                                          line: 211,
                                                          column: 35,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     default: None,
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "/wwwroot/css/",
                                                   span: Span {
                                                    start: Position {
                                                     line: 211,
                                                     column: 22,
                                                    },
                                                    end: Position {
                                                     line: 211,
                                                     column: 49,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 211,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 211,
                                                  column: 50,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 210,
                                             column: 49,
                                            },
                                            end: Position {
                                             line: 212,
                                             column: 12,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Expression(
                                           PartExpression {
                                            expression: String(
                                             String_ {
                                              parts: [
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "opts",
                                                     span: Span {
                                                      start: Position {
                                                       line: 213,
                                                       column: 14,
                                                      },
                                                      end: Position {
                                                       line: 213,
                                                       column: 18,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "webService",
                                                      span: Span {
                                                       start: Position {
                                                        line: 213,
                                                        column: 19,
                                                       },
                                                       end: Position {
                                                        line: 213,
                                                        column: 29,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    Raw(
                                                     PartRaw {
                                                      content: "urlPrefix",
                                                      span: Span {
                                                       start: Position {
                                                        line: 213,
                                                        column: 30,
                                                       },
                                                       end: Position {
                                                        line: 213,
                                                        column: 39,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "/icons/",
                                                 span: Span {
                                                  start: Position {
                                                   line: 213,
                                                   column: 12,
                                                  },
                                                  end: Position {
                                                   line: 213,
                                                   column: 47,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 213,
                                                column: 11,
                                               },
                                               end: Position {
                                                line: 213,
                                                column: 48,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         to: Map(
                                          Map {
                                           recursive: false,
                                           bindings: [
                                            KeyValue(
                                             BindingKeyValue {
                                              from: [
                                               Raw(
                                                PartRaw {
                                                 content: "alias",
                                                 span: Span {
                                                  start: Position {
                                                   line: 214,
                                                   column: 13,
                                                  },
                                                  end: Position {
                                                   line: 214,
                                                   column: 18,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              to: String(
                                               String_ {
                                                parts: [
                                                 Interpolation(
                                                  PartInterpolation {
                                                   expression: PropertyAccess(
                                                    PropertyAccess {
                                                     expression: Identifier(
                                                      Identifier {
                                                       id: "package",
                                                       span: Span {
                                                        start: Position {
                                                         line: 214,
                                                         column: 24,
                                                        },
                                                        end: Position {
                                                         line: 214,
                                                         column: 31,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     attribute_path: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "out",
                                                        span: Span {
                                                         start: Position {
                                                          line: 214,
                                                          column: 32,
                                                         },
                                                         end: Position {
                                                          line: 214,
                                                          column: 35,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     default: None,
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "/wwwroot/icon/",
                                                   span: Span {
                                                    start: Position {
                                                     line: 214,
                                                     column: 22,
                                                    },
                                                    end: Position {
                                                     line: 214,
                                                     column: 50,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 214,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 214,
                                                  column: 51,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 213,
                                             column: 51,
                                            },
                                            end: Position {
                                             line: 215,
                                             column: 12,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Expression(
                                           PartExpression {
                                            expression: String(
                                             String_ {
                                              parts: [
                                               Interpolation(
                                                PartInterpolation {
                                                 expression: PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "opts",
                                                     span: Span {
                                                      start: Position {
                                                       line: 216,
                                                       column: 14,
                                                      },
                                                      end: Position {
                                                       line: 216,
                                                       column: 18,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "webService",
                                                      span: Span {
                                                       start: Position {
                                                        line: 216,
                                                        column: 19,
                                                       },
                                                       end: Position {
                                                        line: 216,
                                                        column: 29,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    Raw(
                                                     PartRaw {
                                                      content: "urlPrefix",
                                                      span: Span {
                                                       start: Position {
                                                        line: 216,
                                                        column: 30,
                                                       },
                                                       end: Position {
                                                        line: 216,
                                                        column: 39,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "/",
                                                 span: Span {
                                                  start: Position {
                                                   line: 216,
                                                   column: 12,
                                                  },
                                                  end: Position {
                                                   line: 216,
                                                   column: 41,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 216,
                                                column: 11,
                                               },
                                               end: Position {
                                                line: 216,
                                                column: 42,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         to: Map(
                                          Map {
                                           recursive: false,
                                           bindings: [
                                            KeyValue(
                                             BindingKeyValue {
                                              from: [
                                               Raw(
                                                PartRaw {
                                                 content: "alias",
                                                 span: Span {
                                                  start: Position {
                                                   line: 217,
                                                   column: 13,
                                                  },
                                                  end: Position {
                                                   line: 217,
                                                   column: 18,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              to: String(
                                               String_ {
                                                parts: [
                                                 Interpolation(
                                                  PartInterpolation {
                                                   expression: PropertyAccess(
                                                    PropertyAccess {
                                                     expression: Identifier(
                                                      Identifier {
                                                       id: "cfg",
                                                       span: Span {
                                                        start: Position {
                                                         line: 217,
                                                         column: 24,
                                                        },
                                                        end: Position {
                                                         line: 217,
                                                         column: 27,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     attribute_path: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "dataDir",
                                                        span: Span {
                                                         start: Position {
                                                          line: 217,
                                                          column: 28,
                                                         },
                                                         end: Position {
                                                          line: 217,
                                                          column: 35,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     default: None,
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "/",
                                                   span: Span {
                                                    start: Position {
                                                     line: 217,
                                                     column: 22,
                                                    },
                                                    end: Position {
                                                     line: 217,
                                                     column: 37,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Interpolation(
                                                  PartInterpolation {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "name",
                                                     span: Span {
                                                      start: Position {
                                                       line: 217,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 217,
                                                       column: 43,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "/",
                                                   span: Span {
                                                    start: Position {
                                                     line: 217,
                                                     column: 22,
                                                    },
                                                    end: Position {
                                                     line: 217,
                                                     column: 45,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 217,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 217,
                                                  column: 46,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            KeyValue(
                                             BindingKeyValue {
                                              from: [
                                               Raw(
                                                PartRaw {
                                                 content: "extraConfig",
                                                 span: Span {
                                                  start: Position {
                                                   line: 218,
                                                   column: 13,
                                                  },
                                                  end: Position {
                                                   line: 218,
                                                   column: 24,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              to: IndentedString(
                                               IndentedString {
                                                parts: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "autoindex on;\n",
                                                   span: Span {
                                                    start: Position {
                                                     line: 219,
                                                     column: 1,
                                                    },
                                                    end: Position {
                                                     line: 220,
                                                     column: 13,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                span: Span {
                                                 start: Position {
                                                  line: 218,
                                                  column: 27,
                                                 },
                                                 end: Position {
                                                  line: 220,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 216,
                                             column: 45,
                                            },
                                            end: Position {
                                             line: 221,
                                             column: 12,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 209,
                                        column: 21,
                                       },
                                       end: Position {
                                        line: 222,
                                        column: 10,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 208,
                                   column: 15,
                                  },
                                  end: Position {
                                   line: 223,
                                   column: 8,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 206,
                              column: 57,
                             },
                             end: Position {
                              line: 224,
                              column: 6,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 206,
                            column: 51,
                           },
                           end: Position {
                            line: 224,
                            column: 6,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 206,
                          column: 45,
                         },
                         end: Position {
                          line: 224,
                          column: 6,
                         },
                        },
                       },
                      ),
                      Identifier(
                       Identifier {
                        id: "webServices",
                        span: Span {
                         start: Position {
                          line: 224,
                          column: 8,
                         },
                         end: Position {
                          line: 224,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 227,
                        column: 5,
                       },
                       end: Position {
                        line: 227,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 227,
                        column: 13,
                       },
                       end: Position {
                        line: 227,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 227,
                         column: 24,
                        },
                        end: Position {
                         line: 227,
                         column: 28,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 227,
                              column: 30,
                             },
                             end: Position {
                              line: 227,
                              column: 33,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "updateAt",
                             span: Span {
                              start: Position {
                               line: 227,
                               column: 34,
                              },
                              end: Position {
                               line: 227,
                               column: 42,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: NotEqualTo,
                        right: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 227,
                            column: 46,
                           },
                           end: Position {
                            line: 227,
                            column: 50,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mapAttrs'",
                          span: Span {
                           start: Position {
                            line: 227,
                            column: 53,
                           },
                           end: Position {
                            line: 227,
                            column: 62,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Function(
                          Function {
                           head: Simple(
                            FunctionHeadSimple {
                             identifier: "name",
                            },
                           ),
                           body: Function(
                            Function {
                             head: Simple(
                              FunctionHeadSimple {
                               identifier: "opts",
                              },
                             ),
                             body: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "nameValuePair",
                                 span: Span {
                                  start: Position {
                                   line: 228,
                                   column: 7,
                                  },
                                  end: Position {
                                   line: 228,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "awstats-",
                                     span: Span {
                                      start: Position {
                                       line: 228,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 228,
                                       column: 37,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: Identifier(
                                      Identifier {
                                       id: "name",
                                       span: Span {
                                        start: Position {
                                         line: 228,
                                         column: 32,
                                        },
                                        end: Position {
                                         line: 228,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "-update",
                                     span: Span {
                                      start: Position {
                                       line: 228,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 228,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 228,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 228,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                                Map(
                                 Map {
                                  recursive: false,
                                  bindings: [
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "description",
                                        span: Span {
                                         start: Position {
                                          line: 229,
                                          column: 9,
                                         },
                                         end: Position {
                                          line: 229,
                                          column: 20,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "update awstats for ",
                                          span: Span {
                                           start: Position {
                                            line: 229,
                                            column: 24,
                                           },
                                           end: Position {
                                            line: 229,
                                            column: 50,
                                           },
                                          },
                                         },
                                        ),
                                        Interpolation(
                                         PartInterpolation {
                                          expression: Identifier(
                                           Identifier {
                                            id: "name",
                                            span: Span {
                                             start: Position {
                                              line: 229,
                                              column: 45,
                                             },
                                             end: Position {
                                              line: 229,
                                              column: 49,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 229,
                                         column: 23,
                                        },
                                        end: Position {
                                         line: 229,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "script",
                                        span: Span {
                                         start: Position {
                                          line: 230,
                                          column: 9,
                                         },
                                         end: Position {
                                          line: 230,
                                          column: 15,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: BinaryOperation(
                                      BinaryOperation {
                                       left: FunctionApplication(
                                        FunctionApplication {
                                         function: Identifier(
                                          Identifier {
                                           id: "optionalString",
                                           span: Span {
                                            start: Position {
                                             line: 230,
                                             column: 18,
                                            },
                                            end: Position {
                                             line: 230,
                                             column: 32,
                                            },
                                           },
                                          },
                                         ),
                                         arguments: [
                                          BinaryOperation(
                                           BinaryOperation {
                                            left: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "opts",
                                                span: Span {
                                                 start: Position {
                                                  line: 230,
                                                  column: 34,
                                                 },
                                                 end: Position {
                                                  line: 230,
                                                  column: 38,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "type",
                                                 span: Span {
                                                  start: Position {
                                                   line: 230,
                                                   column: 39,
                                                  },
                                                  end: Position {
                                                   line: 230,
                                                   column: 43,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                            operator: EqualTo,
                                            right: String(
                                             String_ {
                                              parts: [
                                               Raw(
                                                PartRaw {
                                                 content: "mail",
                                                 span: Span {
                                                  start: Position {
                                                   line: 230,
                                                   column: 48,
                                                  },
                                                  end: Position {
                                                   line: 230,
                                                   column: 52,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 230,
                                                column: 47,
                                               },
                                               end: Position {
                                                line: 230,
                                                column: 53,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          IndentedString(
                                           IndentedString {
                                            parts: [
                                             Raw(
                                              PartRaw {
                                               content: "if [[ -f \"",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 232,
                                                 column: 21,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "cfg",
                                                   span: Span {
                                                    start: Position {
                                                     line: 232,
                                                     column: 23,
                                                    },
                                                    end: Position {
                                                     line: 232,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "dataDir",
                                                    span: Span {
                                                     start: Position {
                                                      line: 232,
                                                      column: 27,
                                                     },
                                                     end: Position {
                                                      line: 232,
                                                      column: 34,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "/",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 232,
                                                 column: 36,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "name",
                                                 span: Span {
                                                  start: Position {
                                                   line: 232,
                                                   column: 38,
                                                  },
                                                  end: Position {
                                                   line: 232,
                                                   column: 42,
                                                  },
                                                 },
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "-cursor\" ]]; then\n  CURSOR=\"$(cat \"",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 233,
                                                 column: 28,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "cfg",
                                                   span: Span {
                                                    start: Position {
                                                     line: 233,
                                                     column: 30,
                                                    },
                                                    end: Position {
                                                     line: 233,
                                                     column: 33,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "dataDir",
                                                    span: Span {
                                                     start: Position {
                                                      line: 233,
                                                      column: 34,
                                                     },
                                                     end: Position {
                                                      line: 233,
                                                      column: 41,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "/",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 233,
                                                 column: 43,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "name",
                                                 span: Span {
                                                  start: Position {
                                                   line: 233,
                                                   column: 45,
                                                  },
                                                  end: Position {
                                                   line: 233,
                                                   column: 49,
                                                  },
                                                 },
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "-cursor\" | tr -d '\\n')\"\n  if [[ -n \"$CURSOR\" ]]; then\n    echo \"Using cursor: $CURSOR\"\n    export OLD_CURSOR=\"--cursor $CURSOR\"\n  fi\nfi\nNEW_CURSOR=\"$(journalctl $OLD_CURSOR -u postfix.service --show-cursor | tail -n 1 | tr -d '\\n' | sed -e 's#^-- cursor: \\(.*\\)#\\1#')\"\necho \"New cursor: $NEW_CURSOR\"\n",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 241,
                                                 column: 11,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "package",
                                                   span: Span {
                                                    start: Position {
                                                     line: 241,
                                                     column: 13,
                                                    },
                                                    end: Position {
                                                     line: 241,
                                                     column: 20,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "bin",
                                                    span: Span {
                                                     start: Position {
                                                      line: 241,
                                                      column: 21,
                                                     },
                                                     end: Position {
                                                      line: 241,
                                                      column: 24,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "/bin/awstats -update -config=",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 241,
                                                 column: 54,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "name",
                                                 span: Span {
                                                  start: Position {
                                                   line: 241,
                                                   column: 56,
                                                  },
                                                  end: Position {
                                                   line: 241,
                                                   column: 60,
                                                  },
                                                 },
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "\nif [ -n \"$NEW_CURSOR\" ]; then\n  echo -n \"$NEW_CURSOR\" > ",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 243,
                                                 column: 37,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "cfg",
                                                   span: Span {
                                                    start: Position {
                                                     line: 243,
                                                     column: 39,
                                                    },
                                                    end: Position {
                                                     line: 243,
                                                     column: 42,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "dataDir",
                                                    span: Span {
                                                     start: Position {
                                                      line: 243,
                                                      column: 43,
                                                     },
                                                     end: Position {
                                                      line: 243,
                                                      column: 50,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "/",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 243,
                                                 column: 52,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "name",
                                                 span: Span {
                                                  start: Position {
                                                   line: 243,
                                                   column: 54,
                                                  },
                                                  end: Position {
                                                   line: 243,
                                                   column: 58,
                                                  },
                                                 },
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "-cursor\nfi\n",
                                               span: Span {
                                                start: Position {
                                                 line: 232,
                                                 column: 1,
                                                },
                                                end: Position {
                                                 line: 245,
                                                 column: 9,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 231,
                                              column: 9,
                                             },
                                             end: Position {
                                              line: 245,
                                              column: 11,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                       operator: Addition,
                                       right: IndentedString(
                                        IndentedString {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "",
                                            span: Span {
                                             start: Position {
                                              line: 246,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 246,
                                              column: 11,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "package",
                                                span: Span {
                                                 start: Position {
                                                  line: 246,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 246,
                                                  column: 20,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "out",
                                                 span: Span {
                                                  start: Position {
                                                   line: 246,
                                                   column: 21,
                                                  },
                                                  end: Position {
                                                   line: 246,
                                                   column: 24,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/share/awstats/tools/awstats_buildstaticpages.pl \\\n  -config=",
                                            span: Span {
                                             start: Position {
                                              line: 246,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 247,
                                              column: 21,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "name",
                                              span: Span {
                                               start: Position {
                                                line: 247,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 247,
                                                column: 27,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: " -update -dir=",
                                            span: Span {
                                             start: Position {
                                              line: 246,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 247,
                                              column: 42,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 247,
                                                  column: 44,
                                                 },
                                                 end: Position {
                                                  line: 247,
                                                  column: 47,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "dataDir",
                                                 span: Span {
                                                  start: Position {
                                                   line: 247,
                                                   column: 48,
                                                  },
                                                  end: Position {
                                                   line: 247,
                                                   column: 55,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/",
                                            span: Span {
                                             start: Position {
                                              line: 246,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 247,
                                              column: 57,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "name",
                                              span: Span {
                                               start: Position {
                                                line: 247,
                                                column: 59,
                                               },
                                               end: Position {
                                                line: 247,
                                                column: 63,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: " \\\n  -awstatsprog=",
                                            span: Span {
                                             start: Position {
                                              line: 246,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 248,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "package",
                                                span: Span {
                                                 start: Position {
                                                  line: 248,
                                                  column: 28,
                                                 },
                                                 end: Position {
                                                  line: 248,
                                                  column: 35,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "bin",
                                                 span: Span {
                                                  start: Position {
                                                   line: 248,
                                                   column: 36,
                                                  },
                                                  end: Position {
                                                   line: 248,
                                                   column: 39,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/bin/awstats\n",
                                            span: Span {
                                             start: Position {
                                              line: 246,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 249,
                                              column: 9,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 245,
                                           column: 14,
                                          },
                                          end: Position {
                                           line: 249,
                                           column: 11,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    },
                                   ),
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "startAt",
                                        span: Span {
                                         start: Position {
                                          line: 250,
                                          column: 9,
                                         },
                                         end: Position {
                                          line: 250,
                                          column: 16,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 250,
                                           column: 19,
                                          },
                                          end: Position {
                                           line: 250,
                                           column: 22,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "updateAt",
                                          span: Span {
                                           start: Position {
                                            line: 250,
                                            column: 23,
                                           },
                                           end: Position {
                                            line: 250,
                                            column: 31,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 228,
                                    column: 46,
                                   },
                                   end: Position {
                                    line: 251,
                                    column: 6,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                             span: Span {
                              start: Position {
                               line: 227,
                               column: 70,
                              },
                              end: Position {
                               line: 251,
                               column: 6,
                              },
                             },
                            },
                           ),
                           span: Span {
                            start: Position {
                             line: 227,
                             column: 64,
                            },
                            end: Position {
                             line: 251,
                             column: 6,
                            },
                           },
                          },
                         ),
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 251,
                               column: 8,
                              },
                              end: Position {
                               line: 251,
                               column: 11,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "configs",
                              span: Span {
                               start: Position {
                                line: 251,
                                column: 12,
                               },
                               end: Position {
                                line: 251,
                                column: 19,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 132,
                  column: 28,
                 },
                 end: Position {
                  line: 252,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 90,
          column: 1,
         },
         end: Position {
          line: 254,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 254,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 254,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 254,
    column: 2,
   },
  },
 },
)