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: 5,
        column: 6,
       },
       end: Position {
        line: 5,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 9,
               column: 9,
              },
              end: Position {
               line: 9,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 9,
                column: 16,
               },
               end: Position {
                line: 9,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "xfs_quota",
              span: Span {
               start: Position {
                line: 9,
                column: 25,
               },
               end: Position {
                line: 9,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "limitOptions",
            span: Span {
             start: Position {
              line: 11,
              column: 3,
             },
             end: Position {
              line: 11,
              column: 15,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "opts",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "concatStringsSep",
               span: Span {
                start: Position {
                 line: 11,
                 column: 24,
                },
                end: Position {
                 line: 11,
                 column: 40,
                },
               },
              },
             ),
             arguments: [
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: " ",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 42,
                    },
                    end: Position {
                     line: 11,
                     column: 43,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 11,
                  column: 41,
                 },
                 end: Position {
                  line: 11,
                  column: 44,
                 },
                },
               },
              ),
              List(
               List {
                elements: [
                 FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "optionalString",
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 6,
                      },
                      end: Position {
                       line: 12,
                       column: 20,
                      },
                     },
                    },
                   ),
                   arguments: [
                    BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "opts",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 22,
                           },
                           end: Position {
                            line: 12,
                            column: 26,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "sizeSoftLimit",
                           span: Span {
                            start: Position {
                             line: 12,
                             column: 27,
                            },
                            end: Position {
                             line: 12,
                             column: 40,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: NotEqualTo,
                      right: Identifier(
                       Identifier {
                        id: "null",
                        span: Span {
                         start: Position {
                          line: 12,
                          column: 44,
                         },
                         end: Position {
                          line: 12,
                          column: 48,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "bsoft=",
                         span: Span {
                          start: Position {
                           line: 12,
                           column: 51,
                          },
                          end: Position {
                           line: 12,
                           column: 78,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "opts",
                             span: Span {
                              start: Position {
                               line: 12,
                               column: 59,
                              },
                              end: Position {
                               line: 12,
                               column: 63,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "sizeSoftLimit",
                              span: Span {
                               start: Position {
                                line: 12,
                                column: 64,
                               },
                               end: Position {
                                line: 12,
                                column: 77,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 50,
                       },
                       end: Position {
                        line: 12,
                        column: 79,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                 FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "optionalString",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 6,
                      },
                      end: Position {
                       line: 13,
                       column: 20,
                      },
                     },
                    },
                   ),
                   arguments: [
                    BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "opts",
                          span: Span {
                           start: Position {
                            line: 13,
                            column: 22,
                           },
                           end: Position {
                            line: 13,
                            column: 26,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "sizeHardLimit",
                           span: Span {
                            start: Position {
                             line: 13,
                             column: 27,
                            },
                            end: Position {
                             line: 13,
                             column: 40,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: NotEqualTo,
                      right: Identifier(
                       Identifier {
                        id: "null",
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 44,
                         },
                         end: Position {
                          line: 13,
                          column: 48,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "bhard=",
                         span: Span {
                          start: Position {
                           line: 13,
                           column: 51,
                          },
                          end: Position {
                           line: 13,
                           column: 78,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "opts",
                             span: Span {
                              start: Position {
                               line: 13,
                               column: 59,
                              },
                              end: Position {
                               line: 13,
                               column: 63,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "sizeHardLimit",
                              span: Span {
                               start: Position {
                                line: 13,
                                column: 64,
                               },
                               end: Position {
                                line: 13,
                                column: 77,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 50,
                       },
                       end: Position {
                        line: 13,
                        column: 79,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 11,
                  column: 45,
                 },
                 end: Position {
                  line: 14,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 11,
             column: 18,
            },
            end: Position {
             line: 14,
             column: 4,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 22,
                column: 3,
               },
               end: Position {
                line: 22,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "programs",
                   span: Span {
                    start: Position {
                     line: 24,
                     column: 5,
                    },
                    end: Position {
                     line: 24,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "xfs_quota",
                   span: Span {
                    start: Position {
                     line: 24,
                     column: 14,
                    },
                    end: Position {
                     line: 24,
                     column: 23,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "projects",
                        span: Span {
                         start: Position {
                          line: 25,
                          column: 7,
                         },
                         end: Position {
                          line: 25,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 25,
                           column: 18,
                          },
                          end: Position {
                           line: 25,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 26,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 26,
                                 column: 19,
                                },
                                end: Position {
                                 line: 26,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 27,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 27,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 27,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 27,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrsOf",
                                    span: Span {
                                     start: Position {
                                      line: 27,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 27,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 27,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 27,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "submodule",
                                       span: Span {
                                        start: Position {
                                         line: 27,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 27,
                                         column: 46,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "options",
                                           span: Span {
                                            start: Position {
                                             line: 28,
                                             column: 11,
                                            },
                                            end: Position {
                                             line: 28,
                                             column: 18,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: Map(
                                         Map {
                                          recursive: false,
                                          bindings: [
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "id",
                                                span: Span {
                                                 start: Position {
                                                  line: 29,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 29,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 29,
                                                   column: 18,
                                                  },
                                                  end: Position {
                                                   line: 29,
                                                   column: 26,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 30,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 30,
                                                          column: 19,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 30,
                                                           column: 22,
                                                          },
                                                          end: Position {
                                                           line: 30,
                                                           column: 27,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "int",
                                                          span: Span {
                                                           start: Position {
                                                            line: 30,
                                                            column: 28,
                                                           },
                                                           end: Position {
                                                            line: 30,
                                                            column: 31,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 31,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 31,
                                                          column: 26,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 31,
                                                             column: 29,
                                                            },
                                                            end: Position {
                                                             line: 31,
                                                             column: 32,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 31,
                                                              column: 33,
                                                             },
                                                             end: Position {
                                                              line: 31,
                                                              column: 38,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Project ID.",
                                                             span: Span {
                                                              start: Position {
                                                               line: 31,
                                                               column: 40,
                                                              },
                                                              end: Position {
                                                               line: 31,
                                                               column: 51,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 31,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 31,
                                                            column: 52,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 29,
                                                    column: 27,
                                                   },
                                                   end: Position {
                                                    line: 32,
                                                    column: 14,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "fileSystem",
                                                span: Span {
                                                 start: Position {
                                                  line: 34,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 34,
                                                  column: 23,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 34,
                                                   column: 26,
                                                  },
                                                  end: Position {
                                                   line: 34,
                                                   column: 34,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 35,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 35,
                                                          column: 19,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 35,
                                                           column: 22,
                                                          },
                                                          end: Position {
                                                           line: 35,
                                                           column: 27,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 35,
                                                            column: 28,
                                                           },
                                                           end: Position {
                                                            line: 35,
                                                            column: 31,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 36,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 36,
                                                          column: 26,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 36,
                                                             column: 29,
                                                            },
                                                            end: Position {
                                                             line: 36,
                                                             column: 32,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 36,
                                                              column: 33,
                                                             },
                                                             end: Position {
                                                              line: 36,
                                                              column: 38,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "XFS filesystem hosting the xfs_quota project.",
                                                             span: Span {
                                                              start: Position {
                                                               line: 36,
                                                               column: 40,
                                                              },
                                                              end: Position {
                                                               line: 36,
                                                               column: 85,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 36,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 36,
                                                            column: 86,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 37,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 37,
                                                          column: 22,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "/",
                                                          span: Span {
                                                           start: Position {
                                                            line: 37,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 37,
                                                            column: 27,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 37,
                                                         column: 25,
                                                        },
                                                        end: Position {
                                                         line: 37,
                                                         column: 28,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 34,
                                                    column: 35,
                                                   },
                                                   end: Position {
                                                    line: 38,
                                                    column: 14,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "path",
                                                span: Span {
                                                 start: Position {
                                                  line: 40,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 40,
                                                  column: 17,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 40,
                                                   column: 20,
                                                  },
                                                  end: Position {
                                                   line: 40,
                                                   column: 28,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 41,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 41,
                                                          column: 19,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 41,
                                                           column: 22,
                                                          },
                                                          end: Position {
                                                           line: 41,
                                                           column: 27,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 41,
                                                            column: 28,
                                                           },
                                                           end: Position {
                                                            line: 41,
                                                            column: 31,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 42,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 42,
                                                          column: 26,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 42,
                                                             column: 29,
                                                            },
                                                            end: Position {
                                                             line: 42,
                                                             column: 32,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 42,
                                                              column: 33,
                                                             },
                                                             end: Position {
                                                              line: 42,
                                                              column: 38,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Project directory.",
                                                             span: Span {
                                                              start: Position {
                                                               line: 42,
                                                               column: 40,
                                                              },
                                                              end: Position {
                                                               line: 42,
                                                               column: 58,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 42,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 42,
                                                            column: 59,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 40,
                                                    column: 29,
                                                   },
                                                   end: Position {
                                                    line: 43,
                                                    column: 14,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "sizeSoftLimit",
                                                span: Span {
                                                 start: Position {
                                                  line: 45,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 45,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 45,
                                                   column: 29,
                                                  },
                                                  end: Position {
                                                   line: 45,
                                                   column: 37,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 46,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 46,
                                                          column: 19,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 46,
                                                             column: 22,
                                                            },
                                                            end: Position {
                                                             line: 46,
                                                             column: 27,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "nullOr",
                                                            span: Span {
                                                             start: Position {
                                                              line: 46,
                                                              column: 28,
                                                             },
                                                             end: Position {
                                                              line: 46,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        PropertyAccess(
                                                         PropertyAccess {
                                                          expression: Identifier(
                                                           Identifier {
                                                            id: "types",
                                                            span: Span {
                                                             start: Position {
                                                              line: 46,
                                                              column: 35,
                                                             },
                                                             end: Position {
                                                              line: 46,
                                                              column: 40,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                          attribute_path: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "str",
                                                             span: Span {
                                                              start: Position {
                                                               line: 46,
                                                               column: 41,
                                                              },
                                                              end: Position {
                                                               line: 46,
                                                               column: 44,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          default: None,
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 47,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 47,
                                                          column: 22,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Identifier(
                                                      Identifier {
                                                       id: "null",
                                                       span: Span {
                                                        start: Position {
                                                         line: 47,
                                                         column: 25,
                                                        },
                                                        end: Position {
                                                         line: 47,
                                                         column: 29,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "example",
                                                        span: Span {
                                                         start: Position {
                                                          line: 48,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 48,
                                                          column: 22,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "30g",
                                                          span: Span {
                                                           start: Position {
                                                            line: 48,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 48,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 48,
                                                         column: 25,
                                                        },
                                                        end: Position {
                                                         line: 48,
                                                         column: 30,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 49,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 49,
                                                          column: 26,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 49,
                                                             column: 29,
                                                            },
                                                            end: Position {
                                                             line: 49,
                                                             column: 32,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 49,
                                                              column: 33,
                                                             },
                                                             end: Position {
                                                              line: 49,
                                                              column: 38,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Soft limit of the project size",
                                                             span: Span {
                                                              start: Position {
                                                               line: 49,
                                                               column: 40,
                                                              },
                                                              end: Position {
                                                               line: 49,
                                                               column: 70,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 49,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 49,
                                                            column: 71,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 45,
                                                    column: 38,
                                                   },
                                                   end: Position {
                                                    line: 50,
                                                    column: 14,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "sizeHardLimit",
                                                span: Span {
                                                 start: Position {
                                                  line: 52,
                                                  column: 13,
                                                 },
                                                 end: Position {
                                                  line: 52,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkOption",
                                                 span: Span {
                                                  start: Position {
                                                   line: 52,
                                                   column: 29,
                                                  },
                                                  end: Position {
                                                   line: 52,
                                                   column: 37,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 53,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 53,
                                                          column: 19,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 53,
                                                             column: 22,
                                                            },
                                                            end: Position {
                                                             line: 53,
                                                             column: 27,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "nullOr",
                                                            span: Span {
                                                             start: Position {
                                                              line: 53,
                                                              column: 28,
                                                             },
                                                             end: Position {
                                                              line: 53,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        PropertyAccess(
                                                         PropertyAccess {
                                                          expression: Identifier(
                                                           Identifier {
                                                            id: "types",
                                                            span: Span {
                                                             start: Position {
                                                              line: 53,
                                                              column: 35,
                                                             },
                                                             end: Position {
                                                              line: 53,
                                                              column: 40,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                          attribute_path: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "str",
                                                             span: Span {
                                                              start: Position {
                                                               line: 53,
                                                               column: 41,
                                                              },
                                                              end: Position {
                                                               line: 53,
                                                               column: 44,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          default: None,
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "default",
                                                        span: Span {
                                                         start: Position {
                                                          line: 54,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 54,
                                                          column: 22,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: Identifier(
                                                      Identifier {
                                                       id: "null",
                                                       span: Span {
                                                        start: Position {
                                                         line: 54,
                                                         column: 25,
                                                        },
                                                        end: Position {
                                                         line: 54,
                                                         column: 29,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "example",
                                                        span: Span {
                                                         start: Position {
                                                          line: 55,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 55,
                                                          column: 22,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "50g",
                                                          span: Span {
                                                           start: Position {
                                                            line: 55,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 55,
                                                            column: 29,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 55,
                                                         column: 25,
                                                        },
                                                        end: Position {
                                                         line: 55,
                                                         column: 30,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                   KeyValue(
                                                    BindingKeyValue {
                                                     from: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "description",
                                                        span: Span {
                                                         start: Position {
                                                          line: 56,
                                                          column: 15,
                                                         },
                                                         end: Position {
                                                          line: 56,
                                                          column: 26,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     to: FunctionApplication(
                                                      FunctionApplication {
                                                       function: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "lib",
                                                           span: Span {
                                                            start: Position {
                                                             line: 56,
                                                             column: 29,
                                                            },
                                                            end: Position {
                                                             line: 56,
                                                             column: 32,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "mdDoc",
                                                            span: Span {
                                                             start: Position {
                                                              line: 56,
                                                              column: 33,
                                                             },
                                                             end: Position {
                                                              line: 56,
                                                              column: 38,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       arguments: [
                                                        String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "Hard limit of the project size.",
                                                             span: Span {
                                                              start: Position {
                                                               line: 56,
                                                               column: 40,
                                                              },
                                                              end: Position {
                                                               line: 56,
                                                               column: 71,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 56,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 56,
                                                            column: 72,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 52,
                                                    column: 38,
                                                   },
                                                   end: Position {
                                                    line: 57,
                                                    column: 14,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 28,
                                            column: 21,
                                           },
                                           end: Position {
                                            line: 58,
                                            column: 12,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 27,
                                       column: 47,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 10,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 61,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 61,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 61,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 61,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 61,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 61,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Setup of xfs_quota projects. Make sure the filesystem is mounted with the pquota option.",
                                     span: Span {
                                      start: Position {
                                       line: 61,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 61,
                                       column: 122,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 61,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 61,
                                    column: 123,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "projname",
                                     span: Span {
                                      start: Position {
                                       line: 64,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 64,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "id",
                                          span: Span {
                                           start: Position {
                                            line: 65,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 65,
                                            column: 15,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Integer(
                                        Integer {
                                         value: "50",
                                         span: Span {
                                          start: Position {
                                           line: 65,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 65,
                                           column: 20,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "path",
                                          span: Span {
                                           start: Position {
                                            line: 66,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 66,
                                            column: 17,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "/xfsprojects/projname",
                                            span: Span {
                                             start: Position {
                                              line: 66,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 66,
                                              column: 42,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 66,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 66,
                                           column: 43,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "sizeHardLimit",
                                          span: Span {
                                           start: Position {
                                            line: 67,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 67,
                                            column: 26,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "50g",
                                            span: Span {
                                             start: Position {
                                              line: 67,
                                              column: 30,
                                             },
                                             end: Position {
                                              line: 67,
                                              column: 33,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 67,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 67,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 64,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 68,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 19,
                                },
                                end: Position {
                                 line: 69,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 27,
                           },
                           end: Position {
                            line: 70,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 24,
                    column: 26,
                   },
                   end: Position {
                    line: 71,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 22,
               column: 13,
              },
              end: Position {
               line: 73,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 78,
                column: 3,
               },
               end: Position {
                line: 78,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 78,
                 column: 12,
                },
                end: Position {
                 line: 78,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              BinaryOperation(
               BinaryOperation {
                left: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "cfg",
                    span: Span {
                     start: Position {
                      line: 78,
                      column: 18,
                     },
                     end: Position {
                      line: 78,
                      column: 21,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "projects",
                     span: Span {
                      start: Position {
                       line: 78,
                       column: 22,
                      },
                      end: Position {
                       line: 78,
                       column: 30,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                operator: NotEqualTo,
                right: Map(
                 Map {
                  recursive: false,
                  bindings: [],
                  span: Span {
                   start: Position {
                    line: 78,
                    column: 34,
                   },
                   end: Position {
                    line: 78,
                    column: 36,
                   },
                  },
                 },
                ),
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 80,
                        column: 5,
                       },
                       end: Position {
                        line: 80,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 80,
                        column: 17,
                       },
                       end: Position {
                        line: 80,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "projects",
                      span: Span {
                       start: Position {
                        line: 80,
                        column: 21,
                       },
                       end: Position {
                        line: 80,
                        column: 29,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "source",
                      span: Span {
                       start: Position {
                        line: 80,
                        column: 30,
                       },
                       end: Position {
                        line: 80,
                        column: 36,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "pkgs",
                         span: Span {
                          start: Position {
                           line: 80,
                           column: 39,
                          },
                          end: Position {
                           line: 80,
                           column: 43,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "writeText",
                          span: Span {
                           start: Position {
                            line: 80,
                            column: 44,
                           },
                           end: Position {
                            line: 80,
                            column: 53,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "etc-project",
                           span: Span {
                            start: Position {
                             line: 80,
                             column: 55,
                            },
                            end: Position {
                             line: 80,
                             column: 66,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 80,
                          column: 54,
                         },
                         end: Position {
                          line: 80,
                          column: 67,
                         },
                        },
                       },
                      ),
                      FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "concatStringsSep",
                          span: Span {
                           start: Position {
                            line: 81,
                            column: 8,
                           },
                           end: Position {
                            line: 81,
                            column: 24,
                           },
                          },
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "\n",
                              span: Span {
                               start: Position {
                                line: 81,
                                column: 26,
                               },
                               end: Position {
                                line: 81,
                                column: 28,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 81,
                             column: 25,
                            },
                            end: Position {
                             line: 81,
                             column: 29,
                            },
                           },
                          },
                         ),
                         FunctionApplication(
                          FunctionApplication {
                           function: Identifier(
                            Identifier {
                             id: "mapAttrsToList",
                             span: Span {
                              start: Position {
                               line: 81,
                               column: 31,
                              },
                              end: Position {
                               line: 81,
                               column: 45,
                              },
                             },
                            },
                           ),
                           arguments: [
                            Function(
                             Function {
                              head: Simple(
                               FunctionHeadSimple {
                                identifier: "name",
                               },
                              ),
                              body: Function(
                               Function {
                                head: Simple(
                                 FunctionHeadSimple {
                                  identifier: "opts",
                                 },
                                ),
                                body: String(
                                 String_ {
                                  parts: [
                                   Interpolation(
                                    PartInterpolation {
                                     expression: FunctionApplication(
                                      FunctionApplication {
                                       function: Identifier(
                                        Identifier {
                                         id: "toString",
                                         span: Span {
                                          start: Position {
                                           line: 82,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 82,
                                           column: 33,
                                          },
                                         },
                                        },
                                       ),
                                       arguments: [
                                        PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "opts",
                                            span: Span {
                                             start: Position {
                                              line: 82,
                                              column: 34,
                                             },
                                             end: Position {
                                              line: 82,
                                              column: 38,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "id",
                                             span: Span {
                                              start: Position {
                                               line: 82,
                                               column: 39,
                                              },
                                              end: Position {
                                               line: 82,
                                               column: 41,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       ],
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: ":",
                                     span: Span {
                                      start: Position {
                                       line: 82,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 82,
                                       column: 43,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "opts",
                                         span: Span {
                                          start: Position {
                                           line: 82,
                                           column: 45,
                                          },
                                          end: Position {
                                           line: 82,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "path",
                                          span: Span {
                                           start: Position {
                                            line: 82,
                                            column: 50,
                                           },
                                           end: Position {
                                            line: 82,
                                            column: 54,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 82,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 82,
                                    column: 56,
                                   },
                                  },
                                 },
                                ),
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 16,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                              span: Span {
                               start: Position {
                                line: 82,
                                column: 10,
                               },
                               end: Position {
                                line: 82,
                                column: 56,
                               },
                              },
                             },
                            ),
                            PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "cfg",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 58,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "projects",
                                 span: Span {
                                  start: Position {
                                   line: 82,
                                   column: 62,
                                  },
                                  end: Position {
                                   line: 82,
                                   column: 70,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           ],
                          },
                         ),
                        ],
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 84,
                        column: 5,
                       },
                       end: Position {
                        line: 84,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 84,
                        column: 17,
                       },
                       end: Position {
                        line: 84,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "projid",
                      span: Span {
                       start: Position {
                        line: 84,
                        column: 21,
                       },
                       end: Position {
                        line: 84,
                        column: 27,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "source",
                      span: Span {
                       start: Position {
                        line: 84,
                        column: 28,
                       },
                       end: Position {
                        line: 84,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "pkgs",
                         span: Span {
                          start: Position {
                           line: 84,
                           column: 37,
                          },
                          end: Position {
                           line: 84,
                           column: 41,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "writeText",
                          span: Span {
                           start: Position {
                            line: 84,
                            column: 42,
                           },
                           end: Position {
                            line: 84,
                            column: 51,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "etc-projid",
                           span: Span {
                            start: Position {
                             line: 84,
                             column: 53,
                            },
                            end: Position {
                             line: 84,
                             column: 63,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 84,
                          column: 52,
                         },
                         end: Position {
                          line: 84,
                          column: 64,
                         },
                        },
                       },
                      ),
                      FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "concatStringsSep",
                          span: Span {
                           start: Position {
                            line: 85,
                            column: 8,
                           },
                           end: Position {
                            line: 85,
                            column: 24,
                           },
                          },
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "\n",
                              span: Span {
                               start: Position {
                                line: 85,
                                column: 26,
                               },
                               end: Position {
                                line: 85,
                                column: 28,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 85,
                             column: 25,
                            },
                            end: Position {
                             line: 85,
                             column: 29,
                            },
                           },
                          },
                         ),
                         FunctionApplication(
                          FunctionApplication {
                           function: Identifier(
                            Identifier {
                             id: "mapAttrsToList",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 31,
                              },
                              end: Position {
                               line: 85,
                               column: 45,
                              },
                             },
                            },
                           ),
                           arguments: [
                            Function(
                             Function {
                              head: Simple(
                               FunctionHeadSimple {
                                identifier: "name",
                               },
                              ),
                              body: Function(
                               Function {
                                head: Simple(
                                 FunctionHeadSimple {
                                  identifier: "opts",
                                 },
                                ),
                                body: String(
                                 String_ {
                                  parts: [
                                   Interpolation(
                                    PartInterpolation {
                                     expression: Identifier(
                                      Identifier {
                                       id: "name",
                                       span: Span {
                                        start: Position {
                                         line: 86,
                                         column: 25,
                                        },
                                        end: Position {
                                         line: 86,
                                         column: 29,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: ":",
                                     span: Span {
                                      start: Position {
                                       line: 86,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 86,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: FunctionApplication(
                                      FunctionApplication {
                                       function: Identifier(
                                        Identifier {
                                         id: "toString",
                                         span: Span {
                                          start: Position {
                                           line: 86,
                                           column: 33,
                                          },
                                          end: Position {
                                           line: 86,
                                           column: 41,
                                          },
                                         },
                                        },
                                       ),
                                       arguments: [
                                        PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "opts",
                                            span: Span {
                                             start: Position {
                                              line: 86,
                                              column: 42,
                                             },
                                             end: Position {
                                              line: 86,
                                              column: 46,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "id",
                                             span: Span {
                                              start: Position {
                                               line: 86,
                                               column: 47,
                                              },
                                              end: Position {
                                               line: 86,
                                               column: 49,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       ],
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 86,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                                span: Span {
                                 start: Position {
                                  line: 86,
                                  column: 16,
                                 },
                                 end: Position {
                                  line: 86,
                                  column: 51,
                                 },
                                },
                               },
                              ),
                              span: Span {
                               start: Position {
                                line: 86,
                                column: 10,
                               },
                               end: Position {
                                line: 86,
                                column: 51,
                               },
                              },
                             },
                            ),
                            PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "cfg",
                                span: Span {
                                 start: Position {
                                  line: 86,
                                  column: 53,
                                 },
                                 end: Position {
                                  line: 86,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "projects",
                                 span: Span {
                                  start: Position {
                                   line: 86,
                                   column: 57,
                                  },
                                  end: Position {
                                   line: 86,
                                   column: 65,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           ],
                          },
                         ),
                        ],
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 88,
                        column: 5,
                       },
                       end: Position {
                        line: 88,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 88,
                        column: 13,
                       },
                       end: Position {
                        line: 88,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mapAttrs'",
                       span: Span {
                        start: Position {
                         line: 88,
                         column: 24,
                        },
                        end: Position {
                         line: 88,
                         column: 33,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "opts",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nameValuePair",
                              span: Span {
                               start: Position {
                                line: 89,
                                column: 7,
                               },
                               end: Position {
                                line: 89,
                                column: 20,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "xfs_quota-",
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "name",
                                    span: Span {
                                     start: Position {
                                      line: 89,
                                      column: 34,
                                     },
                                     end: Position {
                                      line: 89,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 89,
                                 column: 21,
                                },
                                end: Position {
                                 line: 89,
                                 column: 40,
                                },
                               },
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 90,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 90,
                                       column: 20,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "Setup xfs_quota for project ",
                                       span: Span {
                                        start: Position {
                                         line: 90,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 90,
                                         column: 59,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "name",
                                         span: Span {
                                          start: Position {
                                           line: 90,
                                           column: 54,
                                          },
                                          end: Position {
                                           line: 90,
                                           column: 58,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 90,
                                      column: 23,
                                     },
                                     end: Position {
                                      line: 90,
                                      column: 60,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "script",
                                     span: Span {
                                      start: Position {
                                       line: 91,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 91,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 92,
                                         column: 11,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "pkgs",
                                           span: Span {
                                            start: Position {
                                             line: 92,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 92,
                                             column: 17,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "xfsprogs",
                                            span: Span {
                                             start: Position {
                                              line: 92,
                                              column: 18,
                                             },
                                             end: Position {
                                              line: 92,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "bin",
                                            span: Span {
                                             start: Position {
                                              line: 92,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 92,
                                              column: 30,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "/bin/xfs_quota -x -c 'project -s ",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 92,
                                         column: 64,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "name",
                                         span: Span {
                                          start: Position {
                                           line: 92,
                                           column: 66,
                                          },
                                          end: Position {
                                           line: 92,
                                           column: 70,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "' ",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 92,
                                         column: 73,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "opts",
                                           span: Span {
                                            start: Position {
                                             line: 92,
                                             column: 75,
                                            },
                                            end: Position {
                                             line: 92,
                                             column: 79,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "fileSystem",
                                            span: Span {
                                             start: Position {
                                              line: 92,
                                              column: 80,
                                             },
                                             end: Position {
                                              line: 92,
                                              column: 90,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "\n",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 93,
                                         column: 11,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "pkgs",
                                           span: Span {
                                            start: Position {
                                             line: 93,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 93,
                                             column: 17,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "xfsprogs",
                                            span: Span {
                                             start: Position {
                                              line: 93,
                                              column: 18,
                                             },
                                             end: Position {
                                              line: 93,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "bin",
                                            span: Span {
                                             start: Position {
                                              line: 93,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 93,
                                              column: 30,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "/bin/xfs_quota -x -c 'limit -p ",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 93,
                                         column: 62,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: FunctionApplication(
                                        FunctionApplication {
                                         function: Identifier(
                                          Identifier {
                                           id: "limitOptions",
                                           span: Span {
                                            start: Position {
                                             line: 93,
                                             column: 64,
                                            },
                                            end: Position {
                                             line: 93,
                                             column: 76,
                                            },
                                           },
                                          },
                                         ),
                                         arguments: [
                                          Identifier(
                                           Identifier {
                                            id: "opts",
                                            span: Span {
                                             start: Position {
                                              line: 93,
                                              column: 77,
                                             },
                                             end: Position {
                                              line: 93,
                                              column: 81,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: " ",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 93,
                                         column: 83,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "name",
                                         span: Span {
                                          start: Position {
                                           line: 93,
                                           column: 85,
                                          },
                                          end: Position {
                                           line: 93,
                                           column: 89,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "' ",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 93,
                                         column: 92,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "opts",
                                           span: Span {
                                            start: Position {
                                             line: 93,
                                             column: 94,
                                            },
                                            end: Position {
                                             line: 93,
                                             column: 98,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "fileSystem",
                                            span: Span {
                                             start: Position {
                                              line: 93,
                                              column: 99,
                                             },
                                             end: Position {
                                              line: 93,
                                              column: 109,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "\n",
                                       span: Span {
                                        start: Position {
                                         line: 92,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 94,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 91,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 94,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "wantedBy",
                                     span: Span {
                                      start: Position {
                                       line: 96,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 96,
                                       column: 17,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: List(
                                   List {
                                    elements: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "multi-user.target",
                                          span: Span {
                                           start: Position {
                                            line: 96,
                                            column: 23,
                                           },
                                           end: Position {
                                            line: 96,
                                            column: 40,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 96,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 96,
                                         column: 41,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 96,
                                      column: 20,
                                     },
                                     end: Position {
                                      line: 96,
                                      column: 43,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "after",
                                     span: Span {
                                      start: Position {
                                       line: 97,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 97,
                                       column: 14,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: List(
                                   List {
                                    elements: [
                                     BinaryOperation(
                                      BinaryOperation {
                                       left: FunctionApplication(
                                        FunctionApplication {
                                         function: Identifier(
                                          Identifier {
                                           id: "replaceChars",
                                           span: Span {
                                            start: Position {
                                             line: 97,
                                             column: 21,
                                            },
                                            end: Position {
                                             line: 97,
                                             column: 33,
                                            },
                                           },
                                          },
                                         ),
                                         arguments: [
                                          List(
                                           List {
                                            elements: [
                                             String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "/",
                                                  span: Span {
                                                   start: Position {
                                                    line: 97,
                                                    column: 37,
                                                   },
                                                   end: Position {
                                                    line: 97,
                                                    column: 38,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 97,
                                                 column: 36,
                                                },
                                                end: Position {
                                                 line: 97,
                                                 column: 39,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 97,
                                              column: 34,
                                             },
                                             end: Position {
                                              line: 97,
                                              column: 41,
                                             },
                                            },
                                           },
                                          ),
                                          List(
                                           List {
                                            elements: [
                                             String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "-",
                                                  span: Span {
                                                   start: Position {
                                                    line: 97,
                                                    column: 45,
                                                   },
                                                   end: Position {
                                                    line: 97,
                                                    column: 46,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 97,
                                                 column: 44,
                                                },
                                                end: Position {
                                                 line: 97,
                                                 column: 47,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 97,
                                              column: 42,
                                             },
                                             end: Position {
                                              line: 97,
                                              column: 49,
                                             },
                                            },
                                           },
                                          ),
                                          PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "opts",
                                              span: Span {
                                               start: Position {
                                                line: 97,
                                                column: 50,
                                               },
                                               end: Position {
                                                line: 97,
                                                column: 54,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "fileSystem",
                                               span: Span {
                                                start: Position {
                                                 line: 97,
                                                 column: 55,
                                                },
                                                end: Position {
                                                 line: 97,
                                                 column: 65,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                       operator: Addition,
                                       right: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: ".mount",
                                            span: Span {
                                             start: Position {
                                              line: 97,
                                              column: 70,
                                             },
                                             end: Position {
                                              line: 97,
                                              column: 76,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 97,
                                           column: 69,
                                          },
                                          end: Position {
                                           line: 97,
                                           column: 77,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 97,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 97,
                                      column: 80,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "restartTriggers",
                                     span: Span {
                                      start: Position {
                                       line: 99,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 99,
                                       column: 24,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: List(
                                   List {
                                    elements: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "config",
                                         span: Span {
                                          start: Position {
                                           line: 99,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 99,
                                           column: 35,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "environment",
                                          span: Span {
                                           start: Position {
                                            line: 99,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 99,
                                            column: 47,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "etc",
                                          span: Span {
                                           start: Position {
                                            line: 99,
                                            column: 48,
                                           },
                                           end: Position {
                                            line: 99,
                                            column: 51,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "projects",
                                          span: Span {
                                           start: Position {
                                            line: 99,
                                            column: 52,
                                           },
                                           end: Position {
                                            line: 99,
                                            column: 60,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "source",
                                          span: Span {
                                           start: Position {
                                            line: 99,
                                            column: 61,
                                           },
                                           end: Position {
                                            line: 99,
                                            column: 67,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 99,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 99,
                                      column: 69,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "serviceConfig",
                                     span: Span {
                                      start: Position {
                                       line: 101,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 101,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "Type",
                                          span: Span {
                                           start: Position {
                                            line: 102,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 102,
                                            column: 15,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "oneshot",
                                            span: Span {
                                             start: Position {
                                              line: 102,
                                              column: 19,
                                             },
                                             end: Position {
                                              line: 102,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 102,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 102,
                                           column: 27,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "RemainAfterExit",
                                          span: Span {
                                           start: Position {
                                            line: 103,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 103,
                                            column: 26,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: Identifier(
                                        Identifier {
                                         id: "true",
                                         span: Span {
                                          start: Position {
                                           line: 103,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 103,
                                           column: 33,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 101,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 104,
                                      column: 10,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 89,
                                 column: 41,
                                },
                                end: Position {
                                 line: 105,
                                 column: 8,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 88,
                            column: 41,
                           },
                           end: Position {
                            line: 105,
                            column: 8,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 88,
                          column: 35,
                         },
                         end: Position {
                          line: 105,
                          column: 8,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 106,
                            column: 7,
                           },
                           end: Position {
                            line: 106,
                            column: 10,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "projects",
                           span: Span {
                            start: Position {
                             line: 106,
                             column: 11,
                            },
                            end: Position {
                             line: 106,
                             column: 19,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 78,
                  column: 38,
                 },
                 end: Position {
                  line: 108,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 18,
          column: 1,
         },
         end: Position {
          line: 110,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 7,
        column: 1,
       },
       end: Position {
        line: 110,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 5,
      column: 1,
     },
     end: Position {
      line: 110,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 3,
    column: 1,
   },
   end: Position {
    line: 110,
    column: 2,
   },
  },
 },
)