---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "programs",
         position: (6, 16),
        },
        Raw {
         content: "yabar",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "mapExtra",
        position: (8, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "v",
      },
      definition: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (8, 17),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "concatStringsSep",
           position: (8, 21),
          },
         ],
        },
        default: None,
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: "\n",
           position: (8, 39),
          },
         ],
         position: (8, 38),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mapAttrsToList",
           position: (8, 44),
          },
          arguments: [
           Parentheses {
            expression: Function {
             argument: Simple {
              identifier: "key",
             },
             definition: Function {
              argument: Simple {
               identifier: "val",
              },
              definition: String {
               parts: [
                Expression {
                 expression: Variable {
                  identifier: "key",
                  position: (9, 18),
                 },
                },
                Raw {
                 content: " = ",
                 position: (9, 22),
                },
                Expression {
                 expression: IfThenElse {
                  predicate: Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "isString",
                     position: (9, 31),
                    },
                    arguments: [
                     Variable {
                      identifier: "val",
                      position: (9, 40),
                     },
                    ],
                   },
                   position: (9, 30),
                  },
                  then: String {
                   parts: [
                    Raw {
                     content: "\"",
                     position: (9, 51),
                    },
                    Expression {
                     expression: Variable {
                      identifier: "val",
                      position: (9, 55),
                     },
                    },
                    Raw {
                     content: "\"",
                     position: (9, 59),
                    },
                   ],
                   position: (9, 50),
                  },
                  else_: String {
                   parts: [
                    Expression {
                     expression: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "builtins",
                        position: (9, 71),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "toString",
                          position: (9, 80),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       Variable {
                        identifier: "val",
                        position: (9, 89),
                       },
                      ],
                     },
                    },
                   ],
                   position: (9, 68),
                  },
                  position: (9, 27),
                 },
                },
                Raw {
                 content: ";",
                 position: (9, 95),
                },
               ],
               position: (9, 15),
              },
              position: (9, 10),
             },
             position: (9, 5),
            },
            position: (8, 59),
           },
           Variable {
            identifier: "v",
            position: (10, 5),
           },
          ],
         },
         position: (8, 43),
        },
       ],
      },
      position: (8, 14),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "listKeys",
        position: (12, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "r",
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "concatStringsSep",
        position: (12, 17),
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: ",",
           position: (12, 35),
          },
         ],
         position: (12, 34),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "map",
           position: (12, 39),
          },
          arguments: [
           Parentheses {
            expression: Function {
             argument: Simple {
              identifier: "n",
             },
             definition: String {
              parts: [
               Raw {
                content: "\"",
                position: (12, 48),
               },
               Expression {
                expression: Variable {
                 identifier: "n",
                 position: (12, 52),
                },
               },
               Raw {
                content: "\"",
                position: (12, 54),
               },
              ],
              position: (12, 47),
             },
             position: (12, 44),
            },
            position: (12, 43),
           },
           Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "attrNames",
              position: (12, 60),
             },
             arguments: [
              Variable {
               identifier: "r",
               position: (12, 70),
              },
             ],
            },
            position: (12, 59),
           },
          ],
         },
         position: (12, 38),
        },
       ],
      },
      position: (12, 14),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configFile",
        position: (14, 3),
       },
      ],
     },
     to: LetIn {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "bars",
           position: (15, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "mapAttrsToList",
          position: (15, 12),
         },
         arguments: [
          Parentheses {
           expression: Function {
            argument: Simple {
             identifier: "name",
            },
            definition: Function {
             argument: Simple {
              identifier: "cfg",
             },
             definition: String {
              parts: [
               Raw {
                content: "",
                position: (17, 1),
               },
               Expression {
                expression: Variable {
                 identifier: "name",
                 position: (17, 11),
                },
               },
               Raw {
                content: ": {\n  font: \"",
                position: (17, 16),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (18, 20),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "font",
                    position: (18, 24),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\";\n  position: \"",
                position: (18, 29),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (19, 24),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "position",
                    position: (19, 28),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\";\n\n  ",
                position: (19, 37),
               },
               Expression {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "mapExtra",
                  position: (21, 13),
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (21, 22),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "extra",
                      position: (21, 26),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Raw {
                content: "\n\n  block-list: [",
                position: (21, 32),
               },
               Expression {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "listKeys",
                  position: (23, 26),
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (23, 35),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "indicators",
                      position: (23, 39),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Raw {
                content: "]\n\n  ",
                position: (23, 50),
               },
               Expression {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "concatStringsSep",
                  position: (25, 13),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "\n",
                     position: (25, 31),
                    },
                   ],
                   position: (25, 30),
                  },
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "mapAttrsToList",
                     position: (25, 36),
                    },
                    arguments: [
                     Parentheses {
                      expression: Function {
                       argument: Simple {
                        identifier: "name",
                       },
                       definition: Function {
                        argument: Simple {
                         identifier: "cfg",
                        },
                        definition: String {
                         parts: [
                          Raw {
                           content: "",
                           position: (27, 1),
                          },
                          Expression {
                           expression: Variable {
                            identifier: "name",
                            position: (27, 17),
                           },
                          },
                          Raw {
                           content: ": {\n  exec: \"",
                           position: (27, 22),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (28, 26),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "exec",
                               position: (28, 30),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "\";\n  align: \"",
                           position: (28, 35),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (29, 27),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "align",
                               position: (29, 31),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "\";\n  ",
                           position: (29, 37),
                          },
                          Expression {
                           expression: FunctionApplication {
                            function: Variable {
                             identifier: "mapExtra",
                             position: (30, 19),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (30, 28),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "extra",
                                 position: (30, 32),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                          Raw {
                           content: "\n};\n",
                           position: (30, 38),
                          },
                         ],
                         position: (26, 24),
                        },
                        position: (26, 19),
                       },
                       position: (26, 13),
                      },
                      position: (25, 51),
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (33, 13),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "indicators",
                         position: (33, 17),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                   position: (25, 35),
                  },
                 ],
                },
               },
               Raw {
                content: "\n};\n",
                position: (33, 29),
               },
              ],
              position: (16, 18),
             },
             position: (16, 13),
            },
            position: (16, 7),
           },
           position: (15, 27),
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (36, 7),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "bars",
              position: (36, 11),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
      ],
      target: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "pkgs",
         position: (37, 6),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "writeText",
           position: (37, 11),
          },
         ],
        },
        default: None,
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: "yabar.conf",
           position: (37, 22),
          },
         ],
         position: (37, 21),
        },
        String {
         parts: [
          Raw {
           content: "bar-list = [",
           position: (38, 1),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "listKeys",
             position: (38, 19),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (38, 28),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "bars",
                 position: (38, 32),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "];\n",
           position: (38, 37),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (39, 7),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "\n",
                position: (39, 25),
               },
              ],
              position: (39, 24),
             },
             Variable {
              identifier: "bars",
              position: (39, 29),
             },
            ],
           },
          },
          Raw {
           content: "\n",
           position: (39, 34),
          },
         ],
         position: (37, 34),
        },
       ],
      },
      position: (14, 16),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (43, 5),
        },
        Raw {
         content: "programs",
         position: (43, 13),
        },
        Raw {
         content: "yabar",
         position: (43, 22),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (44, 7),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (44, 16),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "yabar",
              position: (44, 32),
             },
            ],
            position: (44, 31),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "package",
            position: (46, 7),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (46, 17),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (47, 9),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "pkgs",
                position: (47, 19),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "yabar-unstable",
                  position: (47, 24),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "defaultText",
                 position: (48, 9),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (48, 23),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "pkgs.yabar-unstable",
                   position: (48, 42),
                  },
                 ],
                 position: (48, 41),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (49, 9),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (49, 19),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "pkgs.yabar",
                   position: (49, 38),
                  },
                 ],
                 position: (49, 37),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (50, 9),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (50, 16),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "package",
                  position: (50, 22),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "apply",
                 position: (53, 9),
                },
               ],
              },
              to: Function {
               argument: Simple {
                identifier: "x",
               },
               definition: IfThenElse {
                predicate: BinaryOperation {
                 operator: EqualTo,
                 operands: [
                  Variable {
                   identifier: "x",
                   position: (53, 23),
                  },
                  PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (53, 28),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "yabar-unstable",
                      position: (53, 33),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (53, 25),
                },
                then: Variable {
                 identifier: "x",
                 position: (53, 53),
                },
                else_: FunctionApplication {
                 function: Variable {
                  identifier: "flip",
                  position: (53, 60),
                 },
                 arguments: [
                  Variable {
                   identifier: "warn",
                   position: (53, 65),
                  },
                  Variable {
                   identifier: "x",
                   position: (53, 70),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "It's not recommended to use `yabar' with `programs.yabar', the (old) stable release\ntends to segfault under certain circumstances:\n\n* https://github.com/geommer/yabar/issues/86\n* https://github.com/geommer/yabar/issues/68\n* https://github.com/geommer/yabar/issues/143\n\nMost of them don't occur on master anymore, until a new release is published, it's recommended\nto use `yabar-unstable'.\n",
                     position: (54, 1),
                    },
                   ],
                   position: (53, 72),
                  },
                 ],
                },
                position: (53, 20),
               },
               position: (53, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (65, 9),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "The package which contains the `yabar` binary.\n\nNixpkgs provides the `yabar` and `yabar-unstable`\nderivations since 18.03, so it's possible to choose.\n",
                 position: (66, 1),
                },
               ],
               position: (65, 23),
              },
             },
            ],
            recursive: false,
            position: (46, 26),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "bars",
            position: (73, 7),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (73, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (74, 9),
                },
               ],
              },
              to: Map {
               bindings: [],
               recursive: false,
               position: (74, 19),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (75, 9),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (75, 16),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "attrsOf",
                   position: (75, 22),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (75, 30),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "submodule",
                      position: (75, 36),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "options",
                         position: (76, 11),
                        },
                       ],
                      },
                      to: Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "font",
                            position: (77, 13),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkOption",
                           position: (77, 20),
                          },
                          arguments: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "default",
                                 position: (78, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "sans bold 9",
                                 position: (78, 26),
                                },
                               ],
                               position: (78, 25),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "example",
                                 position: (79, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "Droid Sans, FontAwesome Bold 9",
                                 position: (79, 26),
                                },
                               ],
                               position: (79, 25),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "type",
                                 position: (80, 15),
                                },
                               ],
                              },
                              to: PropertyAccess {
                               expression: Variable {
                                identifier: "types",
                                position: (80, 22),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "str",
                                  position: (80, 28),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "description",
                                 position: (82, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "The font that will be used to draw the status bar.\n",
                                 position: (83, 1),
                                },
                               ],
                               position: (82, 29),
                              },
                             },
                            ],
                            recursive: false,
                            position: (77, 29),
                           },
                          ],
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "position",
                            position: (87, 13),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkOption",
                           position: (87, 24),
                          },
                          arguments: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "default",
                                 position: (88, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "top",
                                 position: (88, 26),
                                },
                               ],
                               position: (88, 25),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "example",
                                 position: (89, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "bottom",
                                 position: (89, 26),
                                },
                               ],
                               position: (89, 25),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "type",
                                 position: (90, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: PropertyAccess {
                                expression: Variable {
                                 identifier: "types",
                                 position: (90, 22),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "enum",
                                   position: (90, 28),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               arguments: [
                                List {
                                 elements: [
                                  String {
                                   parts: [
                                    Raw {
                                     content: "top",
                                     position: (90, 36),
                                    },
                                   ],
                                   position: (90, 35),
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "bottom",
                                     position: (90, 42),
                                    },
                                   ],
                                   position: (90, 41),
                                  },
                                 ],
                                 position: (90, 33),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "description",
                                 position: (92, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "The position where the bar will be rendered.\n",
                                 position: (93, 1),
                                },
                               ],
                               position: (92, 29),
                              },
                             },
                            ],
                            recursive: false,
                            position: (87, 33),
                           },
                          ],
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "extra",
                            position: (97, 13),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkOption",
                           position: (97, 21),
                          },
                          arguments: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "default",
                                 position: (98, 15),
                                },
                               ],
                              },
                              to: Map {
                               bindings: [],
                               recursive: false,
                               position: (98, 25),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "type",
                                 position: (99, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: PropertyAccess {
                                expression: Variable {
                                 identifier: "types",
                                 position: (99, 22),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "attrsOf",
                                   position: (99, 28),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               arguments: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "types",
                                  position: (99, 36),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "str",
                                    position: (99, 42),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "description",
                                 position: (101, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "An attribute set which contains further attributes of a bar.\n",
                                 position: (102, 1),
                                },
                               ],
                               position: (101, 29),
                              },
                             },
                            ],
                            recursive: false,
                            position: (97, 30),
                           },
                          ],
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "indicators",
                            position: (106, 13),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkOption",
                           position: (106, 26),
                          },
                          arguments: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "default",
                                 position: (107, 15),
                                },
                               ],
                              },
                              to: Map {
                               bindings: [],
                               recursive: false,
                               position: (107, 25),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "type",
                                 position: (108, 15),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: PropertyAccess {
                                expression: Variable {
                                 identifier: "types",
                                 position: (108, 22),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "attrsOf",
                                   position: (108, 28),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               arguments: [
                                Parentheses {
                                 expression: FunctionApplication {
                                  function: PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (108, 36),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "submodule",
                                      position: (108, 42),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  arguments: [
                                   Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "options",
                                         position: (109, 17),
                                        },
                                        Raw {
                                         content: "exec",
                                         position: (109, 25),
                                        },
                                       ],
                                      },
                                      to: FunctionApplication {
                                       function: Variable {
                                        identifier: "mkOption",
                                        position: (109, 32),
                                       },
                                       arguments: [
                                        Map {
                                         bindings: [
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "example",
                                              position: (110, 19),
                                             },
                                            ],
                                           },
                                           to: String {
                                            parts: [
                                             Raw {
                                              content: "YABAR_DATE",
                                              position: (110, 30),
                                             },
                                            ],
                                            position: (110, 29),
                                           },
                                          },
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "type",
                                              position: (111, 19),
                                             },
                                            ],
                                           },
                                           to: PropertyAccess {
                                            expression: Variable {
                                             identifier: "types",
                                             position: (111, 26),
                                            },
                                            attribute_path: AttributePath {
                                             parts: [
                                              Raw {
                                               content: "str",
                                               position: (111, 32),
                                              },
                                             ],
                                            },
                                            default: None,
                                           },
                                          },
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "description",
                                              position: (112, 19),
                                             },
                                            ],
                                           },
                                           to: String {
                                            parts: [
                                             Raw {
                                              content: "The type of the indicator to be executed.\n",
                                              position: (113, 1),
                                             },
                                            ],
                                            position: (112, 33),
                                           },
                                          },
                                         ],
                                         recursive: false,
                                         position: (109, 41),
                                        },
                                       ],
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "options",
                                         position: (117, 17),
                                        },
                                        Raw {
                                         content: "align",
                                         position: (117, 25),
                                        },
                                       ],
                                      },
                                      to: FunctionApplication {
                                       function: Variable {
                                        identifier: "mkOption",
                                        position: (117, 33),
                                       },
                                       arguments: [
                                        Map {
                                         bindings: [
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "default",
                                              position: (118, 19),
                                             },
                                            ],
                                           },
                                           to: String {
                                            parts: [
                                             Raw {
                                              content: "left",
                                              position: (118, 30),
                                             },
                                            ],
                                            position: (118, 29),
                                           },
                                          },
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "example",
                                              position: (119, 19),
                                             },
                                            ],
                                           },
                                           to: String {
                                            parts: [
                                             Raw {
                                              content: "right",
                                              position: (119, 30),
                                             },
                                            ],
                                            position: (119, 29),
                                           },
                                          },
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "type",
                                              position: (120, 19),
                                             },
                                            ],
                                           },
                                           to: FunctionApplication {
                                            function: PropertyAccess {
                                             expression: Variable {
                                              identifier: "types",
                                              position: (120, 26),
                                             },
                                             attribute_path: AttributePath {
                                              parts: [
                                               Raw {
                                                content: "enum",
                                                position: (120, 32),
                                               },
                                              ],
                                             },
                                             default: None,
                                            },
                                            arguments: [
                                             List {
                                              elements: [
                                               String {
                                                parts: [
                                                 Raw {
                                                  content: "left",
                                                  position: (120, 40),
                                                 },
                                                ],
                                                position: (120, 39),
                                               },
                                               String {
                                                parts: [
                                                 Raw {
                                                  content: "center",
                                                  position: (120, 47),
                                                 },
                                                ],
                                                position: (120, 46),
                                               },
                                               String {
                                                parts: [
                                                 Raw {
                                                  content: "right",
                                                  position: (120, 56),
                                                 },
                                                ],
                                                position: (120, 55),
                                               },
                                              ],
                                              position: (120, 37),
                                             },
                                            ],
                                           },
                                          },
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "description",
                                              position: (122, 19),
                                             },
                                            ],
                                           },
                                           to: String {
                                            parts: [
                                             Raw {
                                              content: "Whether to align the indicator at the left or right of the bar.\n",
                                              position: (123, 1),
                                             },
                                            ],
                                            position: (122, 33),
                                           },
                                          },
                                         ],
                                         recursive: false,
                                         position: (117, 42),
                                        },
                                       ],
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "options",
                                         position: (127, 17),
                                        },
                                        Raw {
                                         content: "extra",
                                         position: (127, 25),
                                        },
                                       ],
                                      },
                                      to: FunctionApplication {
                                       function: Variable {
                                        identifier: "mkOption",
                                        position: (127, 33),
                                       },
                                       arguments: [
                                        Map {
                                         bindings: [
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "default",
                                              position: (128, 19),
                                             },
                                            ],
                                           },
                                           to: Map {
                                            bindings: [],
                                            recursive: false,
                                            position: (128, 29),
                                           },
                                          },
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "type",
                                              position: (129, 19),
                                             },
                                            ],
                                           },
                                           to: FunctionApplication {
                                            function: PropertyAccess {
                                             expression: Variable {
                                              identifier: "types",
                                              position: (129, 26),
                                             },
                                             attribute_path: AttributePath {
                                              parts: [
                                               Raw {
                                                content: "attrsOf",
                                                position: (129, 32),
                                               },
                                              ],
                                             },
                                             default: None,
                                            },
                                            arguments: [
                                             Parentheses {
                                              expression: FunctionApplication {
                                               function: PropertyAccess {
                                                expression: Variable {
                                                 identifier: "types",
                                                 position: (129, 41),
                                                },
                                                attribute_path: AttributePath {
                                                 parts: [
                                                  Raw {
                                                   content: "either",
                                                   position: (129, 47),
                                                  },
                                                 ],
                                                },
                                                default: None,
                                               },
                                               arguments: [
                                                PropertyAccess {
                                                 expression: Variable {
                                                  identifier: "types",
                                                  position: (129, 54),
                                                 },
                                                 attribute_path: AttributePath {
                                                  parts: [
                                                   Raw {
                                                    content: "str",
                                                    position: (129, 60),
                                                   },
                                                  ],
                                                 },
                                                 default: None,
                                                },
                                                PropertyAccess {
                                                 expression: Variable {
                                                  identifier: "types",
                                                  position: (129, 64),
                                                 },
                                                 attribute_path: AttributePath {
                                                  parts: [
                                                   Raw {
                                                    content: "int",
                                                    position: (129, 70),
                                                   },
                                                  ],
                                                 },
                                                 default: None,
                                                },
                                               ],
                                              },
                                              position: (129, 40),
                                             },
                                            ],
                                           },
                                          },
                                          Binding {
                                           from: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "description",
                                              position: (131, 19),
                                             },
                                            ],
                                           },
                                           to: String {
                                            parts: [
                                             Raw {
                                              content: "An attribute set which contains further attributes of a indicator.\n",
                                              position: (132, 1),
                                             },
                                            ],
                                            position: (131, 33),
                                           },
                                          },
                                         ],
                                         recursive: false,
                                         position: (127, 42),
                                        },
                                       ],
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (108, 52),
                                   },
                                  ],
                                 },
                                 position: (108, 35),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "description",
                                 position: (137, 15),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "Indicators that should be rendered by yabar.\n",
                                 position: (138, 1),
                                },
                               ],
                               position: (137, 29),
                              },
                             },
                            ],
                            recursive: false,
                            position: (106, 35),
                           },
                          ],
                         },
                        },
                       ],
                       recursive: false,
                       position: (76, 21),
                      },
                     },
                    ],
                    recursive: false,
                    position: (75, 46),
                   },
                  ],
                 },
                 position: (75, 29),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (144, 9),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "List of bars that should be rendered by yabar.\n",
                 position: (145, 1),
                },
               ],
               position: (144, 23),
              },
             },
            ],
            recursive: false,
            position: (73, 23),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (43, 30),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (150, 5),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (150, 14),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (150, 19),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (150, 23),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (151, 7),
             },
             Raw {
              content: "user",
              position: (151, 15),
             },
             Raw {
              content: "services",
              position: (151, 20),
             },
             Raw {
              content: "yabar",
              position: (151, 29),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (152, 9),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "yabar service",
                 position: (152, 24),
                },
               ],
               position: (152, 23),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "wantedBy",
                 position: (153, 9),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "graphical-session.target",
                   position: (153, 23),
                  },
                 ],
                 position: (153, 22),
                },
               ],
               position: (153, 20),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "partOf",
                 position: (154, 9),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "graphical-session.target",
                   position: (154, 21),
                  },
                 ],
                 position: (154, 20),
                },
               ],
               position: (154, 18),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "script",
                 position: (156, 9),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "",
                 position: (157, 1),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (157, 13),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (157, 17),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/yabar -c ",
                 position: (157, 25),
                },
                Expression {
                 expression: Variable {
                  identifier: "configFile",
                  position: (157, 41),
                 },
                },
                Raw {
                 content: "\n",
                 position: (157, 52),
                },
               ],
               position: (156, 18),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "serviceConfig",
                 position: (160, 9),
                },
                Raw {
                 content: "Restart",
                 position: (160, 23),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "always",
                 position: (160, 34),
                },
               ],
               position: (160, 33),
              },
             },
            ],
            recursive: false,
            position: (151, 37),
           },
          },
         ],
         recursive: false,
         position: (150, 30),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (42, 3),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}