---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "programs",
         position: (6, 16),
        },
        Raw {
         content: "fuse",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (8, 3),
        },
        Raw {
         content: "maintainers",
         position: (8, 8),
        },
       ],
      },
      With {
       expression: Variable {
        identifier: "maintainers",
        position: (8, 27),
       },
       target: List {
        elements: [
         Variable {
          identifier: "primeos",
          position: (8, 42),
         },
        ],
        position: (8, 40),
       },
       position: (8, 22),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (10, 3),
        },
        Raw {
         content: "programs",
         position: (10, 11),
        },
        Raw {
         content: "fuse",
         position: (10, 20),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "mountMax",
            position: (11, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (11, 16),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (14, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (14, 14),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "ints",
                   position: (14, 20),
                  },
                  Raw {
                   content: "between",
                   position: (14, 25),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Int {
                 value: 0,
                 position: (14, 33),
                },
                Int {
                 value: 32767,
                 position: (14, 35),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (15, 7),
                },
               ],
              },
              Int {
               value: 1000,
               position: (15, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (16, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Set the maximum number of FUSE mounts allowed to non-root users.\n",
                 position: (17, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (11, 25),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "userAllowOther",
            position: (21, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (21, 22),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (22, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (22, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "bool",
                  position: (22, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (23, 7),
                },
               ],
              },
              Variable {
               identifier: "false",
               position: (23, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (24, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Allow non-root users to specify the allow_other or allow_root mount\noptions, see mount.fuse3(8).\n",
                 position: (25, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (21, 31),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (10, 27),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (31, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "environment",
            position: (32, 5),
           },
           Raw {
            content: "etc",
            position: (32, 17),
           },
           Expression {
            expression: String {
             parts: [
              Raw {
               content: "fuse.conf",
               position: (32, 22),
              },
             ],
            },
           },
           Raw {
            content: "text",
            position: (32, 33),
           },
          ],
         },
         String {
          parts: [
           Raw {
            content: "",
            position: (33, 1),
           },
           Expression {
            expression: FunctionApplication {
             function: Variable {
              identifier: "optionalString",
              position: (33, 9),
             },
             arguments: [
              UnaryOperation {
               operator: Not,
               operand: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (33, 26),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "userAllowOther",
                   position: (33, 30),
                  },
                 ],
                },
                default: None,
               },
               position: (33, 25),
              },
              String {
               parts: [
                Raw {
                 content: "#",
                 position: (33, 47),
                },
               ],
              },
             ],
            },
           },
           Raw {
            content: "user_allow_other\nmount_max = ",
            position: (33, 50),
           },
           Expression {
            expression: FunctionApplication {
             function: Variable {
              identifier: "toString",
              position: (34, 21),
             },
             arguments: [
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (34, 30),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "mountMax",
                  position: (34, 34),
                 },
                ],
               },
               default: None,
              },
             ],
            },
           },
           Raw {
            content: "\n",
            position: (34, 43),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (31, 13),
      },
     ),
    ],
    recursive: false,
    position: (7, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}