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: "alerta",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 31,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "alertaConf",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 8,
                 column: 16,
                },
                end: Position {
                 line: 8,
                 column: 20,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeTextFile",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 21,
                 },
                 end: Position {
                  line: 8,
                  column: 34,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "name",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 5,
                     },
                     end: Position {
                      line: 9,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "alertad.conf",
                      span: Span {
                       start: Position {
                        line: 9,
                        column: 13,
                       },
                       end: Position {
                        line: 9,
                        column: 25,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 12,
                    },
                    end: Position {
                     line: 9,
                     column: 26,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "text",
                    span: Span {
                     start: Position {
                      line: 10,
                      column: 5,
                     },
                     end: Position {
                      line: 10,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "DATABASE_URL = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 11,
                        column: 22,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "'",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 11,
                        column: 23,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 11,
                            column: 25,
                           },
                           end: Position {
                            line: 11,
                            column: 28,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "databaseUrl",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 29,
                            },
                            end: Position {
                             line: 11,
                             column: 40,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "'\nDATABASE_NAME = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 12,
                        column: 23,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "'",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 12,
                        column: 24,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 26,
                           },
                           end: Position {
                            line: 12,
                            column: 29,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "databaseName",
                           span: Span {
                            start: Position {
                             line: 12,
                             column: 30,
                            },
                            end: Position {
                             line: 12,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "'\nLOG_FILE = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 13,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "'",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 13,
                        column: 19,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 13,
                            column: 21,
                           },
                           end: Position {
                            line: 13,
                            column: 24,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "logDir",
                           span: Span {
                            start: Position {
                             line: 13,
                             column: 25,
                            },
                            end: Position {
                             line: 13,
                             column: 31,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "/alertad.log'\nLOG_FORMAT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'\nCORS_ORIGINS = [ ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 15,
                        column: 24,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "concatMapStringsSep",
                          span: Span {
                           start: Position {
                            line: 15,
                            column: 26,
                           },
                           end: Position {
                            line: 15,
                            column: 45,
                           },
                          },
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: ", ",
                              span: Span {
                               start: Position {
                                line: 15,
                                column: 47,
                               },
                               end: Position {
                                line: 15,
                                column: 49,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 15,
                             column: 46,
                            },
                            end: Position {
                             line: 15,
                             column: 50,
                            },
                           },
                          },
                         ),
                         Function(
                          Function {
                           head: Simple(
                            FunctionHeadSimple {
                             identifier: "s",
                            },
                           ),
                           body: BinaryOperation(
                            BinaryOperation {
                             left: BinaryOperation(
                              BinaryOperation {
                               left: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "\"",
                                    span: Span {
                                     start: Position {
                                      line: 15,
                                      column: 56,
                                     },
                                     end: Position {
                                      line: 15,
                                      column: 58,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 15,
                                   column: 55,
                                  },
                                  end: Position {
                                   line: 15,
                                   column: 59,
                                  },
                                 },
                                },
                               ),
                               operator: Addition,
                               right: Identifier(
                                Identifier {
                                 id: "s",
                                 span: Span {
                                  start: Position {
                                   line: 15,
                                   column: 62,
                                  },
                                  end: Position {
                                   line: 15,
                                   column: 63,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             operator: Addition,
                             right: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "\"",
                                  span: Span {
                                   start: Position {
                                    line: 15,
                                    column: 67,
                                   },
                                   end: Position {
                                    line: 15,
                                    column: 69,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 15,
                                 column: 66,
                                },
                                end: Position {
                                 line: 15,
                                 column: 70,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           span: Span {
                            start: Position {
                             line: 15,
                             column: 52,
                            },
                            end: Position {
                             line: 15,
                             column: 70,
                            },
                           },
                          },
                         ),
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 15,
                               column: 72,
                              },
                              end: Position {
                               line: 15,
                               column: 75,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "corsOrigins",
                              span: Span {
                               start: Position {
                                line: 15,
                                column: 76,
                               },
                               end: Position {
                                line: 15,
                                column: 87,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: " ];\nAUTH_REQUIRED = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 16,
                        column: 23,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: IfThenElse(
                       IfThenElse {
                        predicate: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 16,
                              column: 28,
                             },
                             end: Position {
                              line: 16,
                              column: 31,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "authenticationRequired",
                             span: Span {
                              start: Position {
                               line: 16,
                               column: 32,
                              },
                              end: Position {
                               line: 16,
                               column: 54,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        then: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "True",
                             span: Span {
                              start: Position {
                               line: 16,
                               column: 61,
                              },
                              end: Position {
                               line: 16,
                               column: 65,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 60,
                           },
                           end: Position {
                            line: 16,
                            column: 66,
                           },
                          },
                         },
                        ),
                        else_: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "False",
                             span: Span {
                              start: Position {
                               line: 16,
                               column: 73,
                              },
                              end: Position {
                               line: 16,
                               column: 78,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 72,
                           },
                           end: Position {
                            line: 16,
                            column: 79,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 16,
                          column: 25,
                         },
                         end: Position {
                          line: 16,
                          column: 79,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\nSIGNUP_ENABLED = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 17,
                        column: 24,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: IfThenElse(
                       IfThenElse {
                        predicate: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 29,
                             },
                             end: Position {
                              line: 17,
                              column: 32,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "signupEnabled",
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 33,
                              },
                              end: Position {
                               line: 17,
                               column: 46,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        then: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "True",
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 53,
                              },
                              end: Position {
                               line: 17,
                               column: 57,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 52,
                           },
                           end: Position {
                            line: 17,
                            column: 58,
                           },
                          },
                         },
                        ),
                        else_: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "False",
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 65,
                              },
                              end: Position {
                               line: 17,
                               column: 70,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 64,
                           },
                           end: Position {
                            line: 17,
                            column: 71,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 17,
                          column: 26,
                         },
                         end: Position {
                          line: 17,
                          column: 71,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 18,
                        column: 7,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 9,
                           },
                           end: Position {
                            line: 18,
                            column: 12,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "extraConfig",
                           span: Span {
                            start: Position {
                             line: 18,
                             column: 13,
                            },
                            end: Position {
                             line: 18,
                             column: 24,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 19,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 12,
                    },
                    end: Position {
                     line: 19,
                     column: 7,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 35,
               },
               end: Position {
                line: 20,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 23,
                column: 3,
               },
               end: Position {
                line: 23,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 23,
                column: 11,
               },
               end: Position {
                line: 23,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "alerta",
              span: Span {
               start: Position {
                line: 23,
                column: 20,
               },
               end: Position {
                line: 23,
                column: 26,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 24,
                     column: 5,
                    },
                    end: Position {
                     line: 24,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 24,
                      column: 14,
                     },
                     end: Position {
                      line: 24,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 24,
                           column: 30,
                          },
                          end: Position {
                           line: 24,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 24,
                            column: 34,
                           },
                           end: Position {
                            line: 24,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "alerta",
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 41,
                            },
                            end: Position {
                             line: 24,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 24,
                          column: 40,
                         },
                         end: Position {
                          line: 24,
                          column: 48,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "port",
                   span: Span {
                    start: Position {
                     line: 26,
                     column: 5,
                    },
                    end: Position {
                     line: 26,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 26,
                      column: 12,
                     },
                     end: Position {
                      line: 26,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 7,
                            },
                            end: Position {
                             line: 27,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 27,
                              column: 14,
                             },
                             end: Position {
                              line: 27,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "int",
                             span: Span {
                              start: Position {
                               line: 27,
                               column: 20,
                              },
                              end: Position {
                               line: 27,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 28,
                             column: 7,
                            },
                            end: Position {
                             line: 28,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "5000",
                          span: Span {
                           start: Position {
                            line: 28,
                            column: 17,
                           },
                           end: Position {
                            line: 28,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 7,
                            },
                            end: Position {
                             line: 29,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 29,
                                column: 21,
                               },
                               end: Position {
                                line: 29,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 25,
                                },
                                end: Position {
                                 line: 29,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Port of Alerta",
                                span: Span {
                                 start: Position {
                                  line: 29,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 46,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 29,
                               column: 31,
                              },
                              end: Position {
                               line: 29,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 26,
                       column: 21,
                      },
                      end: Position {
                       line: 30,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "bind",
                   span: Span {
                    start: Position {
                     line: 32,
                     column: 5,
                    },
                    end: Position {
                     line: 32,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 32,
                      column: 12,
                     },
                     end: Position {
                      line: 32,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 33,
                             column: 7,
                            },
                            end: Position {
                             line: 33,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 33,
                              column: 14,
                             },
                             end: Position {
                              line: 33,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 33,
                               column: 20,
                              },
                              end: Position {
                               line: 33,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 34,
                             column: 7,
                            },
                            end: Position {
                             line: 34,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "0.0.0.0",
                             span: Span {
                              start: Position {
                               line: 34,
                               column: 18,
                              },
                              end: Position {
                               line: 34,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 34,
                            column: 17,
                           },
                           end: Position {
                            line: 34,
                            column: 26,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 7,
                            },
                            end: Position {
                             line: 35,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 35,
                                column: 21,
                               },
                               end: Position {
                                line: 35,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 35,
                                 column: 25,
                                },
                                end: Position {
                                 line: 35,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Address to bind to. The default is to bind to all addresses",
                                span: Span {
                                 start: Position {
                                  line: 35,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 35,
                                  column: 91,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 35,
                               column: 31,
                              },
                              end: Position {
                               line: 35,
                               column: 92,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 32,
                       column: 21,
                      },
                      end: Position {
                       line: 36,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "logDir",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 5,
                    },
                    end: Position {
                     line: 38,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 38,
                      column: 14,
                     },
                     end: Position {
                      line: 38,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 7,
                            },
                            end: Position {
                             line: 39,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 39,
                              column: 14,
                             },
                             end: Position {
                              line: 39,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "path",
                             span: Span {
                              start: Position {
                               line: 39,
                               column: 20,
                              },
                              end: Position {
                               line: 39,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 40,
                             column: 7,
                            },
                            end: Position {
                             line: 40,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 40,
                                column: 21,
                               },
                               end: Position {
                                line: 40,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 40,
                                 column: 25,
                                },
                                end: Position {
                                 line: 40,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Location where the logfiles are stored",
                                span: Span {
                                 start: Position {
                                  line: 40,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 40,
                                  column: 70,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 40,
                               column: 31,
                              },
                              end: Position {
                               line: 40,
                               column: 71,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 41,
                             column: 7,
                            },
                            end: Position {
                             line: 41,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/var/log/alerta",
                             span: Span {
                              start: Position {
                               line: 41,
                               column: 18,
                              },
                              end: Position {
                               line: 41,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 41,
                            column: 17,
                           },
                           end: Position {
                            line: 41,
                            column: 34,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 38,
                       column: 23,
                      },
                      end: Position {
                       line: 42,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "databaseUrl",
                   span: Span {
                    start: Position {
                     line: 44,
                     column: 5,
                    },
                    end: Position {
                     line: 44,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 44,
                      column: 19,
                     },
                     end: Position {
                      line: 44,
                      column: 27,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 45,
                             column: 7,
                            },
                            end: Position {
                             line: 45,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 45,
                              column: 14,
                             },
                             end: Position {
                              line: 45,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 45,
                               column: 20,
                              },
                              end: Position {
                               line: 45,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 46,
                             column: 7,
                            },
                            end: Position {
                             line: 46,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 46,
                                column: 21,
                               },
                               end: Position {
                                line: 46,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 46,
                                 column: 25,
                                },
                                end: Position {
                                 line: 46,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "URL of the MongoDB or PostgreSQL database to connect to",
                                span: Span {
                                 start: Position {
                                  line: 46,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 46,
                                  column: 87,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 46,
                               column: 31,
                              },
                              end: Position {
                               line: 46,
                               column: 88,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 47,
                             column: 7,
                            },
                            end: Position {
                             line: 47,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "mongodb://localhost",
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 18,
                              },
                              end: Position {
                               line: 47,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 17,
                           },
                           end: Position {
                            line: 47,
                            column: 38,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 44,
                       column: 28,
                      },
                      end: Position {
                       line: 48,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "databaseName",
                   span: Span {
                    start: Position {
                     line: 50,
                     column: 5,
                    },
                    end: Position {
                     line: 50,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 50,
                      column: 20,
                     },
                     end: Position {
                      line: 50,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 51,
                             column: 7,
                            },
                            end: Position {
                             line: 51,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 51,
                              column: 14,
                             },
                             end: Position {
                              line: 51,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 51,
                               column: 20,
                              },
                              end: Position {
                               line: 51,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 52,
                             column: 7,
                            },
                            end: Position {
                             line: 52,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 52,
                                column: 21,
                               },
                               end: Position {
                                line: 52,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 52,
                                 column: 25,
                                },
                                end: Position {
                                 line: 52,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Name of the database instance to connect to",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 75,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 52,
                               column: 31,
                              },
                              end: Position {
                               line: 52,
                               column: 76,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 7,
                            },
                            end: Position {
                             line: 53,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "monitoring",
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 18,
                              },
                              end: Position {
                               line: 53,
                               column: 28,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 17,
                           },
                           end: Position {
                            line: 53,
                            column: 29,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 50,
                       column: 29,
                      },
                      end: Position {
                       line: 54,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "corsOrigins",
                   span: Span {
                    start: Position {
                     line: 56,
                     column: 5,
                    },
                    end: Position {
                     line: 56,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 56,
                      column: 19,
                     },
                     end: Position {
                      line: 56,
                      column: 27,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 57,
                             column: 7,
                            },
                            end: Position {
                             line: 57,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 57,
                                column: 14,
                               },
                               end: Position {
                                line: 57,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 57,
                                 column: 20,
                                },
                                end: Position {
                                 line: 57,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 57,
                                 column: 27,
                                },
                                end: Position {
                                 line: 57,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 58,
                             column: 7,
                            },
                            end: Position {
                             line: 58,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 58,
                                column: 21,
                               },
                               end: Position {
                                line: 58,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 58,
                                 column: 25,
                                },
                                end: Position {
                                 line: 58,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "List of URLs that can access the API for Cross-Origin Resource Sharing (CORS)",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 109,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 58,
                               column: 31,
                              },
                              end: Position {
                               line: 58,
                               column: 110,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 59,
                             column: 7,
                            },
                            end: Position {
                             line: 59,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "http://localhost",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 59,
                               column: 19,
                              },
                              end: Position {
                               line: 59,
                               column: 37,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "http://localhost:5000",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 39,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 60,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 59,
                               column: 38,
                              },
                              end: Position {
                               line: 59,
                               column: 61,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 59,
                            column: 17,
                           },
                           end: Position {
                            line: 59,
                            column: 63,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 56,
                       column: 28,
                      },
                      end: Position {
                       line: 60,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "authenticationRequired",
                   span: Span {
                    start: Position {
                     line: 62,
                     column: 5,
                    },
                    end: Position {
                     line: 62,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 62,
                      column: 30,
                     },
                     end: Position {
                      line: 62,
                      column: 38,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 63,
                             column: 7,
                            },
                            end: Position {
                             line: 63,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 63,
                              column: 14,
                             },
                             end: Position {
                              line: 63,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 63,
                               column: 20,
                              },
                              end: Position {
                               line: 63,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 64,
                             column: 7,
                            },
                            end: Position {
                             line: 64,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 64,
                                column: 21,
                               },
                               end: Position {
                                line: 64,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 64,
                                 column: 25,
                                },
                                end: Position {
                                 line: 64,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Whether users must authenticate when using the web UI or command-line tool",
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 106,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 64,
                               column: 31,
                              },
                              end: Position {
                               line: 64,
                               column: 107,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 7,
                            },
                            end: Position {
                             line: 65,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 65,
                            column: 17,
                           },
                           end: Position {
                            line: 65,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 62,
                       column: 39,
                      },
                      end: Position {
                       line: 66,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "signupEnabled",
                   span: Span {
                    start: Position {
                     line: 68,
                     column: 5,
                    },
                    end: Position {
                     line: 68,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 68,
                      column: 21,
                     },
                     end: Position {
                      line: 68,
                      column: 29,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 69,
                             column: 7,
                            },
                            end: Position {
                             line: 69,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 69,
                              column: 14,
                             },
                             end: Position {
                              line: 69,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 69,
                               column: 20,
                              },
                              end: Position {
                               line: 69,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 70,
                             column: 7,
                            },
                            end: Position {
                             line: 70,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 70,
                                column: 21,
                               },
                               end: Position {
                                line: 70,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 70,
                                 column: 25,
                                },
                                end: Position {
                                 line: 70,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Whether to prevent sign-up of new users via the web UI",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 86,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 70,
                               column: 31,
                              },
                              end: Position {
                               line: 70,
                               column: 87,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 71,
                             column: 7,
                            },
                            end: Position {
                             line: 71,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 71,
                            column: 17,
                           },
                           end: Position {
                            line: 71,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 68,
                       column: 30,
                      },
                      end: Position {
                       line: 72,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "extraConfig",
                   span: Span {
                    start: Position {
                     line: 74,
                     column: 5,
                    },
                    end: Position {
                     line: 74,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 74,
                      column: 19,
                     },
                     end: Position {
                      line: 74,
                      column: 27,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 75,
                             column: 7,
                            },
                            end: Position {
                             line: 75,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 75,
                                column: 21,
                               },
                               end: Position {
                                line: 75,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 75,
                                 column: 25,
                                },
                                end: Position {
                                 line: 75,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "These lines go into alertad.conf verbatim.",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 74,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 75,
                               column: 31,
                              },
                              end: Position {
                               line: 75,
                               column: 75,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 76,
                             column: 7,
                            },
                            end: Position {
                             line: 76,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [],
                          span: Span {
                           start: Position {
                            line: 76,
                            column: 17,
                           },
                           end: Position {
                            line: 76,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 77,
                             column: 7,
                            },
                            end: Position {
                             line: 77,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 77,
                              column: 14,
                             },
                             end: Position {
                              line: 77,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "lines",
                             span: Span {
                              start: Position {
                               line: 77,
                               column: 20,
                              },
                              end: Position {
                               line: 77,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 74,
                       column: 28,
                      },
                      end: Position {
                       line: 78,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 23,
               column: 29,
              },
              end: Position {
               line: 79,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 81,
                column: 3,
               },
               end: Position {
                line: 81,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 81,
                 column: 12,
                },
                end: Position {
                 line: 81,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 81,
                    column: 17,
                   },
                   end: Position {
                    line: 81,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 81,
                     column: 21,
                    },
                    end: Position {
                     line: 81,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 82,
                        column: 5,
                       },
                       end: Position {
                        line: 82,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "tmpfiles",
                      span: Span {
                       start: Position {
                        line: 82,
                        column: 13,
                       },
                       end: Position {
                        line: 82,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rules",
                      span: Span {
                       start: Position {
                        line: 82,
                        column: 22,
                       },
                       end: Position {
                        line: 82,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "d '",
                           span: Span {
                            start: Position {
                             line: 83,
                             column: 8,
                            },
                            end: Position {
                             line: 83,
                             column: 24,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 83,
                                 column: 13,
                                },
                                end: Position {
                                 line: 83,
                                 column: 16,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "logDir",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "' - alerta alerta - -",
                           span: Span {
                            start: Position {
                             line: 83,
                             column: 8,
                            },
                            end: Position {
                             line: 83,
                             column: 45,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 83,
                          column: 7,
                         },
                         end: Position {
                          line: 83,
                          column: 46,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 82,
                       column: 30,
                      },
                      end: Position {
                       line: 84,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 86,
                        column: 5,
                       },
                       end: Position {
                        line: 86,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 86,
                        column: 13,
                       },
                       end: Position {
                        line: 86,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "alerta",
                      span: Span {
                       start: Position {
                        line: 86,
                        column: 22,
                       },
                       end: Position {
                        line: 86,
                        column: 28,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 87,
                             column: 7,
                            },
                            end: Position {
                             line: 87,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Alerta Monitoring System",
                             span: Span {
                              start: Position {
                               line: 87,
                               column: 22,
                              },
                              end: Position {
                               line: 87,
                               column: 46,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 87,
                            column: 21,
                           },
                           end: Position {
                            line: 87,
                            column: 47,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 7,
                            },
                            end: Position {
                             line: 88,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 88,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 88,
                               column: 20,
                              },
                              end: Position {
                               line: 88,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 88,
                            column: 18,
                           },
                           end: Position {
                            line: 88,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 89,
                             column: 7,
                            },
                            end: Position {
                             line: 89,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "networking.target",
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 89,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 89,
                               column: 17,
                              },
                              end: Position {
                               line: 89,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 89,
                            column: 15,
                           },
                           end: Position {
                            line: 89,
                            column: 38,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "environment",
                           span: Span {
                            start: Position {
                             line: 90,
                             column: 7,
                            },
                            end: Position {
                             line: 90,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ALERTA_SVR_CONF_FILE",
                                span: Span {
                                 start: Position {
                                  line: 91,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 91,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "alertaConf",
                               span: Span {
                                start: Position {
                                 line: 91,
                                 column: 32,
                                },
                                end: Position {
                                 line: 91,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 90,
                            column: 21,
                           },
                           end: Position {
                            line: 92,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 93,
                             column: 7,
                            },
                            end: Position {
                             line: 93,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 94,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 94,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 94,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 94,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "alerta-server",
                                       span: Span {
                                        start: Position {
                                         line: 94,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 94,
                                         column: 42,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/alertad run --port ",
                                  span: Span {
                                   start: Position {
                                    line: 94,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 94,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "toString",
                                      span: Span {
                                       start: Position {
                                        line: 94,
                                        column: 69,
                                       },
                                       end: Position {
                                        line: 94,
                                        column: 77,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 94,
                                           column: 78,
                                          },
                                          end: Position {
                                           line: 94,
                                           column: 81,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "port",
                                          span: Span {
                                           start: Position {
                                            line: 94,
                                            column: 82,
                                           },
                                           end: Position {
                                            line: 94,
                                            column: 86,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: " --host ",
                                  span: Span {
                                   start: Position {
                                    line: 94,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 94,
                                    column: 95,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 94,
                                        column: 97,
                                       },
                                       end: Position {
                                        line: 94,
                                        column: 100,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "bind",
                                       span: Span {
                                        start: Position {
                                         line: 94,
                                         column: 101,
                                        },
                                        end: Position {
                                         line: 94,
                                         column: 105,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 21,
                                },
                                end: Position {
                                 line: 94,
                                 column: 107,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 95,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "alerta",
                                  span: Span {
                                   start: Position {
                                    line: 95,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 95,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 95,
                                 column: 16,
                                },
                                end: Position {
                                 line: 95,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Group",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "alerta",
                                  span: Span {
                                   start: Position {
                                    line: 96,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 96,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 96,
                                 column: 17,
                                },
                                end: Position {
                                 line: 96,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 93,
                            column: 23,
                           },
                           end: Position {
                            line: 97,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 86,
                       column: 31,
                      },
                      end: Position {
                       line: 98,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 100,
                        column: 5,
                       },
                       end: Position {
                        line: 100,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 100,
                        column: 17,
                       },
                       end: Position {
                        line: 100,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 100,
                            column: 36,
                           },
                           end: Position {
                            line: 100,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "alerta",
                           span: Span {
                            start: Position {
                             line: 100,
                             column: 41,
                            },
                            end: Position {
                             line: 100,
                             column: 47,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 100,
                       column: 34,
                      },
                      end: Position {
                       line: 100,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 102,
                        column: 5,
                       },
                       end: Position {
                        line: 102,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 102,
                        column: 11,
                       },
                       end: Position {
                        line: 102,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "alerta",
                      span: Span {
                       start: Position {
                        line: 102,
                        column: 17,
                       },
                       end: Position {
                        line: 102,
                        column: 23,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "uid",
                           span: Span {
                            start: Position {
                             line: 103,
                             column: 7,
                            },
                            end: Position {
                             line: 103,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 103,
                              column: 13,
                             },
                             end: Position {
                              line: 103,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 20,
                              },
                              end: Position {
                               line: 103,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "uids",
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 24,
                              },
                              end: Position {
                               line: 103,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "alerta",
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 29,
                              },
                              end: Position {
                               line: 103,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 104,
                             column: 7,
                            },
                            end: Position {
                             line: 104,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Alerta user",
                             span: Span {
                              start: Position {
                               line: 104,
                               column: 22,
                              },
                              end: Position {
                               line: 104,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 104,
                            column: 21,
                           },
                           end: Position {
                            line: 104,
                            column: 34,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 102,
                       column: 26,
                      },
                      end: Position {
                       line: 105,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 107,
                        column: 5,
                       },
                       end: Position {
                        line: 107,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 107,
                        column: 11,
                       },
                       end: Position {
                        line: 107,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "alerta",
                      span: Span {
                       start: Position {
                        line: 107,
                        column: 18,
                       },
                       end: Position {
                        line: 107,
                        column: 24,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "gid",
                           span: Span {
                            start: Position {
                             line: 108,
                             column: 7,
                            },
                            end: Position {
                             line: 108,
                             column: 10,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "config",
                            span: Span {
                             start: Position {
                              line: 108,
                              column: 13,
                             },
                             end: Position {
                              line: 108,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ids",
                             span: Span {
                              start: Position {
                               line: 108,
                               column: 20,
                              },
                              end: Position {
                               line: 108,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "gids",
                             span: Span {
                              start: Position {
                               line: 108,
                               column: 24,
                              },
                              end: Position {
                               line: 108,
                               column: 28,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "alerta",
                             span: Span {
                              start: Position {
                               line: 108,
                               column: 29,
                              },
                              end: Position {
                               line: 108,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 107,
                       column: 27,
                      },
                      end: Position {
                       line: 109,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 81,
                  column: 28,
                 },
                 end: Position {
                  line: 110,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 22,
          column: 1,
         },
         end: Position {
          line: 111,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 111,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 111,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 111,
    column: 2,
   },
  },
 },
)