Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "config",
      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: "pgmanage",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "confFile",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 11,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 8,
                 column: 14,
                },
                end: Position {
                 line: 8,
                 column: 18,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeTextFile",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 19,
                 },
                 end: Position {
                  line: 8,
                  column: 32,
                 },
                },
               },
              ),
             ],
             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: "pgmanage.conf",
                      span: Span {
                       start: Position {
                        line: 9,
                        column: 13,
                       },
                       end: Position {
                        line: 9,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 12,
                    },
                    end: Position {
                     line: 9,
                     column: 27,
                    },
                   },
                  },
                 ),
                },
               ),
               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: "connection_file = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 11,
                        column: 25,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: Identifier(
                       Identifier {
                        id: "pgmanageConnectionsFile",
                        span: Span {
                         start: Position {
                          line: 11,
                          column: 27,
                         },
                         end: Position {
                          line: 11,
                          column: 50,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\nallow_custom_connections = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 13,
                        column: 34,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "builtins",
                            span: Span {
                             start: Position {
                              line: 13,
                              column: 36,
                             },
                             end: Position {
                              line: 13,
                              column: 44,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "toJSON",
                             span: Span {
                              start: Position {
                               line: 13,
                               column: 45,
                              },
                              end: Position {
                               line: 13,
                               column: 51,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 13,
                               column: 52,
                              },
                              end: Position {
                               line: 13,
                               column: 55,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "allowCustomConnections",
                              span: Span {
                               start: Position {
                                line: 13,
                                column: 56,
                               },
                               end: Position {
                                line: 13,
                                column: 78,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\npgmanage_port = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 15,
                        column: 23,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 15,
                            column: 25,
                           },
                           end: Position {
                            line: 15,
                            column: 33,
                           },
                          },
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 15,
                               column: 34,
                              },
                              end: Position {
                               line: 15,
                               column: 37,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 15,
                                column: 38,
                               },
                               end: Position {
                                line: 15,
                                column: 42,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\nsuper_only = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 17,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "builtins",
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 22,
                             },
                             end: Position {
                              line: 17,
                              column: 30,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "toJSON",
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 31,
                              },
                              end: Position {
                               line: 17,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 38,
                              },
                              end: Position {
                               line: 17,
                               column: 41,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "superOnly",
                              span: Span {
                               start: Position {
                                line: 17,
                                column: 42,
                               },
                               end: Position {
                                line: 17,
                                column: 51,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 19,
                        column: 7,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "optionalString",
                          span: Span {
                           start: Position {
                            line: 19,
                            column: 9,
                           },
                           end: Position {
                            line: 19,
                            column: 23,
                           },
                          },
                         },
                        ),
                        arguments: [
                         BinaryOperation(
                          BinaryOperation {
                           left: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 19,
                                 column: 25,
                                },
                                end: Position {
                                 line: 19,
                                 column: 28,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "loginGroup",
                                span: Span {
                                 start: Position {
                                  line: 19,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 19,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           operator: NotEqualTo,
                           right: Identifier(
                            Identifier {
                             id: "null",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 43,
                              },
                              end: Position {
                               line: 19,
                               column: 47,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "login_group = ",
                              span: Span {
                               start: Position {
                                line: 19,
                                column: 50,
                               },
                               end: Position {
                                line: 19,
                                column: 81,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 66,
                                   },
                                   end: Position {
                                    line: 19,
                                    column: 69,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "loginGroup",
                                   span: Span {
                                    start: Position {
                                     line: 19,
                                     column: 70,
                                    },
                                    end: Position {
                                     line: 19,
                                     column: 80,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 19,
                             column: 49,
                            },
                            end: Position {
                             line: 19,
                             column: 82,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\nlogin_timeout = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 21,
                        column: 23,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "toString",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 25,
                           },
                           end: Position {
                            line: 21,
                            column: 33,
                           },
                          },
                         },
                        ),
                        arguments: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 21,
                               column: 34,
                              },
                              end: Position {
                               line: 21,
                               column: 37,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "loginTimeout",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 38,
                               },
                               end: Position {
                                line: 21,
                                column: 50,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\nweb_root = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 23,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 23,
                            column: 20,
                           },
                           end: Position {
                            line: 23,
                            column: 23,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "package",
                           span: Span {
                            start: Position {
                             line: 23,
                             column: 24,
                            },
                            end: Position {
                             line: 23,
                             column: 31,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "/etc/pgmanage/web_root\n\nsql_root = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 25,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 20,
                           },
                           end: Position {
                            line: 25,
                            column: 23,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "sqlRoot",
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 24,
                            },
                            end: Position {
                             line: 25,
                             column: 31,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 27,
                        column: 7,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "optionalString",
                          span: Span {
                           start: Position {
                            line: 27,
                            column: 9,
                           },
                           end: Position {
                            line: 27,
                            column: 23,
                           },
                          },
                         },
                        ),
                        arguments: [
                         BinaryOperation(
                          BinaryOperation {
                           left: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 27,
                                 column: 25,
                                },
                                end: Position {
                                 line: 27,
                                 column: 28,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "tls",
                                span: Span {
                                 start: Position {
                                  line: 27,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 27,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           operator: NotEqualTo,
                           right: Identifier(
                            Identifier {
                             id: "null",
                             span: Span {
                              start: Position {
                               line: 27,
                               column: 36,
                              },
                              end: Position {
                               line: 27,
                               column: 40,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         IndentedString(
                          IndentedString {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "tls_cert = ",
                              span: Span {
                               start: Position {
                                line: 28,
                                column: 1,
                               },
                               end: Position {
                                line: 28,
                                column: 18,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 28,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "tls",
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 28,
                                     column: 27,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "cert",
                                   span: Span {
                                    start: Position {
                                     line: 28,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 28,
                                     column: 32,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\ntls_key = ",
                              span: Span {
                               start: Position {
                                line: 28,
                                column: 1,
                               },
                               end: Position {
                                line: 29,
                                column: 17,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 29,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 29,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "tls",
                                   span: Span {
                                    start: Position {
                                     line: 29,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 29,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "key",
                                   span: Span {
                                    start: Position {
                                     line: 29,
                                     column: 27,
                                    },
                                    end: Position {
                                     line: 29,
                                     column: 30,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "\n",
                              span: Span {
                               start: Position {
                                line: 28,
                                column: 1,
                               },
                               end: Position {
                                line: 30,
                                column: 7,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 27,
                             column: 42,
                            },
                            end: Position {
                             line: 30,
                             column: 9,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n\nlog_level = ",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 32,
                        column: 19,
                       },
                      },
                     },
                    ),
                    Interpolation(
                     PartInterpolation {
                      expression: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 32,
                            column: 21,
                           },
                           end: Position {
                            line: 32,
                            column: 24,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "logLevel",
                           span: Span {
                            start: Position {
                             line: 32,
                             column: 25,
                            },
                            end: Position {
                             line: 32,
                             column: 33,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "\n",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 1,
                       },
                       end: Position {
                        line: 33,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 13,
                    },
                    end: Position {
                     line: 33,
                     column: 7,
                    },
                   },
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 33,
               },
               end: Position {
                line: 34,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "pgmanageConnectionsFile",
            span: Span {
             start: Position {
              line: 36,
              column: 3,
             },
             end: Position {
              line: 36,
              column: 26,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 36,
                 column: 29,
                },
                end: Position {
                 line: 36,
                 column: 33,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeTextFile",
                span: Span {
                 start: Position {
                  line: 36,
                  column: 34,
                 },
                 end: Position {
                  line: 36,
                  column: 47,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "name",
                    span: Span {
                     start: Position {
                      line: 37,
                      column: 5,
                     },
                     end: Position {
                      line: 37,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "pgmanage-connections.conf",
                      span: Span {
                       start: Position {
                        line: 37,
                        column: 13,
                       },
                       end: Position {
                        line: 37,
                        column: 38,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 37,
                     column: 12,
                    },
                    end: Position {
                     line: 37,
                     column: 39,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "text",
                    span: Span {
                     start: Position {
                      line: 38,
                      column: 5,
                     },
                     end: Position {
                      line: 38,
                      column: 9,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "concatStringsSep",
                     span: Span {
                      start: Position {
                       line: 38,
                       column: 12,
                      },
                      end: Position {
                       line: 38,
                       column: 28,
                      },
                     },
                    },
                   ),
                   arguments: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "\n",
                         span: Span {
                          start: Position {
                           line: 38,
                           column: 30,
                          },
                          end: Position {
                           line: 38,
                           column: 32,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 38,
                        column: 29,
                       },
                       end: Position {
                        line: 38,
                        column: 33,
                       },
                      },
                     },
                    ),
                    FunctionApplication(
                     FunctionApplication {
                      function: Identifier(
                       Identifier {
                        id: "mapAttrsToList",
                        span: Span {
                         start: Position {
                          line: 39,
                          column: 8,
                         },
                         end: Position {
                          line: 39,
                          column: 22,
                         },
                        },
                       },
                      ),
                      arguments: [
                       Function(
                        Function {
                         head: Simple(
                          FunctionHeadSimple {
                           identifier: "name",
                          },
                         ),
                         body: Function(
                          Function {
                           head: Simple(
                            FunctionHeadSimple {
                             identifier: "conn",
                            },
                           ),
                           body: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: Identifier(
                                 Identifier {
                                  id: "name",
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: ": ",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 39,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 48,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: Identifier(
                                 Identifier {
                                  id: "conn",
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 50,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 39,
                               column: 38,
                              },
                              end: Position {
                               line: 39,
                               column: 56,
                              },
                             },
                            },
                           ),
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 31,
                            },
                            end: Position {
                             line: 39,
                             column: 56,
                            },
                           },
                          },
                         ),
                         span: Span {
                          start: Position {
                           line: 39,
                           column: 24,
                          },
                          end: Position {
                           line: 39,
                           column: 56,
                          },
                         },
                        },
                       ),
                       PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 58,
                            },
                            end: Position {
                             line: 39,
                             column: 61,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "connections",
                            span: Span {
                             start: Position {
                              line: 39,
                              column: 62,
                             },
                             end: Position {
                              line: 39,
                              column: 73,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                      ],
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 36,
                column: 48,
               },
               end: Position {
                line: 40,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "pgmanage",
            span: Span {
             start: Position {
              line: 42,
              column: 3,
             },
             end: Position {
              line: 42,
              column: 11,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "pgmanage",
              span: Span {
               start: Position {
                line: 42,
                column: 15,
               },
               end: Position {
                line: 42,
                column: 23,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 42,
             column: 14,
            },
            end: Position {
             line: 42,
             column: 24,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 46,
                column: 3,
               },
               end: Position {
                line: 46,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 46,
                column: 11,
               },
               end: Position {
                line: 46,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "pgmanage",
              span: Span {
               start: Position {
                line: 46,
                column: 20,
               },
               end: Position {
                line: 46,
                column: 28,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 47,
                     column: 5,
                    },
                    end: Position {
                     line: 47,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 47,
                      column: 14,
                     },
                     end: Position {
                      line: 47,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 47,
                           column: 30,
                          },
                          end: Position {
                           line: 47,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 34,
                           },
                           end: Position {
                            line: 47,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "PostgreSQL Administration for the web",
                           span: Span {
                            start: Position {
                             line: 47,
                             column: 41,
                            },
                            end: Position {
                             line: 47,
                             column: 78,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 47,
                          column: 40,
                         },
                         end: Position {
                          line: 47,
                          column: 79,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "package",
                   span: Span {
                    start: Position {
                     line: 49,
                     column: 5,
                    },
                    end: Position {
                     line: 49,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 49,
                      column: 15,
                     },
                     end: Position {
                      line: 49,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 50,
                             column: 7,
                            },
                            end: Position {
                             line: 50,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 50,
                              column: 14,
                             },
                             end: Position {
                              line: 50,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 50,
                               column: 20,
                              },
                              end: Position {
                               line: 50,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 51,
                             column: 7,
                            },
                            end: Position {
                             line: 51,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 51,
                              column: 17,
                             },
                             end: Position {
                              line: 51,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "pgmanage",
                             span: Span {
                              start: Position {
                               line: 51,
                               column: 22,
                              },
                              end: Position {
                               line: 51,
                               column: 30,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 52,
                             column: 7,
                            },
                            end: Position {
                             line: 52,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 52,
                              column: 21,
                             },
                             end: Position {
                              line: 52,
                              column: 38,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.pgmanage",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 52,
                               column: 39,
                              },
                              end: Position {
                               line: 52,
                               column: 54,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 7,
                            },
                            end: Position {
                             line: 53,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 53,
                                column: 21,
                               },
                               end: Position {
                                line: 53,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 25,
                                },
                                end: Position {
                                 line: 53,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The pgmanage package to use.\n",
                                span: Span {
                                 start: Position {
                                  line: 54,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 53,
                               column: 31,
                              },
                              end: Position {
                               line: 55,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 49,
                       column: 24,
                      },
                      end: Position {
                       line: 56,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "connections",
                   span: Span {
                    start: Position {
                     line: 58,
                     column: 5,
                    },
                    end: Position {
                     line: 58,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 58,
                      column: 19,
                     },
                     end: Position {
                      line: 58,
                      column: 27,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 59,
                             column: 7,
                            },
                            end: Position {
                             line: 59,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 59,
                                column: 14,
                               },
                               end: Position {
                                line: 59,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "attrsOf",
                               span: Span {
                                start: Position {
                                 line: 59,
                                 column: 20,
                                },
                                end: Position {
                                 line: 59,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 59,
                                 column: 28,
                                },
                                end: Position {
                                 line: 59,
                                 column: 33,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 60,
                             column: 7,
                            },
                            end: Position {
                             line: 60,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [],
                          span: Span {
                           start: Position {
                            line: 60,
                            column: 17,
                           },
                           end: Position {
                            line: 60,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 61,
                             column: 7,
                            },
                            end: Position {
                             line: 61,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "nuc-server",
                                span: Span {
                                 start: Position {
                                  line: 62,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 62,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "hostaddr=192.168.0.100 port=5432 dbname=postgres",
                                  span: Span {
                                   start: Position {
                                    line: 62,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 62,
                                    column: 72,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 62,
                                 column: 23,
                                },
                                end: Position {
                                 line: 62,
                                 column: 73,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "mini-server",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "hostaddr=127.0.0.1 port=5432 dbname=postgres sslmode=require",
                                  span: Span {
                                   start: Position {
                                    line: 63,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 63,
                                    column: 84,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 23,
                                },
                                end: Position {
                                 line: 63,
                                 column: 85,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 61,
                            column: 17,
                           },
                           end: Position {
                            line: 64,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 7,
                            },
                            end: Position {
                             line: 65,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 21,
                               },
                               end: Position {
                                line: 65,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 65,
                                 column: 25,
                                },
                                end: Position {
                                 line: 65,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pgmanage requires at least one PostgreSQL server be defined.\n\nDetailed information about PostgreSQL connection strings is available at:\n<http://www.postgresql.org/docs/current/static/libpq-connect.html>\n\nNote that you should not specify your user name or password. That\ninformation will be entered on the login screen. If you specify a\nusername or password, it will be removed by pgmanage before attempting to\nconnect to a database.\n",
                                span: Span {
                                 start: Position {
                                  line: 66,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 65,
                               column: 31,
                              },
                              end: Position {
                               line: 75,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 58,
                       column: 28,
                      },
                      end: Position {
                       line: 76,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "allowCustomConnections",
                   span: Span {
                    start: Position {
                     line: 78,
                     column: 5,
                    },
                    end: Position {
                     line: 78,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 78,
                      column: 30,
                     },
                     end: Position {
                      line: 78,
                      column: 38,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 79,
                             column: 7,
                            },
                            end: Position {
                             line: 79,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 79,
                              column: 14,
                             },
                             end: Position {
                              line: 79,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 79,
                               column: 20,
                              },
                              end: Position {
                               line: 79,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 80,
                             column: 7,
                            },
                            end: Position {
                             line: 80,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 80,
                            column: 17,
                           },
                           end: Position {
                            line: 80,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 81,
                             column: 7,
                            },
                            end: Position {
                             line: 81,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 81,
                                column: 21,
                               },
                               end: Position {
                                line: 81,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 81,
                                 column: 25,
                                },
                                end: Position {
                                 line: 81,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "This tells pgmanage whether or not to allow anyone to use a custom\nconnection from the login screen.\n",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 81,
                               column: 31,
                              },
                              end: Position {
                               line: 84,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 78,
                       column: 39,
                      },
                      end: Position {
                       line: 85,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "port",
                   span: Span {
                    start: Position {
                     line: 87,
                     column: 5,
                    },
                    end: Position {
                     line: 87,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 87,
                      column: 12,
                     },
                     end: Position {
                      line: 87,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 7,
                            },
                            end: Position {
                             line: 88,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 88,
                              column: 14,
                             },
                             end: Position {
                              line: 88,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "int",
                             span: Span {
                              start: Position {
                               line: 88,
                               column: 20,
                              },
                              end: Position {
                               line: 88,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 89,
                             column: 7,
                            },
                            end: Position {
                             line: 89,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "8080",
                          span: Span {
                           start: Position {
                            line: 89,
                            column: 17,
                           },
                           end: Position {
                            line: 89,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 90,
                             column: 7,
                            },
                            end: Position {
                             line: 90,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 90,
                                column: 21,
                               },
                               end: Position {
                                line: 90,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 90,
                                 column: 25,
                                },
                                end: Position {
                                 line: 90,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "This tells pgmanage what port to listen on for browser requests.\n",
                                span: Span {
                                 start: Position {
                                  line: 91,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 90,
                               column: 31,
                              },
                              end: Position {
                               line: 92,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 87,
                       column: 21,
                      },
                      end: Position {
                       line: 93,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "localOnly",
                   span: Span {
                    start: Position {
                     line: 95,
                     column: 5,
                    },
                    end: Position {
                     line: 95,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 95,
                      column: 17,
                     },
                     end: Position {
                      line: 95,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 96,
                             column: 7,
                            },
                            end: Position {
                             line: 96,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 96,
                              column: 14,
                             },
                             end: Position {
                              line: 96,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 96,
                               column: 20,
                              },
                              end: Position {
                               line: 96,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 97,
                             column: 7,
                            },
                            end: Position {
                             line: 97,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 97,
                            column: 17,
                           },
                           end: Position {
                            line: 97,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 98,
                             column: 7,
                            },
                            end: Position {
                             line: 98,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 98,
                                column: 21,
                               },
                               end: Position {
                                line: 98,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 98,
                                 column: 25,
                                },
                                end: Position {
                                 line: 98,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "This tells pgmanage whether or not to set the listening socket to local\naddresses only.\n",
                                span: Span {
                                 start: Position {
                                  line: 99,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 101,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 98,
                               column: 31,
                              },
                              end: Position {
                               line: 101,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 95,
                       column: 26,
                      },
                      end: Position {
                       line: 102,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "superOnly",
                   span: Span {
                    start: Position {
                     line: 104,
                     column: 5,
                    },
                    end: Position {
                     line: 104,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 104,
                      column: 17,
                     },
                     end: Position {
                      line: 104,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 105,
                             column: 7,
                            },
                            end: Position {
                             line: 105,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 105,
                              column: 14,
                             },
                             end: Position {
                              line: 105,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 105,
                               column: 20,
                              },
                              end: Position {
                               line: 105,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 106,
                             column: 7,
                            },
                            end: Position {
                             line: 106,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 106,
                            column: 17,
                           },
                           end: Position {
                            line: 106,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 107,
                             column: 7,
                            },
                            end: Position {
                             line: 107,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 107,
                                column: 21,
                               },
                               end: Position {
                                line: 107,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 107,
                                 column: 25,
                                },
                                end: Position {
                                 line: 107,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "This tells pgmanage whether or not to only allow super users to\nlogin. The recommended value is true and will restrict users who are not\nsuper users from logging in to any PostgreSQL instance through\npgmanage. Note that a connection will be made to PostgreSQL in order to\ntest if the user is a superuser.\n",
                                span: Span {
                                 start: Position {
                                  line: 108,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 107,
                               column: 31,
                              },
                              end: Position {
                               line: 113,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 104,
                       column: 26,
                      },
                      end: Position {
                       line: 114,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "loginGroup",
                   span: Span {
                    start: Position {
                     line: 116,
                     column: 5,
                    },
                    end: Position {
                     line: 116,
                     column: 15,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 116,
                      column: 18,
                     },
                     end: Position {
                      line: 116,
                      column: 26,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 117,
                             column: 7,
                            },
                            end: Position {
                             line: 117,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 117,
                                column: 14,
                               },
                               end: Position {
                                line: 117,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 117,
                                 column: 20,
                                },
                                end: Position {
                                 line: 117,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 117,
                                 column: 27,
                                },
                                end: Position {
                                 line: 117,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 118,
                             column: 7,
                            },
                            end: Position {
                             line: 118,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 118,
                            column: 17,
                           },
                           end: Position {
                            line: 118,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 119,
                             column: 7,
                            },
                            end: Position {
                             line: 119,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 119,
                                column: 21,
                               },
                               end: Position {
                                line: 119,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 119,
                                 column: 25,
                                },
                                end: Position {
                                 line: 119,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "This tells pgmanage to only allow users in a certain PostgreSQL group to\nlogin to pgmanage. Note that a connection will be made to PostgreSQL in\norder to test if the user is a member of the login group.\n",
                                span: Span {
                                 start: Position {
                                  line: 120,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 119,
                               column: 31,
                              },
                              end: Position {
                               line: 123,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 116,
                       column: 27,
                      },
                      end: Position {
                       line: 124,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "loginTimeout",
                   span: Span {
                    start: Position {
                     line: 126,
                     column: 5,
                    },
                    end: Position {
                     line: 126,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 126,
                      column: 20,
                     },
                     end: Position {
                      line: 126,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 127,
                             column: 7,
                            },
                            end: Position {
                             line: 127,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 127,
                              column: 14,
                             },
                             end: Position {
                              line: 127,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "int",
                             span: Span {
                              start: Position {
                               line: 127,
                               column: 20,
                              },
                              end: Position {
                               line: 127,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 128,
                             column: 7,
                            },
                            end: Position {
                             line: 128,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "3600",
                          span: Span {
                           start: Position {
                            line: 128,
                            column: 17,
                           },
                           end: Position {
                            line: 128,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 129,
                             column: 7,
                            },
                            end: Position {
                             line: 129,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 129,
                                column: 21,
                               },
                               end: Position {
                                line: 129,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 129,
                                 column: 25,
                                },
                                end: Position {
                                 line: 129,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Number of seconds of inactivity before user is automatically logged\nout.\n",
                                span: Span {
                                 start: Position {
                                  line: 130,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 132,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 129,
                               column: 31,
                              },
                              end: Position {
                               line: 132,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 126,
                       column: 29,
                      },
                      end: Position {
                       line: 133,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "sqlRoot",
                   span: Span {
                    start: Position {
                     line: 135,
                     column: 5,
                    },
                    end: Position {
                     line: 135,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 135,
                      column: 15,
                     },
                     end: Position {
                      line: 135,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 136,
                             column: 7,
                            },
                            end: Position {
                             line: 136,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 136,
                              column: 14,
                             },
                             end: Position {
                              line: 136,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 136,
                               column: 20,
                              },
                              end: Position {
                               line: 136,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 137,
                             column: 7,
                            },
                            end: Position {
                             line: 137,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/var/lib/pgmanage",
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 18,
                              },
                              end: Position {
                               line: 137,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 137,
                            column: 17,
                           },
                           end: Position {
                            line: 137,
                            column: 36,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 138,
                             column: 7,
                            },
                            end: Position {
                             line: 138,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 138,
                                column: 21,
                               },
                               end: Position {
                                line: 138,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 138,
                                 column: 25,
                                },
                                end: Position {
                                 line: 138,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "This tells pgmanage where to put the SQL file history. All tabs are saved\nto this location so that if you get disconnected from pgmanage you\ndon't lose your work.\n",
                                span: Span {
                                 start: Position {
                                  line: 139,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 138,
                               column: 31,
                              },
                              end: Position {
                               line: 142,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 135,
                       column: 24,
                      },
                      end: Position {
                       line: 143,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "tls",
                   span: Span {
                    start: Position {
                     line: 145,
                     column: 5,
                    },
                    end: Position {
                     line: 145,
                     column: 8,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 145,
                      column: 11,
                     },
                     end: Position {
                      line: 145,
                      column: 19,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 146,
                             column: 7,
                            },
                            end: Position {
                             line: 146,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 146,
                                column: 14,
                               },
                               end: Position {
                                line: 146,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 146,
                                 column: 20,
                                },
                                end: Position {
                                 line: 146,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 146,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 146,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "submodule",
                                  span: Span {
                                   start: Position {
                                    line: 146,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 146,
                                    column: 43,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "options",
                                      span: Span {
                                       start: Position {
                                        line: 147,
                                        column: 9,
                                       },
                                       end: Position {
                                        line: 147,
                                        column: 16,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "cert",
                                           span: Span {
                                            start: Position {
                                             line: 148,
                                             column: 11,
                                            },
                                            end: Position {
                                             line: 148,
                                             column: 15,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "mkOption",
                                            span: Span {
                                             start: Position {
                                              line: 148,
                                              column: 18,
                                             },
                                             end: Position {
                                              line: 148,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 149,
                                                     column: 13,
                                                    },
                                                    end: Position {
                                                     line: 149,
                                                     column: 17,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "types",
                                                    span: Span {
                                                     start: Position {
                                                      line: 149,
                                                      column: 20,
                                                     },
                                                     end: Position {
                                                      line: 149,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 149,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 149,
                                                       column: 29,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 150,
                                                     column: 13,
                                                    },
                                                    end: Position {
                                                     line: 150,
                                                     column: 24,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 150,
                                                        column: 27,
                                                       },
                                                       end: Position {
                                                        line: 150,
                                                        column: 30,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 150,
                                                         column: 31,
                                                        },
                                                        end: Position {
                                                         line: 150,
                                                         column: 36,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   String(
                                                    String_ {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "TLS certificate",
                                                        span: Span {
                                                         start: Position {
                                                          line: 150,
                                                          column: 38,
                                                         },
                                                         end: Position {
                                                          line: 150,
                                                          column: 53,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 150,
                                                       column: 37,
                                                      },
                                                      end: Position {
                                                       line: 150,
                                                       column: 54,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 148,
                                               column: 27,
                                              },
                                              end: Position {
                                               line: 151,
                                               column: 12,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "key",
                                           span: Span {
                                            start: Position {
                                             line: 152,
                                             column: 11,
                                            },
                                            end: Position {
                                             line: 152,
                                             column: 14,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "mkOption",
                                            span: Span {
                                             start: Position {
                                              line: 152,
                                              column: 17,
                                             },
                                             end: Position {
                                              line: 152,
                                              column: 25,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 153,
                                                     column: 13,
                                                    },
                                                    end: Position {
                                                     line: 153,
                                                     column: 17,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "types",
                                                    span: Span {
                                                     start: Position {
                                                      line: 153,
                                                      column: 20,
                                                     },
                                                     end: Position {
                                                      line: 153,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 153,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 153,
                                                       column: 29,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 154,
                                                     column: 13,
                                                    },
                                                    end: Position {
                                                     line: 154,
                                                     column: 24,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 154,
                                                        column: 27,
                                                       },
                                                       end: Position {
                                                        line: 154,
                                                        column: 30,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 154,
                                                         column: 31,
                                                        },
                                                        end: Position {
                                                         line: 154,
                                                         column: 36,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   String(
                                                    String_ {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "TLS key",
                                                        span: Span {
                                                         start: Position {
                                                          line: 154,
                                                          column: 38,
                                                         },
                                                         end: Position {
                                                          line: 154,
                                                          column: 45,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 154,
                                                       column: 37,
                                                      },
                                                      end: Position {
                                                       line: 154,
                                                       column: 46,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 152,
                                               column: 26,
                                              },
                                              end: Position {
                                               line: 155,
                                               column: 12,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 19,
                                      },
                                      end: Position {
                                       line: 156,
                                       column: 10,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 146,
                                  column: 44,
                                 },
                                 end: Position {
                                  line: 157,
                                  column: 8,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 158,
                             column: 7,
                            },
                            end: Position {
                             line: 158,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 158,
                            column: 17,
                           },
                           end: Position {
                            line: 158,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 159,
                             column: 7,
                            },
                            end: Position {
                             line: 159,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 159,
                                column: 21,
                               },
                               end: Position {
                                line: 159,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 159,
                                 column: 25,
                                },
                                end: Position {
                                 line: 159,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "These options tell pgmanage where the TLS Certificate and Key files\nreside. If you use these options then you'll only be able to access\npgmanage through a secure TLS connection. These options are only\nnecessary if you wish to connect directly to pgmanage using a secure TLS\nconnection. As an alternative, you can set up pgmanage in a reverse proxy\nconfiguration. This allows your web server to terminate the secure\nconnection and pass on the request to pgmanage. You can find help to set\nup this configuration in:\n<https://github.com/pgManage/pgManage/blob/master/INSTALL_NGINX.md>\n",
                                span: Span {
                                 start: Position {
                                  line: 160,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 169,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 159,
                               column: 31,
                              },
                              end: Position {
                               line: 169,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 145,
                       column: 20,
                      },
                      end: Position {
                       line: 170,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "logLevel",
                   span: Span {
                    start: Position {
                     line: 172,
                     column: 5,
                    },
                    end: Position {
                     line: 172,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 172,
                      column: 16,
                     },
                     end: Position {
                      line: 172,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 173,
                             column: 7,
                            },
                            end: Position {
                             line: 173,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 173,
                                column: 14,
                               },
                               end: Position {
                                line: 173,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "enum",
                               span: Span {
                                start: Position {
                                 line: 173,
                                 column: 20,
                                },
                                end: Position {
                                 line: 173,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           List(
                            List {
                             elements: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "error",
                                   span: Span {
                                    start: Position {
                                     line: 173,
                                     column: 27,
                                    },
                                    end: Position {
                                     line: 173,
                                     column: 32,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 33,
                                 },
                                },
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "warn",
                                   span: Span {
                                    start: Position {
                                     line: 173,
                                     column: 35,
                                    },
                                    end: Position {
                                     line: 173,
                                     column: 39,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "notice",
                                   span: Span {
                                    start: Position {
                                     line: 173,
                                     column: 42,
                                    },
                                    end: Position {
                                     line: 173,
                                     column: 48,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 49,
                                 },
                                },
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "info",
                                   span: Span {
                                    start: Position {
                                     line: 173,
                                     column: 51,
                                    },
                                    end: Position {
                                     line: 173,
                                     column: 55,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 50,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 173,
                               column: 25,
                              },
                              end: Position {
                               line: 173,
                               column: 57,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 174,
                             column: 7,
                            },
                            end: Position {
                             line: 174,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "error",
                             span: Span {
                              start: Position {
                               line: 174,
                               column: 18,
                              },
                              end: Position {
                               line: 174,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 174,
                            column: 17,
                           },
                           end: Position {
                            line: 174,
                            column: 24,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 175,
                             column: 7,
                            },
                            end: Position {
                             line: 175,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 175,
                                column: 21,
                               },
                               end: Position {
                                line: 175,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 175,
                                 column: 25,
                                },
                                end: Position {
                                 line: 175,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Verbosity of logs\n",
                                span: Span {
                                 start: Position {
                                  line: 176,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 177,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 175,
                               column: 31,
                              },
                              end: Position {
                               line: 177,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 172,
                       column: 25,
                      },
                      end: Position {
                       line: 178,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 46,
               column: 31,
              },
              end: Position {
               line: 179,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 181,
                column: 3,
               },
               end: Position {
                line: 181,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 181,
                 column: 12,
                },
                end: Position {
                 line: 181,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 181,
                    column: 17,
                   },
                   end: Position {
                    line: 181,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 181,
                     column: 21,
                    },
                    end: Position {
                     line: 181,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 182,
                        column: 5,
                       },
                       end: Position {
                        line: 182,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 182,
                        column: 13,
                       },
                       end: Position {
                        line: 182,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "pgmanage",
                      span: Span {
                       start: Position {
                        line: 182,
                        column: 22,
                       },
                       end: Position {
                        line: 182,
                        column: 30,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 183,
                             column: 7,
                            },
                            end: Position {
                             line: 183,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "pgmanage - PostgreSQL Administration for the web",
                             span: Span {
                              start: Position {
                               line: 183,
                               column: 22,
                              },
                              end: Position {
                               line: 183,
                               column: 70,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 183,
                            column: 21,
                           },
                           end: Position {
                            line: 183,
                            column: 71,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wants",
                           span: Span {
                            start: Position {
                             line: 184,
                             column: 7,
                            },
                            end: Position {
                             line: 184,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "postgresql.service",
                                span: Span {
                                 start: Position {
                                  line: 184,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 184,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 184,
                               column: 20,
                              },
                              end: Position {
                               line: 184,
                               column: 40,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 184,
                            column: 18,
                           },
                           end: Position {
                            line: 184,
                            column: 42,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 185,
                             column: 7,
                            },
                            end: Position {
                             line: 185,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "postgresql.service",
                                span: Span {
                                 start: Position {
                                  line: 185,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 185,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 185,
                               column: 20,
                              },
                              end: Position {
                               line: 185,
                               column: 40,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 185,
                            column: 18,
                           },
                           end: Position {
                            line: 185,
                            column: 42,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 186,
                             column: 7,
                            },
                            end: Position {
                             line: 186,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 186,
                               column: 20,
                              },
                              end: Position {
                               line: 186,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 186,
                            column: 18,
                           },
                           end: Position {
                            line: 186,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 187,
                             column: 7,
                            },
                            end: Position {
                             line: 187,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 188,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 188,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "pgmanage",
                               span: Span {
                                start: Position {
                                 line: 188,
                                 column: 24,
                                },
                                end: Position {
                                 line: 188,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Group",
                                span: Span {
                                 start: Position {
                                  line: 189,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 189,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "pgmanage",
                               span: Span {
                                start: Position {
                                 line: 189,
                                 column: 24,
                                },
                                end: Position {
                                 line: 189,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 190,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 190,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: BinaryOperation(
                              BinaryOperation {
                               left: String(
                                String_ {
                                 parts: [
                                  Interpolation(
                                   PartInterpolation {
                                    expression: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "pkgs",
                                        span: Span {
                                         start: Position {
                                          line: 190,
                                          column: 27,
                                         },
                                         end: Position {
                                          line: 190,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "pgmanage",
                                         span: Span {
                                          start: Position {
                                           line: 190,
                                           column: 32,
                                          },
                                          end: Position {
                                           line: 190,
                                           column: 40,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "/sbin/pgmanage -c ",
                                    span: Span {
                                     start: Position {
                                      line: 190,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 190,
                                      column: 59,
                                     },
                                    },
                                   },
                                  ),
                                  Interpolation(
                                   PartInterpolation {
                                    expression: Identifier(
                                     Identifier {
                                      id: "confFile",
                                      span: Span {
                                       start: Position {
                                        line: 190,
                                        column: 61,
                                       },
                                       end: Position {
                                        line: 190,
                                        column: 69,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 190,
                                   column: 24,
                                  },
                                  end: Position {
                                   line: 190,
                                   column: 71,
                                  },
                                 },
                                },
                               ),
                               operator: Addition,
                               right: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "optionalString",
                                   span: Span {
                                    start: Position {
                                     line: 191,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 191,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 191,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 191,
                                        column: 42,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "localOnly",
                                       span: Span {
                                        start: Position {
                                         line: 191,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 191,
                                         column: 52,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: " --local-only=true",
                                       span: Span {
                                        start: Position {
                                         line: 191,
                                         column: 54,
                                        },
                                        end: Position {
                                         line: 191,
                                         column: 72,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 191,
                                      column: 53,
                                     },
                                     end: Position {
                                      line: 191,
                                      column: 73,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 187,
                            column: 23,
                           },
                           end: Position {
                            line: 192,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 182,
                       column: 33,
                      },
                      end: Position {
                       line: 193,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 194,
                        column: 5,
                       },
                       end: Position {
                        line: 194,
                        column: 10,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "users",
                           span: Span {
                            start: Position {
                             line: 195,
                             column: 7,
                            },
                            end: Position {
                             line: 195,
                             column: 12,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "pgmanage",
                             span: Span {
                              start: Position {
                               line: 195,
                               column: 15,
                              },
                              end: Position {
                               line: 195,
                               column: 23,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "name",
                                span: Span {
                                 start: Position {
                                  line: 196,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 196,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "pgmanage",
                               span: Span {
                                start: Position {
                                 line: 196,
                                 column: 17,
                                },
                                end: Position {
                                 line: 196,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "group",
                                span: Span {
                                 start: Position {
                                  line: 197,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 197,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "pgmanage",
                               span: Span {
                                start: Position {
                                 line: 197,
                                 column: 17,
                                },
                                end: Position {
                                 line: 197,
                                 column: 25,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "home",
                                span: Span {
                                 start: Position {
                                  line: 198,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 198,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 198,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 198,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "sqlRoot",
                                  span: Span {
                                   start: Position {
                                    line: 198,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 198,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "createHome",
                                span: Span {
                                 start: Position {
                                  line: 199,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 199,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 199,
                                 column: 22,
                                },
                                end: Position {
                                 line: 199,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "isSystemUser",
                                span: Span {
                                 start: Position {
                                  line: 200,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 200,
                                  column: 21,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 200,
                                 column: 24,
                                },
                                end: Position {
                                 line: 200,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 195,
                            column: 27,
                           },
                           end: Position {
                            line: 201,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "groups",
                           span: Span {
                            start: Position {
                             line: 202,
                             column: 7,
                            },
                            end: Position {
                             line: 202,
                             column: 13,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "pgmanage",
                             span: Span {
                              start: Position {
                               line: 202,
                               column: 16,
                              },
                              end: Position {
                               line: 202,
                               column: 24,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "name",
                                span: Span {
                                 start: Position {
                                  line: 203,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 203,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "pgmanage",
                               span: Span {
                                start: Position {
                                 line: 203,
                                 column: 16,
                                },
                                end: Position {
                                 line: 203,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 202,
                            column: 28,
                           },
                           end: Position {
                            line: 204,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 194,
                       column: 13,
                      },
                      end: Position {
                       line: 205,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 181,
                  column: 28,
                 },
                 end: Position {
                  line: 206,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 44,
          column: 4,
         },
         end: Position {
          line: 207,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 207,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 207,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 207,
    column: 2,
   },
  },
 },
)