---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    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: "geary",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (9, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "maintainers",
            position: (10, 5),
           },
          ],
         },
         PropertyAccess {
          expression: Variable {
           identifier: "teams",
           position: (10, 19),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "gnome",
             position: (10, 25),
            },
            Raw {
             content: "members",
             position: (10, 31),
            },
           ],
          },
          default: None,
         },
        ),
       ],
       recursive: false,
       position: (9, 10),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (13, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "programs",
            position: (14, 5),
           },
           Raw {
            content: "geary",
            position: (14, 14),
           },
           Raw {
            content: "enable",
            position: (14, 20),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (14, 29),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "Geary, a Mail client for GNOME 3",
              position: (14, 45),
             },
            ],
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (13, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (17, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (17, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (17, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (17, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (18, 5),
             },
             Raw {
              content: "systemPackages",
              position: (18, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (18, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "gnome",
                 position: (18, 41),
                },
                Raw {
                 content: "geary",
                 position: (18, 47),
                },
               ],
              },
              default: None,
             },
            ],
            position: (18, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "programs",
              position: (19, 5),
             },
             Raw {
              content: "dconf",
              position: (19, 14),
             },
             Raw {
              content: "enable",
              position: (19, 20),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (19, 29),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (20, 5),
             },
             Raw {
              content: "gnome",
              position: (20, 14),
             },
             Raw {
              content: "gnome-keyring",
              position: (20, 20),
             },
             Raw {
              content: "enable",
              position: (20, 34),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (20, 43),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (21, 5),
             },
             Raw {
              content: "gnome",
              position: (21, 14),
             },
             Raw {
              content: "gnome-online-accounts",
              position: (21, 20),
             },
             Raw {
              content: "enable",
              position: (21, 42),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (21, 51),
           },
          ),
         ],
         recursive: false,
         position: (17, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (8, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}