Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "msmtp",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 30,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 9,
                column: 3,
               },
               end: Position {
                line: 9,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "maintainers",
              span: Span {
               start: Position {
                line: 9,
                column: 8,
               },
               end: Position {
                line: 9,
                column: 19,
               },
              },
             },
            ),
           ],
           to: With(
            With {
             expression: Identifier(
              Identifier {
               id: "maintainers",
               span: Span {
                start: Position {
                 line: 9,
                 column: 27,
                },
                end: Position {
                 line: 9,
                 column: 38,
                },
               },
              },
             ),
             target: List(
              List {
               elements: [
                Identifier(
                 Identifier {
                  id: "pacien",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 42,
                   },
                   end: Position {
                    line: 9,
                    column: 48,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 9,
                 column: 40,
                },
                end: Position {
                 line: 9,
                 column: 50,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 9,
               column: 22,
              },
              end: Position {
               line: 9,
               column: 50,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 11,
                column: 3,
               },
               end: Position {
                line: 11,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "programs",
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 5,
                    },
                    end: Position {
                     line: 12,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "msmtp",
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 14,
                    },
                    end: Position {
                     line: 12,
                     column: 19,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 7,
                         },
                         end: Position {
                          line: 13,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 13,
                           column: 16,
                          },
                          end: Position {
                           line: 13,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 13,
                                column: 32,
                               },
                               end: Position {
                                line: 13,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 13,
                                 column: 36,
                                },
                                end: Position {
                                 line: 13,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "msmtp - an SMTP client",
                                span: Span {
                                 start: Position {
                                  line: 13,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 13,
                                  column: 65,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 13,
                               column: 42,
                              },
                              end: Position {
                               line: 13,
                               column: 66,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "setSendmail",
                        span: Span {
                         start: Position {
                          line: 15,
                          column: 7,
                         },
                         end: Position {
                          line: 15,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 21,
                          },
                          end: Position {
                           line: 15,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 16,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 16,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 16,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 16,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 16,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 17,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 17,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 17,
                                 column: 19,
                                },
                                end: Position {
                                 line: 17,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 18,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 18,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 18,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 18,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 18,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 18,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to set the system sendmail to msmtp's.\n",
                                     span: Span {
                                      start: Position {
                                       line: 19,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 20,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 18,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 20,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 15,
                            column: 30,
                           },
                           end: Position {
                            line: 21,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "defaults",
                        span: Span {
                         start: Position {
                          line: 23,
                          column: 7,
                         },
                         end: Position {
                          line: 23,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 23,
                           column: 18,
                          },
                          end: Position {
                           line: 23,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 24,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 24,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 24,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 24,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrs",
                                  span: Span {
                                   start: Position {
                                    line: 24,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 24,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 25,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 25,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 25,
                                 column: 19,
                                },
                                end: Position {
                                 line: 25,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 26,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "aliases",
                                     span: Span {
                                      start: Position {
                                       line: 27,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 27,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "/etc/aliases",
                                       span: Span {
                                        start: Position {
                                         line: 27,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 27,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 27,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 27,
                                      column: 35,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "port",
                                     span: Span {
                                      start: Position {
                                       line: 28,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 28,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "587",
                                    span: Span {
                                     start: Position {
                                      line: 28,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 28,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "tls",
                                     span: Span {
                                      start: Position {
                                       line: 29,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 29,
                                       column: 14,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "true",
                                    span: Span {
                                     start: Position {
                                      line: 29,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 29,
                                      column: 21,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 26,
                                 column: 19,
                                },
                                end: Position {
                                 line: 30,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 31,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 31,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 31,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 31,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 31,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 31,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Default values applied to all accounts.\nSee msmtp(1) for the available options.\n",
                                     span: Span {
                                      start: Position {
                                       line: 32,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 34,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 31,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 34,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 23,
                            column: 27,
                           },
                           end: Position {
                            line: 35,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "accounts",
                        span: Span {
                         start: Position {
                          line: 37,
                          column: 7,
                         },
                         end: Position {
                          line: 37,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 37,
                           column: 18,
                          },
                          end: Position {
                           line: 37,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: With(
                              With {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 38,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 38,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "attrsOf",
                                   span: Span {
                                    start: Position {
                                     line: 38,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 38,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "attrs",
                                    span: Span {
                                     start: Position {
                                      line: 38,
                                      column: 36,
                                     },
                                     end: Position {
                                      line: 38,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 38,
                                 column: 16,
                                },
                                end: Position {
                                 line: 38,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 39,
                                 column: 19,
                                },
                                end: Position {
                                 line: 39,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 40,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 40,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Expression(
                                    PartExpression {
                                     expression: String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "default",
                                          span: Span {
                                           start: Position {
                                            line: 41,
                                            column: 12,
                                           },
                                           end: Position {
                                            line: 41,
                                            column: 19,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 41,
                                         column: 11,
                                        },
                                        end: Position {
                                         line: 41,
                                         column: 20,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  to: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "host",
                                          span: Span {
                                           start: Position {
                                            line: 42,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 42,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "smtp.example",
                                            span: Span {
                                             start: Position {
                                              line: 42,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 42,
                                              column: 33,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 42,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 42,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "auth",
                                          span: Span {
                                           start: Position {
                                            line: 43,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 43,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Identifier(
                                        Identifier {
                                         id: "true",
                                         span: Span {
                                          start: Position {
                                           line: 43,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 43,
                                           column: 24,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "user",
                                          span: Span {
                                           start: Position {
                                            line: 44,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 44,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "someone",
                                            span: Span {
                                             start: Position {
                                              line: 44,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 44,
                                              column: 28,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 44,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 44,
                                           column: 29,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "passwordeval",
                                          span: Span {
                                           start: Position {
                                            line: 45,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 45,
                                            column: 25,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "cat /secrets/password.txt",
                                            span: Span {
                                             start: Position {
                                              line: 45,
                                              column: 29,
                                             },
                                             end: Position {
                                              line: 45,
                                              column: 54,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 45,
                                           column: 28,
                                          },
                                          end: Position {
                                           line: 45,
                                           column: 55,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 41,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 46,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 40,
                                 column: 19,
                                },
                                end: Position {
                                 line: 47,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 48,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 48,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 48,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 48,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Named accounts and their respective configurations.\nThe special name \"default\" allows a default account to be defined.\nSee msmtp(1) for the available options.\n\nUse `programs.msmtp.extraConfig` instead of this attribute set-based\noption if ordered account inheritance is needed.\n\nIt is advised to use the `passwordeval` setting to read the password\nfrom a secret file to avoid having it written in the world-readable\nnix store. The password file must end with a newline (`\\n`).\n",
                                     span: Span {
                                      start: Position {
                                       line: 49,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 48,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 59,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 37,
                            column: 27,
                           },
                           end: Position {
                            line: 60,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConfig",
                        span: Span {
                         start: Position {
                          line: 62,
                          column: 7,
                         },
                         end: Position {
                          line: 62,
                          column: 18,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 62,
                           column: 21,
                          },
                          end: Position {
                           line: 62,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 63,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 63,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "lines",
                                  span: Span {
                                   start: Position {
                                    line: 63,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 63,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 64,
                                 column: 19,
                                },
                                end: Position {
                                 line: 64,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 65,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 65,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 65,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 65,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Extra lines to add to the msmtp configuration verbatim.\nSee msmtp(1) for the syntax and available options.\n",
                                     span: Span {
                                      start: Position {
                                       line: 66,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 68,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 65,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 68,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 62,
                            column: 30,
                           },
                           end: Position {
                            line: 69,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 12,
                    column: 22,
                   },
                   end: Position {
                    line: 70,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 11,
               column: 13,
              },
              end: Position {
               line: 71,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 73,
                column: 3,
               },
               end: Position {
                line: 73,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 73,
                 column: 12,
                },
                end: Position {
                 line: 73,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 73,
                    column: 17,
                   },
                   end: Position {
                    line: 73,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 73,
                     column: 21,
                    },
                    end: Position {
                     line: 73,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 74,
                        column: 5,
                       },
                       end: Position {
                        line: 74,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 74,
                        column: 17,
                       },
                       end: Position {
                        line: 74,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 74,
                            column: 36,
                           },
                           end: Position {
                            line: 74,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "msmtp",
                           span: Span {
                            start: Position {
                             line: 74,
                             column: 41,
                            },
                            end: Position {
                             line: 74,
                             column: 46,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 74,
                       column: 34,
                      },
                      end: Position {
                       line: 74,
                       column: 48,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 76,
                        column: 5,
                       },
                       end: Position {
                        line: 76,
                        column: 13,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "mail",
                      span: Span {
                       start: Position {
                        line: 76,
                        column: 14,
                       },
                       end: Position {
                        line: 76,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "sendmailSetuidWrapper",
                      span: Span {
                       start: Position {
                        line: 76,
                        column: 19,
                       },
                       end: Position {
                        line: 76,
                        column: 40,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 76,
                         column: 43,
                        },
                        end: Position {
                         line: 76,
                         column: 47,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 76,
                            column: 48,
                           },
                           end: Position {
                            line: 76,
                            column: 51,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "setSendmail",
                           span: Span {
                            start: Position {
                             line: 76,
                             column: 52,
                            },
                            end: Position {
                             line: 76,
                             column: 63,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "program",
                              span: Span {
                               start: Position {
                                line: 77,
                                column: 7,
                               },
                               end: Position {
                                line: 77,
                                column: 14,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "sendmail",
                                span: Span {
                                 start: Position {
                                  line: 77,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 77,
                               column: 17,
                              },
                              end: Position {
                               line: 77,
                               column: 27,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "source",
                              span: Span {
                               start: Position {
                                line: 78,
                                column: 7,
                               },
                               end: Position {
                                line: 78,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 78,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 78,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "msmtp",
                                     span: Span {
                                      start: Position {
                                       line: 78,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 78,
                                       column: 29,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/sendmail",
                                span: Span {
                                 start: Position {
                                  line: 78,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 78,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 78,
                               column: 16,
                              },
                              end: Position {
                               line: 78,
                               column: 44,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "setuid",
                              span: Span {
                               start: Position {
                                line: 79,
                                column: 7,
                               },
                               end: Position {
                                line: 79,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "false",
                             span: Span {
                              start: Position {
                               line: 79,
                               column: 16,
                              },
                              end: Position {
                               line: 79,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "setgid",
                              span: Span {
                               start: Position {
                                line: 80,
                                column: 7,
                               },
                               end: Position {
                                line: 80,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "false",
                             span: Span {
                              start: Position {
                               line: 80,
                               column: 16,
                              },
                              end: Position {
                               line: 80,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "owner",
                              span: Span {
                               start: Position {
                                line: 81,
                                column: 7,
                               },
                               end: Position {
                                line: 81,
                                column: 12,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "root",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 16,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 81,
                               column: 15,
                              },
                              end: Position {
                               line: 81,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 82,
                                column: 7,
                               },
                               end: Position {
                                line: 82,
                                column: 12,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "root",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 16,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 82,
                               column: 15,
                              },
                              end: Position {
                               line: 82,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 76,
                          column: 64,
                         },
                         end: Position {
                          line: 83,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 85,
                        column: 5,
                       },
                       end: Position {
                        line: 85,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 85,
                        column: 17,
                       },
                       end: Position {
                        line: 85,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "msmtprc",
                           span: Span {
                            start: Position {
                             line: 85,
                             column: 22,
                            },
                            end: Position {
                             line: 85,
                             column: 29,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 85,
                          column: 21,
                         },
                         end: Position {
                          line: 85,
                          column: 30,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "text",
                      span: Span {
                       start: Position {
                        line: 85,
                        column: 31,
                       },
                       end: Position {
                        line: 85,
                        column: 35,
                       },
                      },
                     },
                    ),
                   ],
                   to: LetIn(
                    LetIn {
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "mkValueString",
                           span: Span {
                            start: Position {
                             line: 86,
                             column: 7,
                            },
                            end: Position {
                             line: 86,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "v",
                           },
                          ),
                          body: IfThenElse(
                           IfThenElse {
                            predicate: BinaryOperation(
                             BinaryOperation {
                              left: Identifier(
                               Identifier {
                                id: "v",
                                span: Span {
                                 start: Position {
                                  line: 87,
                                  column: 12,
                                 },
                                 end: Position {
                                  line: 87,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                              operator: EqualTo,
                              right: Identifier(
                               Identifier {
                                id: "true",
                                span: Span {
                                 start: Position {
                                  line: 87,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 87,
                                  column: 21,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            then: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "on",
                                 span: Span {
                                  start: Position {
                                   line: 87,
                                   column: 28,
                                  },
                                  end: Position {
                                   line: 87,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 87,
                                column: 27,
                               },
                               end: Position {
                                line: 87,
                                column: 31,
                               },
                              },
                             },
                            ),
                            else_: IfThenElse(
                             IfThenElse {
                              predicate: BinaryOperation(
                               BinaryOperation {
                                left: Identifier(
                                 Identifier {
                                  id: "v",
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 18,
                                   },
                                  },
                                 },
                                ),
                                operator: EqualTo,
                                right: Identifier(
                                 Identifier {
                                  id: "false",
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              then: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "off",
                                   span: Span {
                                    start: Position {
                                     line: 88,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 88,
                                     column: 37,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 88,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                              else_: FunctionApplication(
                               FunctionApplication {
                                function: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "generators",
                                    span: Span {
                                     start: Position {
                                      line: 89,
                                      column: 14,
                                     },
                                     end: Position {
                                      line: 89,
                                      column: 24,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "mkValueStringDefault",
                                     span: Span {
                                      start: Position {
                                       line: 89,
                                       column: 25,
                                      },
                                      end: Position {
                                       line: 89,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                arguments: [
                                 Map(
                                  Map {
                                   recursive: false,
                                   bindings: [],
                                   span: Span {
                                    start: Position {
                                     line: 89,
                                     column: 46,
                                    },
                                    end: Position {
                                     line: 89,
                                     column: 48,
                                    },
                                   },
                                  },
                                 ),
                                 Identifier(
                                  Identifier {
                                   id: "v",
                                   span: Span {
                                    start: Position {
                                     line: 89,
                                     column: 49,
                                    },
                                    end: Position {
                                     line: 89,
                                     column: 50,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                              span: Span {
                               start: Position {
                                line: 88,
                                column: 14,
                               },
                               end: Position {
                                line: 89,
                                column: 50,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 87,
                              column: 9,
                             },
                             end: Position {
                              line: 89,
                              column: 50,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 86,
                            column: 23,
                           },
                           end: Position {
                            line: 89,
                            column: 50,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "mkKeyValueString",
                           span: Span {
                            start: Position {
                             line: 90,
                             column: 7,
                            },
                            end: Position {
                             line: 90,
                             column: 23,
                            },
                           },
                          },
                         ),
                        ],
                        to: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "k",
                           },
                          ),
                          body: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "v",
                             },
                            ),
                            body: String(
                             String_ {
                              parts: [
                               Interpolation(
                                PartInterpolation {
                                 expression: Identifier(
                                  Identifier {
                                   id: "k",
                                   span: Span {
                                    start: Position {
                                     line: 90,
                                     column: 35,
                                    },
                                    end: Position {
                                     line: 90,
                                     column: 36,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: " ",
                                 span: Span {
                                  start: Position {
                                   line: 90,
                                   column: 33,
                                  },
                                  end: Position {
                                   line: 90,
                                   column: 38,
                                  },
                                 },
                                },
                               ),
                               Interpolation(
                                PartInterpolation {
                                 expression: FunctionApplication(
                                  FunctionApplication {
                                   function: Identifier(
                                    Identifier {
                                     id: "mkValueString",
                                     span: Span {
                                      start: Position {
                                       line: 90,
                                       column: 40,
                                      },
                                      end: Position {
                                       line: 90,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                   arguments: [
                                    Identifier(
                                     Identifier {
                                      id: "v",
                                      span: Span {
                                       start: Position {
                                        line: 90,
                                        column: 54,
                                       },
                                       end: Position {
                                        line: 90,
                                        column: 55,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 90,
                                column: 32,
                               },
                               end: Position {
                                line: 90,
                                column: 57,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 90,
                              column: 29,
                             },
                             end: Position {
                              line: 90,
                              column: 57,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 90,
                            column: 26,
                           },
                           end: Position {
                            line: 90,
                            column: 57,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "mkInnerSectionString",
                           span: Span {
                            start: Position {
                             line: 91,
                             column: 7,
                            },
                            end: Position {
                             line: 91,
                             column: 27,
                            },
                           },
                          },
                         ),
                        ],
                        to: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "attrs",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "concatStringsSep",
                              span: Span {
                               start: Position {
                                line: 92,
                                column: 16,
                               },
                               end: Position {
                                line: 92,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 33,
                                },
                                end: Position {
                                 line: 92,
                                 column: 37,
                                },
                               },
                              },
                             ),
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "mapAttrsToList",
                                 span: Span {
                                  start: Position {
                                   line: 92,
                                   column: 39,
                                  },
                                  end: Position {
                                   line: 92,
                                   column: 53,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                Identifier(
                                 Identifier {
                                  id: "mkKeyValueString",
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 54,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                                Identifier(
                                 Identifier {
                                  id: "attrs",
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 71,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 76,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 92,
                            column: 9,
                           },
                           end: Position {
                            line: 92,
                            column: 77,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "mkAccountString",
                           span: Span {
                            start: Position {
                             line: 93,
                             column: 7,
                            },
                            end: Position {
                             line: 93,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        to: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "name",
                           },
                          ),
                          body: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "attrs",
                             },
                            ),
                            body: IndentedString(
                             IndentedString {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "account ",
                                 span: Span {
                                  start: Position {
                                   line: 94,
                                   column: 1,
                                  },
                                  end: Position {
                                   line: 94,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                               Interpolation(
                                PartInterpolation {
                                 expression: Identifier(
                                  Identifier {
                                   id: "name",
                                   span: Span {
                                    start: Position {
                                     line: 94,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 94,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "\n",
                                 span: Span {
                                  start: Position {
                                   line: 94,
                                   column: 1,
                                  },
                                  end: Position {
                                   line: 95,
                                   column: 9,
                                  },
                                 },
                                },
                               ),
                               Interpolation(
                                PartInterpolation {
                                 expression: FunctionApplication(
                                  FunctionApplication {
                                   function: Identifier(
                                    Identifier {
                                     id: "mkInnerSectionString",
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                   arguments: [
                                    Identifier(
                                     Identifier {
                                      id: "attrs",
                                      span: Span {
                                       start: Position {
                                        line: 95,
                                        column: 32,
                                       },
                                       end: Position {
                                        line: 95,
                                        column: 37,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                  },
                                 ),
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "\n",
                                 span: Span {
                                  start: Position {
                                   line: 94,
                                   column: 1,
                                  },
                                  end: Position {
                                   line: 96,
                                   column: 7,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 93,
                                column: 38,
                               },
                               end: Position {
                                line: 96,
                                column: 9,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 93,
                              column: 31,
                             },
                             end: Position {
                              line: 96,
                              column: 9,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 93,
                            column: 25,
                           },
                           end: Position {
                            line: 96,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     target: IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "defaults\n",
                          span: Span {
                           start: Position {
                            line: 98,
                            column: 1,
                           },
                           end: Position {
                            line: 99,
                            column: 7,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkInnerSectionString",
                              span: Span {
                               start: Position {
                                line: 99,
                                column: 9,
                               },
                               end: Position {
                                line: 99,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 99,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 99,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "defaults",
                                  span: Span {
                                   start: Position {
                                    line: 99,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 99,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n\n",
                          span: Span {
                           start: Position {
                            line: 98,
                            column: 1,
                           },
                           end: Position {
                            line: 101,
                            column: 7,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "concatStringsSep",
                              span: Span {
                               start: Position {
                                line: 101,
                                column: 9,
                               },
                               end: Position {
                                line: 101,
                                column: 25,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 101,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 101,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 101,
                                 column: 26,
                                },
                                end: Position {
                                 line: 101,
                                 column: 30,
                                },
                               },
                              },
                             ),
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "mapAttrsToList",
                                 span: Span {
                                  start: Position {
                                   line: 101,
                                   column: 32,
                                  },
                                  end: Position {
                                   line: 101,
                                   column: 46,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                Identifier(
                                 Identifier {
                                  id: "mkAccountString",
                                  span: Span {
                                   start: Position {
                                    line: 101,
                                    column: 47,
                                   },
                                   end: Position {
                                    line: 101,
                                    column: 62,
                                   },
                                  },
                                 },
                                ),
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 101,
                                      column: 63,
                                     },
                                     end: Position {
                                      line: 101,
                                      column: 66,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "accounts",
                                     span: Span {
                                      start: Position {
                                       line: 101,
                                       column: 67,
                                      },
                                      end: Position {
                                       line: 101,
                                       column: 75,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n\n",
                          span: Span {
                           start: Position {
                            line: 98,
                            column: 1,
                           },
                           end: Position {
                            line: 103,
                            column: 7,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 103,
                                column: 9,
                               },
                               end: Position {
                                line: 103,
                                column: 12,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "extraConfig",
                               span: Span {
                                start: Position {
                                 line: 103,
                                 column: 13,
                                },
                                end: Position {
                                 line: 103,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 98,
                            column: 1,
                           },
                           end: Position {
                            line: 104,
                            column: 5,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 97,
                         column: 8,
                        },
                        end: Position {
                         line: 104,
                         column: 7,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 85,
                       column: 38,
                      },
                      end: Position {
                       line: 104,
                       column: 7,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 73,
                  column: 28,
                 },
                 end: Position {
                  line: 105,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 8,
          column: 4,
         },
         end: Position {
          line: 106,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 106,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 106,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 106,
    column: 2,
   },
  },
 },
)