Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "borgmatic",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "settingsFormat",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 17,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 7,
                 column: 20,
                },
                end: Position {
                 line: 7,
                 column: 24,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "formats",
                span: Span {
                 start: Position {
                  line: 7,
                  column: 25,
                 },
                 end: Position {
                  line: 7,
                  column: 32,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "yaml",
                span: Span {
                 start: Position {
                  line: 7,
                  column: 33,
                 },
                 end: Position {
                  line: 7,
                  column: 37,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            Map(
             Map {
              recursive: false,
              bindings: [],
              span: Span {
               start: Position {
                line: 7,
                column: 38,
               },
               end: Position {
                line: 7,
                column: 41,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfgfile",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 10,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "settingsFormat",
               span: Span {
                start: Position {
                 line: 8,
                 column: 13,
                },
                end: Position {
                 line: 8,
                 column: 27,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "generate",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 28,
                 },
                 end: Position {
                  line: 8,
                  column: 36,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "config.yaml",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 38,
                  },
                  end: Position {
                   line: 8,
                   column: 49,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 37,
               },
               end: Position {
                line: 8,
                column: 50,
               },
              },
             },
            ),
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 51,
                 },
                 end: Position {
                  line: 8,
                  column: 54,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "settings",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 55,
                  },
                  end: Position {
                   line: 8,
                   column: 63,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 10,
                column: 3,
               },
               end: Position {
                line: 10,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 10,
                column: 11,
               },
               end: Position {
                line: 10,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "borgmatic",
              span: Span {
               start: Position {
                line: 10,
                column: 20,
               },
               end: Position {
                line: 10,
                column: 29,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 5,
                    },
                    end: Position {
                     line: 11,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 11,
                      column: 14,
                     },
                     end: Position {
                      line: 11,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 11,
                           column: 30,
                          },
                          end: Position {
                           line: 11,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 11,
                            column: 34,
                           },
                           end: Position {
                            line: 11,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "borgmatic",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 41,
                            },
                            end: Position {
                             line: 11,
                             column: 50,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 11,
                          column: 40,
                         },
                         end: Position {
                          line: 11,
                          column: 51,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "settings",
                   span: Span {
                    start: Position {
                     line: 13,
                     column: 5,
                    },
                    end: Position {
                     line: 13,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 13,
                      column: 16,
                     },
                     end: Position {
                      line: 13,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 14,
                             column: 7,
                            },
                            end: Position {
                             line: 14,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 14,
                                column: 21,
                               },
                               end: Position {
                                line: 14,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 14,
                                 column: 25,
                                },
                                end: Position {
                                 line: 14,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "See https://torsion.org/borgmatic/docs/reference/configuration/\n",
                                span: Span {
                                 start: Position {
                                  line: 15,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 14,
                               column: 31,
                              },
                              end: Position {
                               line: 16,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 17,
                             column: 7,
                            },
                            end: Position {
                             line: 17,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 17,
                                column: 14,
                               },
                               end: Position {
                                line: 17,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "submodule",
                               span: Span {
                                start: Position {
                                 line: 17,
                                 column: 20,
                                },
                                end: Position {
                                 line: 17,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "freeformType",
                                   span: Span {
                                    start: Position {
                                     line: 18,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 18,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "settingsFormat",
                                    span: Span {
                                     start: Position {
                                      line: 18,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 18,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 18,
                                       column: 39,
                                      },
                                      end: Position {
                                       line: 18,
                                       column: 43,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "options",
                                   span: Span {
                                    start: Position {
                                     line: 19,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 19,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "location",
                                   span: Span {
                                    start: Position {
                                     line: 19,
                                     column: 17,
                                    },
                                    end: Position {
                                     line: 19,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: Map(
                                 Map {
                                  recursive: false,
                                  bindings: [
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "source_directories",
                                        span: Span {
                                         start: Position {
                                          line: 20,
                                          column: 11,
                                         },
                                         end: Position {
                                          line: 20,
                                          column: 29,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: FunctionApplication(
                                      FunctionApplication {
                                       function: Identifier(
                                        Identifier {
                                         id: "mkOption",
                                         span: Span {
                                          start: Position {
                                           line: 20,
                                           column: 32,
                                          },
                                          end: Position {
                                           line: 20,
                                           column: 40,
                                          },
                                         },
                                        },
                                       ),
                                       arguments: [
                                        Map(
                                         Map {
                                          recursive: false,
                                          bindings: [
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "type",
                                                span: Span {
                                                 start: Position {
                                                  line: 21,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 21,
                                                  column: 17,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "types",
                                                   span: Span {
                                                    start: Position {
                                                     line: 21,
                                                     column: 20,
                                                    },
                                                    end: Position {
                                                     line: 21,
                                                     column: 25,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "listOf",
                                                    span: Span {
                                                     start: Position {
                                                      line: 21,
                                                      column: 26,
                                                     },
                                                     end: Position {
                                                      line: 21,
                                                      column: 32,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                               arguments: [
                                                PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "types",
                                                    span: Span {
                                                     start: Position {
                                                      line: 21,
                                                      column: 33,
                                                     },
                                                     end: Position {
                                                      line: 21,
                                                      column: 38,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 21,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 21,
                                                       column: 42,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "description",
                                                span: Span {
                                                 start: Position {
                                                  line: 22,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 22,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "lib",
                                                   span: Span {
                                                    start: Position {
                                                     line: 22,
                                                     column: 27,
                                                    },
                                                    end: Position {
                                                     line: 22,
                                                     column: 30,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "mdDoc",
                                                    span: Span {
                                                     start: Position {
                                                      line: 22,
                                                      column: 31,
                                                     },
                                                     end: Position {
                                                      line: 22,
                                                      column: 36,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                               arguments: [
                                                IndentedString(
                                                 IndentedString {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "List of source directories to backup (required). Globs and\ntildes are expanded.\n",
                                                     span: Span {
                                                      start: Position {
                                                       line: 23,
                                                       column: 1,
                                                      },
                                                      end: Position {
                                                       line: 25,
                                                       column: 13,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 22,
                                                    column: 37,
                                                   },
                                                   end: Position {
                                                    line: 25,
                                                    column: 15,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "example",
                                                span: Span {
                                                 start: Position {
                                                  line: 26,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 26,
                                                  column: 20,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/home",
                                                     span: Span {
                                                      start: Position {
                                                       line: 26,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 26,
                                                       column: 31,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 26,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 26,
                                                    column: 32,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/etc",
                                                     span: Span {
                                                      start: Position {
                                                       line: 26,
                                                       column: 34,
                                                      },
                                                      end: Position {
                                                       line: 26,
                                                       column: 38,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 26,
                                                    column: 33,
                                                   },
                                                   end: Position {
                                                    line: 26,
                                                    column: 39,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/var/log/syslog*",
                                                     span: Span {
                                                      start: Position {
                                                       line: 26,
                                                       column: 41,
                                                      },
                                                      end: Position {
                                                       line: 26,
                                                       column: 57,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 26,
                                                    column: 40,
                                                   },
                                                   end: Position {
                                                    line: 26,
                                                    column: 58,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 26,
                                                 column: 23,
                                                },
                                                end: Position {
                                                 line: 26,
                                                 column: 60,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 20,
                                            column: 41,
                                           },
                                           end: Position {
                                            line: 27,
                                            column: 12,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                      },
                                     ),
                                    },
                                   ),
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "repositories",
                                        span: Span {
                                         start: Position {
                                          line: 28,
                                          column: 11,
                                         },
                                         end: Position {
                                          line: 28,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: FunctionApplication(
                                      FunctionApplication {
                                       function: Identifier(
                                        Identifier {
                                         id: "mkOption",
                                         span: Span {
                                          start: Position {
                                           line: 28,
                                           column: 26,
                                          },
                                          end: Position {
                                           line: 28,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                       arguments: [
                                        Map(
                                         Map {
                                          recursive: false,
                                          bindings: [
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "type",
                                                span: Span {
                                                 start: Position {
                                                  line: 29,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 29,
                                                  column: 17,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "types",
                                                   span: Span {
                                                    start: Position {
                                                     line: 29,
                                                     column: 20,
                                                    },
                                                    end: Position {
                                                     line: 29,
                                                     column: 25,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "listOf",
                                                    span: Span {
                                                     start: Position {
                                                      line: 29,
                                                      column: 26,
                                                     },
                                                     end: Position {
                                                      line: 29,
                                                      column: 32,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                               arguments: [
                                                PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "types",
                                                    span: Span {
                                                     start: Position {
                                                      line: 29,
                                                      column: 33,
                                                     },
                                                     end: Position {
                                                      line: 29,
                                                      column: 38,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 29,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 29,
                                                       column: 42,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "description",
                                                span: Span {
                                                 start: Position {
                                                  line: 30,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 30,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "lib",
                                                   span: Span {
                                                    start: Position {
                                                     line: 30,
                                                     column: 27,
                                                    },
                                                    end: Position {
                                                     line: 30,
                                                     column: 30,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "mdDoc",
                                                    span: Span {
                                                     start: Position {
                                                      line: 30,
                                                      column: 31,
                                                     },
                                                     end: Position {
                                                      line: 30,
                                                      column: 36,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                               arguments: [
                                                IndentedString(
                                                 IndentedString {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "Paths to local or remote repositories (required). Tildes are\nexpanded. Multiple repositories are backed up to in\nsequence. Borg placeholders can be used. See the output of\n\"borg help placeholders\" for details. See ssh_command for\nSSH options like identity file or port. If systemd service\nis used, then add local repository paths in the systemd\nservice file to the ReadWritePaths list.\n",
                                                     span: Span {
                                                      start: Position {
                                                       line: 31,
                                                       column: 1,
                                                      },
                                                      end: Position {
                                                       line: 38,
                                                       column: 13,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 30,
                                                    column: 37,
                                                   },
                                                   end: Position {
                                                    line: 38,
                                                    column: 15,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "example",
                                                span: Span {
                                                 start: Position {
                                                  line: 39,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 39,
                                                  column: 20,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "user@backupserver:sourcehostname.borg",
                                                     span: Span {
                                                      start: Position {
                                                       line: 40,
                                                       column: 16,
                                                      },
                                                      end: Position {
                                                       line: 40,
                                                       column: 53,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 40,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 40,
                                                    column: 54,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "user@backupserver:{fqdn}",
                                                     span: Span {
                                                      start: Position {
                                                       line: 41,
                                                       column: 16,
                                                      },
                                                      end: Position {
                                                       line: 41,
                                                       column: 40,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 41,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 41,
                                                    column: 41,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 39,
                                                 column: 23,
                                                },
                                                end: Position {
                                                 line: 42,
                                                 column: 14,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 28,
                                            column: 35,
                                           },
                                           end: Position {
                                            line: 43,
                                            column: 12,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 19,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 44,
                                    column: 10,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 30,
                              },
                              end: Position {
                               line: 45,
                               column: 8,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 25,
                      },
                      end: Position {
                       line: 46,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 10,
               column: 32,
              },
              end: Position {
               line: 47,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 49,
                column: 3,
               },
               end: Position {
                line: 49,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 49,
                 column: 12,
                },
                end: Position {
                 line: 49,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 49,
                    column: 17,
                   },
                   end: Position {
                    line: 49,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 49,
                     column: 21,
                    },
                    end: Position {
                     line: 49,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 51,
                        column: 5,
                       },
                       end: Position {
                        line: 51,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 51,
                        column: 17,
                       },
                       end: Position {
                        line: 51,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 51,
                            column: 36,
                           },
                           end: Position {
                            line: 51,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "borgmatic",
                           span: Span {
                            start: Position {
                             line: 51,
                             column: 41,
                            },
                            end: Position {
                             line: 51,
                             column: 50,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 51,
                       column: 34,
                      },
                      end: Position {
                       line: 51,
                       column: 52,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 53,
                        column: 5,
                       },
                       end: Position {
                        line: 53,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 53,
                        column: 17,
                       },
                       end: Position {
                        line: 53,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "borgmatic/config.yaml",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 22,
                            },
                            end: Position {
                             line: 53,
                             column: 43,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 53,
                          column: 21,
                         },
                         end: Position {
                          line: 53,
                          column: 44,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "source",
                      span: Span {
                       start: Position {
                        line: 53,
                        column: 45,
                       },
                       end: Position {
                        line: 53,
                        column: 51,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "cfgfile",
                     span: Span {
                      start: Position {
                       line: 53,
                       column: 54,
                      },
                      end: Position {
                       line: 53,
                       column: 61,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 55,
                        column: 5,
                       },
                       end: Position {
                        line: 55,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "packages",
                      span: Span {
                       start: Position {
                        line: 55,
                        column: 13,
                       },
                       end: Position {
                        line: 55,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 55,
                            column: 26,
                           },
                           end: Position {
                            line: 55,
                            column: 30,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "borgmatic",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 31,
                            },
                            end: Position {
                             line: 55,
                             column: 40,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 55,
                       column: 24,
                      },
                      end: Position {
                       line: 55,
                       column: 42,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 49,
                  column: 28,
                 },
                 end: Position {
                  line: 57,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 9,
          column: 4,
         },
         end: Position {
          line: 58,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 58,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 58,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 58,
    column: 2,
   },
  },
 },
)