Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "yabar",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 30,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "mapExtra",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 11,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "v",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 17,
                  },
                  end: Position {
                   line: 8,
                   column: 20,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "concatStringsSep",
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 21,
                   },
                   end: Position {
                    line: 8,
                    column: 37,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: "\n",
                   span: Span {
                    start: Position {
                     line: 8,
                     column: 39,
                    },
                    end: Position {
                     line: 8,
                     column: 41,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 8,
                  column: 38,
                 },
                 end: Position {
                  line: 8,
                  column: 42,
                 },
                },
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mapAttrsToList",
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 44,
                   },
                   end: Position {
                    line: 8,
                    column: 58,
                   },
                  },
                 },
                ),
                arguments: [
                 Function(
                  Function {
                   head: Simple(
                    FunctionHeadSimple {
                     identifier: "key",
                    },
                   ),
                   body: Function(
                    Function {
                     head: Simple(
                      FunctionHeadSimple {
                       identifier: "val",
                      },
                     ),
                     body: String(
                      String_ {
                       parts: [
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "key",
                            span: Span {
                             start: Position {
                              line: 9,
                              column: 18,
                             },
                             end: Position {
                              line: 9,
                              column: 21,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: " = ",
                          span: Span {
                           start: Position {
                            line: 9,
                            column: 16,
                           },
                           end: Position {
                            line: 9,
                            column: 25,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: IfThenElse(
                           IfThenElse {
                            predicate: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "isString",
                                span: Span {
                                 start: Position {
                                  line: 9,
                                  column: 31,
                                 },
                                 end: Position {
                                  line: 9,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               Identifier(
                                Identifier {
                                 id: "val",
                                 span: Span {
                                  start: Position {
                                   line: 9,
                                   column: 40,
                                  },
                                  end: Position {
                                   line: 9,
                                   column: 43,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                            then: String(
                             String_ {
                              parts: [
                               Raw(
                                PartRaw {
                                 content: "\"",
                                 span: Span {
                                  start: Position {
                                   line: 9,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 9,
                                   column: 59,
                                  },
                                 },
                                },
                               ),
                               Interpolation(
                                PartInterpolation {
                                 expression: Identifier(
                                  Identifier {
                                   id: "val",
                                   span: Span {
                                    start: Position {
                                     line: 9,
                                     column: 55,
                                    },
                                    end: Position {
                                     line: 9,
                                     column: 58,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "\"",
                                 span: Span {
                                  start: Position {
                                   line: 9,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 9,
                                   column: 61,
                                  },
                                 },
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 9,
                                column: 50,
                               },
                               end: Position {
                                line: 9,
                                column: 62,
                               },
                              },
                             },
                            ),
                            else_: String(
                             String_ {
                              parts: [
                               Interpolation(
                                PartInterpolation {
                                 expression: FunctionApplication(
                                  FunctionApplication {
                                   function: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "builtins",
                                       span: Span {
                                        start: Position {
                                         line: 9,
                                         column: 71,
                                        },
                                        end: Position {
                                         line: 9,
                                         column: 79,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "toString",
                                        span: Span {
                                         start: Position {
                                          line: 9,
                                          column: 80,
                                         },
                                         end: Position {
                                          line: 9,
                                          column: 88,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   arguments: [
                                    Identifier(
                                     Identifier {
                                      id: "val",
                                      span: Span {
                                       start: Position {
                                        line: 9,
                                        column: 89,
                                       },
                                       end: Position {
                                        line: 9,
                                        column: 92,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 9,
                                column: 68,
                               },
                               end: Position {
                                line: 9,
                                column: 94,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 9,
                              column: 27,
                             },
                             end: Position {
                              line: 9,
                              column: 94,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: ";",
                          span: Span {
                           start: Position {
                            line: 9,
                            column: 16,
                           },
                           end: Position {
                            line: 9,
                            column: 96,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 9,
                         column: 15,
                        },
                        end: Position {
                         line: 9,
                         column: 97,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 10,
                      },
                      end: Position {
                       line: 9,
                       column: 97,
                      },
                     },
                    },
                   ),
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 5,
                    },
                    end: Position {
                     line: 9,
                     column: 97,
                    },
                   },
                  },
                 ),
                 Identifier(
                  Identifier {
                   id: "v",
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 5,
                    },
                    end: Position {
                     line: 10,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 8,
             column: 14,
            },
            end: Position {
             line: 10,
             column: 7,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "listKeys",
            span: Span {
             start: Position {
              line: 12,
              column: 3,
             },
             end: Position {
              line: 12,
              column: 11,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "r",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "concatStringsSep",
               span: Span {
                start: Position {
                 line: 12,
                 column: 17,
                },
                end: Position {
                 line: 12,
                 column: 33,
                },
               },
              },
             ),
             arguments: [
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: ",",
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 35,
                    },
                    end: Position {
                     line: 12,
                     column: 36,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 12,
                  column: 34,
                 },
                 end: Position {
                  line: 12,
                  column: 37,
                 },
                },
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "map",
                  span: Span {
                   start: Position {
                    line: 12,
                    column: 39,
                   },
                   end: Position {
                    line: 12,
                    column: 42,
                   },
                  },
                 },
                ),
                arguments: [
                 Function(
                  Function {
                   head: Simple(
                    FunctionHeadSimple {
                     identifier: "n",
                    },
                   ),
                   body: String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "\"",
                        span: Span {
                         start: Position {
                          line: 12,
                          column: 48,
                         },
                         end: Position {
                          line: 12,
                          column: 54,
                         },
                        },
                       },
                      ),
                      Interpolation(
                       PartInterpolation {
                        expression: Identifier(
                         Identifier {
                          id: "n",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 52,
                           },
                           end: Position {
                            line: 12,
                            column: 53,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "\"",
                        span: Span {
                         start: Position {
                          line: 12,
                          column: 48,
                         },
                         end: Position {
                          line: 12,
                          column: 56,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 47,
                      },
                      end: Position {
                       line: 12,
                       column: 57,
                      },
                     },
                    },
                   ),
                   span: Span {
                    start: Position {
                     line: 12,
                     column: 44,
                    },
                    end: Position {
                     line: 12,
                     column: 57,
                    },
                   },
                  },
                 ),
                 FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "attrNames",
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 60,
                      },
                      end: Position {
                       line: 12,
                       column: 69,
                      },
                     },
                    },
                   ),
                   arguments: [
                    Identifier(
                     Identifier {
                      id: "r",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 70,
                       },
                       end: Position {
                        line: 12,
                        column: 71,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                ],
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 12,
             column: 14,
            },
            end: Position {
             line: 12,
             column: 73,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configFile",
            span: Span {
             start: Position {
              line: 14,
              column: 3,
             },
             end: Position {
              line: 14,
              column: 13,
             },
            },
           },
          ),
         ],
         to: LetIn(
          LetIn {
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "bars",
                 span: Span {
                  start: Position {
                   line: 15,
                   column: 5,
                  },
                  end: Position {
                   line: 15,
                   column: 9,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mapAttrsToList",
                  span: Span {
                   start: Position {
                    line: 15,
                    column: 12,
                   },
                   end: Position {
                    line: 15,
                    column: 26,
                   },
                  },
                 },
                ),
                arguments: [
                 Function(
                  Function {
                   head: Simple(
                    FunctionHeadSimple {
                     identifier: "name",
                    },
                   ),
                   body: Function(
                    Function {
                     head: Simple(
                      FunctionHeadSimple {
                       identifier: "cfg",
                      },
                     ),
                     body: IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 1,
                           },
                           end: Position {
                            line: 17,
                            column: 9,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "name",
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 11,
                             },
                             end: Position {
                              line: 17,
                              column: 15,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: ": {\n  font: \"",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 1,
                           },
                           end: Position {
                            line: 18,
                            column: 18,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 20,
                               },
                               end: Position {
                                line: 18,
                                column: 23,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "font",
                               span: Span {
                                start: Position {
                                 line: 18,
                                 column: 24,
                                },
                                end: Position {
                                 line: 18,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\";\n  position: \"",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 1,
                           },
                           end: Position {
                            line: 19,
                            column: 22,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 19,
                                column: 24,
                               },
                               end: Position {
                                line: 19,
                                column: 27,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "position",
                               span: Span {
                                start: Position {
                                 line: 19,
                                 column: 28,
                                },
                                end: Position {
                                 line: 19,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\";\n\n  ",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 1,
                           },
                           end: Position {
                            line: 21,
                            column: 11,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mapExtra",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 13,
                               },
                               end: Position {
                                line: 21,
                                column: 21,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 21,
                                   column: 22,
                                  },
                                  end: Position {
                                   line: 21,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "extra",
                                  span: Span {
                                   start: Position {
                                    line: 21,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 21,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n\n  block-list: [",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 1,
                           },
                           end: Position {
                            line: 23,
                            column: 24,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "listKeys",
                              span: Span {
                               start: Position {
                                line: 23,
                                column: 26,
                               },
                               end: Position {
                                line: 23,
                                column: 34,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 23,
                                   column: 35,
                                  },
                                  end: Position {
                                   line: 23,
                                   column: 38,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "indicators",
                                  span: Span {
                                   start: Position {
                                    line: 23,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 23,
                                    column: 49,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "]\n\n  ",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 1,
                           },
                           end: Position {
                            line: 25,
                            column: 11,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "concatStringsSep",
                              span: Span {
                               start: Position {
                                line: 25,
                                column: 13,
                               },
                               end: Position {
                                line: 25,
                                column: 29,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 25,
                                    column: 31,
                                   },
                                   end: Position {
                                    line: 25,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 25,
                                 column: 30,
                                },
                                end: Position {
                                 line: 25,
                                 column: 34,
                                },
                               },
                              },
                             ),
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "mapAttrsToList",
                                 span: Span {
                                  start: Position {
                                   line: 25,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 25,
                                   column: 50,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                Function(
                                 Function {
                                  head: Simple(
                                   FunctionHeadSimple {
                                    identifier: "name",
                                   },
                                  ),
                                  body: Function(
                                   Function {
                                    head: Simple(
                                     FunctionHeadSimple {
                                      identifier: "cfg",
                                     },
                                    ),
                                    body: IndentedString(
                                     IndentedString {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "",
                                         span: Span {
                                          start: Position {
                                           line: 27,
                                           column: 1,
                                          },
                                          end: Position {
                                           line: 27,
                                           column: 15,
                                          },
                                         },
                                        },
                                       ),
                                       Interpolation(
                                        PartInterpolation {
                                         expression: Identifier(
                                          Identifier {
                                           id: "name",
                                           span: Span {
                                            start: Position {
                                             line: 27,
                                             column: 17,
                                            },
                                            end: Position {
                                             line: 27,
                                             column: 21,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: ": {\n  exec: \"",
                                         span: Span {
                                          start: Position {
                                           line: 27,
                                           column: 1,
                                          },
                                          end: Position {
                                           line: 28,
                                           column: 24,
                                          },
                                         },
                                        },
                                       ),
                                       Interpolation(
                                        PartInterpolation {
                                         expression: PropertyAccess(
                                          PropertyAccess {
                                           expression: Identifier(
                                            Identifier {
                                             id: "cfg",
                                             span: Span {
                                              start: Position {
                                               line: 28,
                                               column: 26,
                                              },
                                              end: Position {
                                               line: 28,
                                               column: 29,
                                              },
                                             },
                                            },
                                           ),
                                           attribute_path: [
                                            Raw(
                                             PartRaw {
                                              content: "exec",
                                              span: Span {
                                               start: Position {
                                                line: 28,
                                                column: 30,
                                               },
                                               end: Position {
                                                line: 28,
                                                column: 34,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           default: None,
                                          },
                                         ),
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "\";\n  align: \"",
                                         span: Span {
                                          start: Position {
                                           line: 27,
                                           column: 1,
                                          },
                                          end: Position {
                                           line: 29,
                                           column: 25,
                                          },
                                         },
                                        },
                                       ),
                                       Interpolation(
                                        PartInterpolation {
                                         expression: PropertyAccess(
                                          PropertyAccess {
                                           expression: Identifier(
                                            Identifier {
                                             id: "cfg",
                                             span: Span {
                                              start: Position {
                                               line: 29,
                                               column: 27,
                                              },
                                              end: Position {
                                               line: 29,
                                               column: 30,
                                              },
                                             },
                                            },
                                           ),
                                           attribute_path: [
                                            Raw(
                                             PartRaw {
                                              content: "align",
                                              span: Span {
                                               start: Position {
                                                line: 29,
                                                column: 31,
                                               },
                                               end: Position {
                                                line: 29,
                                                column: 36,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           default: None,
                                          },
                                         ),
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "\";\n  ",
                                         span: Span {
                                          start: Position {
                                           line: 27,
                                           column: 1,
                                          },
                                          end: Position {
                                           line: 30,
                                           column: 17,
                                          },
                                         },
                                        },
                                       ),
                                       Interpolation(
                                        PartInterpolation {
                                         expression: FunctionApplication(
                                          FunctionApplication {
                                           function: Identifier(
                                            Identifier {
                                             id: "mapExtra",
                                             span: Span {
                                              start: Position {
                                               line: 30,
                                               column: 19,
                                              },
                                              end: Position {
                                               line: 30,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                           arguments: [
                                            PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 30,
                                                  column: 28,
                                                 },
                                                 end: Position {
                                                  line: 30,
                                                  column: 31,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "extra",
                                                 span: Span {
                                                  start: Position {
                                                   line: 30,
                                                   column: 32,
                                                  },
                                                  end: Position {
                                                   line: 30,
                                                   column: 37,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           ],
                                          },
                                         ),
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "\n};\n",
                                         span: Span {
                                          start: Position {
                                           line: 27,
                                           column: 1,
                                          },
                                          end: Position {
                                           line: 32,
                                           column: 13,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 26,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 32,
                                        column: 15,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 26,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 32,
                                      column: 15,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 26,
                                    column: 13,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 15,
                                   },
                                  },
                                 },
                                ),
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 33,
                                      column: 13,
                                     },
                                     end: Position {
                                      line: 33,
                                      column: 16,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "indicators",
                                     span: Span {
                                      start: Position {
                                       line: 33,
                                       column: 17,
                                      },
                                      end: Position {
                                       line: 33,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n};\n",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 1,
                           },
                           end: Position {
                            line: 35,
                            column: 7,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 18,
                        },
                        end: Position {
                         line: 35,
                         column: 9,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 16,
                       column: 13,
                      },
                      end: Position {
                       line: 35,
                       column: 9,
                      },
                     },
                    },
                   ),
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 7,
                    },
                    end: Position {
                     line: 35,
                     column: 9,
                    },
                   },
                  },
                 ),
                 PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 36,
                       column: 7,
                      },
                      end: Position {
                       line: 36,
                       column: 10,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "bars",
                      span: Span {
                       start: Position {
                        line: 36,
                        column: 11,
                       },
                       end: Position {
                        line: 36,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                ],
               },
              ),
             },
            ),
           ],
           target: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "pkgs",
                 span: Span {
                  start: Position {
                   line: 37,
                   column: 6,
                  },
                  end: Position {
                   line: 37,
                   column: 10,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "writeText",
                  span: Span {
                   start: Position {
                    line: 37,
                    column: 11,
                   },
                   end: Position {
                    line: 37,
                    column: 20,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: "yabar.conf",
                   span: Span {
                    start: Position {
                     line: 37,
                     column: 22,
                    },
                    end: Position {
                     line: 37,
                     column: 32,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 37,
                  column: 21,
                 },
                 end: Position {
                  line: 37,
                  column: 33,
                 },
                },
               },
              ),
              IndentedString(
               IndentedString {
                parts: [
                 Raw(
                  PartRaw {
                   content: "bar-list = [",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 1,
                    },
                    end: Position {
                     line: 38,
                     column: 17,
                    },
                   },
                  },
                 ),
                 Interpolation(
                  PartInterpolation {
                   expression: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "listKeys",
                       span: Span {
                        start: Position {
                         line: 38,
                         column: 19,
                        },
                        end: Position {
                         line: 38,
                         column: 27,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 38,
                            column: 28,
                           },
                           end: Position {
                            line: 38,
                            column: 31,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "bars",
                           span: Span {
                            start: Position {
                             line: 38,
                             column: 32,
                            },
                            end: Position {
                             line: 38,
                             column: 36,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "];\n",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 1,
                    },
                    end: Position {
                     line: 39,
                     column: 5,
                    },
                   },
                  },
                 ),
                 Interpolation(
                  PartInterpolation {
                   expression: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "concatStringsSep",
                       span: Span {
                        start: Position {
                         line: 39,
                         column: 7,
                        },
                        end: Position {
                         line: 39,
                         column: 23,
                        },
                       },
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "\n",
                           span: Span {
                            start: Position {
                             line: 39,
                             column: 25,
                            },
                            end: Position {
                             line: 39,
                             column: 27,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 39,
                          column: 24,
                         },
                         end: Position {
                          line: 39,
                          column: 28,
                         },
                        },
                       },
                      ),
                      Identifier(
                       Identifier {
                        id: "bars",
                        span: Span {
                         start: Position {
                          line: 39,
                          column: 29,
                         },
                         end: Position {
                          line: 39,
                          column: 33,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "\n",
                   span: Span {
                    start: Position {
                     line: 38,
                     column: 1,
                    },
                    end: Position {
                     line: 40,
                     column: 3,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 37,
                  column: 34,
                 },
                 end: Position {
                  line: 40,
                  column: 5,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 14,
             column: 16,
            },
            end: Position {
             line: 40,
             column: 5,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 43,
                column: 5,
               },
               end: Position {
                line: 43,
                column: 12,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 43,
                column: 13,
               },
               end: Position {
                line: 43,
                column: 21,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "yabar",
              span: Span {
               start: Position {
                line: 43,
                column: 22,
               },
               end: Position {
                line: 43,
                column: 27,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 44,
                     column: 7,
                    },
                    end: Position {
                     line: 44,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 44,
                      column: 16,
                     },
                     end: Position {
                      line: 44,
                      column: 30,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 44,
                           column: 32,
                          },
                          end: Position {
                           line: 44,
                           column: 35,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 44,
                            column: 36,
                           },
                           end: Position {
                            line: 44,
                            column: 41,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "yabar",
                           span: Span {
                            start: Position {
                             line: 44,
                             column: 43,
                            },
                            end: Position {
                             line: 44,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 44,
                          column: 42,
                         },
                         end: Position {
                          line: 44,
                          column: 49,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "package",
                   span: Span {
                    start: Position {
                     line: 46,
                     column: 7,
                    },
                    end: Position {
                     line: 46,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 46,
                      column: 17,
                     },
                     end: Position {
                      line: 46,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 47,
                             column: 9,
                            },
                            end: Position {
                             line: 47,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 47,
                              column: 19,
                             },
                             end: Position {
                              line: 47,
                              column: 23,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "yabar-unstable",
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 24,
                              },
                              end: Position {
                               line: 47,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 48,
                             column: 9,
                            },
                            end: Position {
                             line: 48,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 48,
                              column: 23,
                             },
                             end: Position {
                              line: 48,
                              column: 40,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.yabar-unstable",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 42,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 48,
                               column: 41,
                              },
                              end: Position {
                               line: 48,
                               column: 62,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 49,
                             column: 9,
                            },
                            end: Position {
                             line: 49,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 49,
                              column: 19,
                             },
                             end: Position {
                              line: 49,
                              column: 36,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.yabar",
                                span: Span {
                                 start: Position {
                                  line: 49,
                                  column: 38,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 48,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 49,
                               column: 37,
                              },
                              end: Position {
                               line: 49,
                               column: 49,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 50,
                             column: 9,
                            },
                            end: Position {
                             line: 50,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 50,
                              column: 16,
                             },
                             end: Position {
                              line: 50,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 50,
                               column: 22,
                              },
                              end: Position {
                               line: 50,
                               column: 29,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "apply",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 9,
                            },
                            end: Position {
                             line: 53,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "x",
                           },
                          ),
                          body: IfThenElse(
                           IfThenElse {
                            predicate: BinaryOperation(
                             BinaryOperation {
                              left: Identifier(
                               Identifier {
                                id: "x",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              operator: EqualTo,
                              right: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "pkgs",
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "yabar-unstable",
                                   span: Span {
                                    start: Position {
                                     line: 53,
                                     column: 33,
                                    },
                                    end: Position {
                                     line: 53,
                                     column: 47,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            then: Identifier(
                             Identifier {
                              id: "x",
                              span: Span {
                               start: Position {
                                line: 53,
                                column: 53,
                               },
                               end: Position {
                                line: 53,
                                column: 54,
                               },
                              },
                             },
                            ),
                            else_: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "flip",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 60,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 64,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               Identifier(
                                Identifier {
                                 id: "warn",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 65,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 69,
                                  },
                                 },
                                },
                               ),
                               Identifier(
                                Identifier {
                                 id: "x",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 70,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 71,
                                  },
                                 },
                                },
                               ),
                               IndentedString(
                                IndentedString {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    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",
                                    span: Span {
                                     start: Position {
                                      line: 54,
                                      column: 1,
                                     },
                                     end: Position {
                                      line: 63,
                                      column: 9,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 72,
                                  },
                                  end: Position {
                                   line: 63,
                                   column: 11,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 53,
                              column: 20,
                             },
                             end: Position {
                              line: 63,
                              column: 11,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 17,
                           },
                           end: Position {
                            line: 63,
                            column: 11,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 9,
                            },
                            end: Position {
                             line: 65,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 23,
                               },
                               end: Position {
                                line: 65,
                                column: 26,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 65,
                                 column: 27,
                                },
                                end: Position {
                                 line: 65,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                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",
                                span: Span {
                                 start: Position {
                                  line: 66,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 9,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 65,
                               column: 33,
                              },
                              end: Position {
                               line: 70,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 46,
                       column: 26,
                      },
                      end: Position {
                       line: 71,
                       column: 8,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "bars",
                   span: Span {
                    start: Position {
                     line: 73,
                     column: 7,
                    },
                    end: Position {
                     line: 73,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 73,
                      column: 14,
                     },
                     end: Position {
                      line: 73,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 74,
                             column: 9,
                            },
                            end: Position {
                             line: 74,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [],
                          span: Span {
                           start: Position {
                            line: 74,
                            column: 19,
                           },
                           end: Position {
                            line: 74,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 75,
                             column: 9,
                            },
                            end: Position {
                             line: 75,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 75,
                                column: 16,
                               },
                               end: Position {
                                line: 75,
                                column: 21,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "attrsOf",
                               span: Span {
                                start: Position {
                                 line: 75,
                                 column: 22,
                                },
                                end: Position {
                                 line: 75,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 75,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 75,
                                   column: 35,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "submodule",
                                  span: Span {
                                   start: Position {
                                    line: 75,
                                    column: 36,
                                   },
                                   end: Position {
                                    line: 75,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "options",
                                      span: Span {
                                       start: Position {
                                        line: 76,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 76,
                                        column: 18,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "font",
                                           span: Span {
                                            start: Position {
                                             line: 77,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 77,
                                             column: 17,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "mkOption",
                                            span: Span {
                                             start: Position {
                                              line: 77,
                                              column: 20,
                                             },
                                             end: Position {
                                              line: 77,
                                              column: 28,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 78,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 78,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "sans bold 9",
                                                     span: Span {
                                                      start: Position {
                                                       line: 78,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 78,
                                                       column: 37,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 78,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 78,
                                                    column: 38,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "example",
                                                   span: Span {
                                                    start: Position {
                                                     line: 79,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 79,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "Droid Sans, FontAwesome Bold 9",
                                                     span: Span {
                                                      start: Position {
                                                       line: 79,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 79,
                                                       column: 56,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 79,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 79,
                                                    column: 57,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 80,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 80,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "types",
                                                    span: Span {
                                                     start: Position {
                                                      line: 80,
                                                      column: 22,
                                                     },
                                                     end: Position {
                                                      line: 80,
                                                      column: 27,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "str",
                                                     span: Span {
                                                      start: Position {
                                                       line: 80,
                                                       column: 28,
                                                      },
                                                      end: Position {
                                                       line: 80,
                                                       column: 31,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 82,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 82,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 82,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 82,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 82,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 82,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "The font that will be used to draw the status bar.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 83,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 84,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 82,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 84,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 77,
                                               column: 29,
                                              },
                                              end: Position {
                                               line: 85,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "position",
                                           span: Span {
                                            start: Position {
                                             line: 87,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 87,
                                             column: 21,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "mkOption",
                                            span: Span {
                                             start: Position {
                                              line: 87,
                                              column: 24,
                                             },
                                             end: Position {
                                              line: 87,
                                              column: 32,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 88,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 88,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "top",
                                                     span: Span {
                                                      start: Position {
                                                       line: 88,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 88,
                                                       column: 29,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 88,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 88,
                                                    column: 30,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "example",
                                                   span: Span {
                                                    start: Position {
                                                     line: 89,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 89,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "bottom",
                                                     span: Span {
                                                      start: Position {
                                                       line: 89,
                                                       column: 26,
                                                      },
                                                      end: Position {
                                                       line: 89,
                                                       column: 32,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 89,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 89,
                                                    column: 33,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 90,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 90,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "types",
                                                      span: Span {
                                                       start: Position {
                                                        line: 90,
                                                        column: 22,
                                                       },
                                                       end: Position {
                                                        line: 90,
                                                        column: 27,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "enum",
                                                       span: Span {
                                                        start: Position {
                                                         line: 90,
                                                         column: 28,
                                                        },
                                                        end: Position {
                                                         line: 90,
                                                         column: 32,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   List(
                                                    List {
                                                     elements: [
                                                      String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "top",
                                                           span: Span {
                                                            start: Position {
                                                             line: 90,
                                                             column: 36,
                                                            },
                                                            end: Position {
                                                             line: 90,
                                                             column: 39,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 90,
                                                          column: 35,
                                                         },
                                                         end: Position {
                                                          line: 90,
                                                          column: 40,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "bottom",
                                                           span: Span {
                                                            start: Position {
                                                             line: 90,
                                                             column: 42,
                                                            },
                                                            end: Position {
                                                             line: 90,
                                                             column: 48,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 90,
                                                          column: 41,
                                                         },
                                                         end: Position {
                                                          line: 90,
                                                          column: 49,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 90,
                                                       column: 33,
                                                      },
                                                      end: Position {
                                                       line: 90,
                                                       column: 51,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 92,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 92,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 92,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 92,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 92,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 92,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "The position where the bar will be rendered.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 93,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 94,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 92,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 94,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 87,
                                               column: 33,
                                              },
                                              end: Position {
                                               line: 95,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "extra",
                                           span: Span {
                                            start: Position {
                                             line: 97,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 97,
                                             column: 18,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "mkOption",
                                            span: Span {
                                             start: Position {
                                              line: 97,
                                              column: 21,
                                             },
                                             end: Position {
                                              line: 97,
                                              column: 29,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 98,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 98,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [],
                                                  span: Span {
                                                   start: Position {
                                                    line: 98,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 98,
                                                    column: 27,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 99,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 99,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "types",
                                                      span: Span {
                                                       start: Position {
                                                        line: 99,
                                                        column: 22,
                                                       },
                                                       end: Position {
                                                        line: 99,
                                                        column: 27,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "attrsOf",
                                                       span: Span {
                                                        start: Position {
                                                         line: 99,
                                                         column: 28,
                                                        },
                                                        end: Position {
                                                         line: 99,
                                                         column: 35,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   PropertyAccess(
                                                    PropertyAccess {
                                                     expression: Identifier(
                                                      Identifier {
                                                       id: "types",
                                                       span: Span {
                                                        start: Position {
                                                         line: 99,
                                                         column: 36,
                                                        },
                                                        end: Position {
                                                         line: 99,
                                                         column: 41,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     attribute_path: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "str",
                                                        span: Span {
                                                         start: Position {
                                                          line: 99,
                                                          column: 42,
                                                         },
                                                         end: Position {
                                                          line: 99,
                                                          column: 45,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     default: None,
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 101,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 101,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 101,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 101,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 101,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 101,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "An attribute set which contains further attributes of a bar.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 102,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 103,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 101,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 103,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 97,
                                               column: 30,
                                              },
                                              end: Position {
                                               line: 104,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "indicators",
                                           span: Span {
                                            start: Position {
                                             line: 106,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 106,
                                             column: 23,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "mkOption",
                                            span: Span {
                                             start: Position {
                                              line: 106,
                                              column: 26,
                                             },
                                             end: Position {
                                              line: 106,
                                              column: 34,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           Map(
                                            Map {
                                             recursive: false,
                                             bindings: [
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "default",
                                                   span: Span {
                                                    start: Position {
                                                     line: 107,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 107,
                                                     column: 22,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: Map(
                                                 Map {
                                                  recursive: false,
                                                  bindings: [],
                                                  span: Span {
                                                   start: Position {
                                                    line: 107,
                                                    column: 25,
                                                   },
                                                   end: Position {
                                                    line: 107,
                                                    column: 27,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "type",
                                                   span: Span {
                                                    start: Position {
                                                     line: 108,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 108,
                                                     column: 19,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "types",
                                                      span: Span {
                                                       start: Position {
                                                        line: 108,
                                                        column: 22,
                                                       },
                                                       end: Position {
                                                        line: 108,
                                                        column: 27,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "attrsOf",
                                                       span: Span {
                                                        start: Position {
                                                         line: 108,
                                                         column: 28,
                                                        },
                                                        end: Position {
                                                         line: 108,
                                                         column: 35,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   FunctionApplication(
                                                    FunctionApplication {
                                                     function: PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 108,
                                                           column: 36,
                                                          },
                                                          end: Position {
                                                           line: 108,
                                                           column: 41,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "submodule",
                                                          span: Span {
                                                           start: Position {
                                                            line: 108,
                                                            column: 42,
                                                           },
                                                           end: Position {
                                                            line: 108,
                                                            column: 51,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                     arguments: [
                                                      Map(
                                                       Map {
                                                        recursive: false,
                                                        bindings: [
                                                         KeyValue(
                                                          BindingKeyValue {
                                                           from: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "options",
                                                              span: Span {
                                                               start: Position {
                                                                line: 109,
                                                                column: 17,
                                                               },
                                                               end: Position {
                                                                line: 109,
                                                                column: 24,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            Raw(
                                                             PartRaw {
                                                              content: "exec",
                                                              span: Span {
                                                               start: Position {
                                                                line: 109,
                                                                column: 25,
                                                               },
                                                               end: Position {
                                                                line: 109,
                                                                column: 29,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           to: FunctionApplication(
                                                            FunctionApplication {
                                                             function: Identifier(
                                                              Identifier {
                                                               id: "mkOption",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 109,
                                                                 column: 32,
                                                                },
                                                                end: Position {
                                                                 line: 109,
                                                                 column: 40,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             arguments: [
                                                              Map(
                                                               Map {
                                                                recursive: false,
                                                                bindings: [
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "example",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 110,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 110,
                                                                        column: 26,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: String(
                                                                    String_ {
                                                                     parts: [
                                                                      Raw(
                                                                       PartRaw {
                                                                        content: "YABAR_DATE",
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 110,
                                                                          column: 30,
                                                                         },
                                                                         end: Position {
                                                                          line: 110,
                                                                          column: 40,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                     span: Span {
                                                                      start: Position {
                                                                       line: 110,
                                                                       column: 29,
                                                                      },
                                                                      end: Position {
                                                                       line: 110,
                                                                       column: 41,
                                                                      },
                                                                     },
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "type",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 111,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 111,
                                                                        column: 23,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: PropertyAccess(
                                                                    PropertyAccess {
                                                                     expression: Identifier(
                                                                      Identifier {
                                                                       id: "types",
                                                                       span: Span {
                                                                        start: Position {
                                                                         line: 111,
                                                                         column: 26,
                                                                        },
                                                                        end: Position {
                                                                         line: 111,
                                                                         column: 31,
                                                                        },
                                                                       },
                                                                      },
                                                                     ),
                                                                     attribute_path: [
                                                                      Raw(
                                                                       PartRaw {
                                                                        content: "str",
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 111,
                                                                          column: 32,
                                                                         },
                                                                         end: Position {
                                                                          line: 111,
                                                                          column: 35,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                     default: None,
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "description",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 112,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 112,
                                                                        column: 30,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: FunctionApplication(
                                                                    FunctionApplication {
                                                                     function: PropertyAccess(
                                                                      PropertyAccess {
                                                                       expression: Identifier(
                                                                        Identifier {
                                                                         id: "lib",
                                                                         span: Span {
                                                                          start: Position {
                                                                           line: 112,
                                                                           column: 33,
                                                                          },
                                                                          end: Position {
                                                                           line: 112,
                                                                           column: 36,
                                                                          },
                                                                         },
                                                                        },
                                                                       ),
                                                                       attribute_path: [
                                                                        Raw(
                                                                         PartRaw {
                                                                          content: "mdDoc",
                                                                          span: Span {
                                                                           start: Position {
                                                                            line: 112,
                                                                            column: 37,
                                                                           },
                                                                           end: Position {
                                                                            line: 112,
                                                                            column: 42,
                                                                           },
                                                                          },
                                                                         },
                                                                        ),
                                                                       ],
                                                                       default: None,
                                                                      },
                                                                     ),
                                                                     arguments: [
                                                                      IndentedString(
                                                                       IndentedString {
                                                                        parts: [
                                                                         Raw(
                                                                          PartRaw {
                                                                           content: "The type of the indicator to be executed.\n",
                                                                           span: Span {
                                                                            start: Position {
                                                                             line: 113,
                                                                             column: 1,
                                                                            },
                                                                            end: Position {
                                                                             line: 114,
                                                                             column: 19,
                                                                            },
                                                                           },
                                                                          },
                                                                         ),
                                                                        ],
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 112,
                                                                          column: 43,
                                                                         },
                                                                         end: Position {
                                                                          line: 114,
                                                                          column: 21,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                ],
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 109,
                                                                  column: 41,
                                                                 },
                                                                 end: Position {
                                                                  line: 115,
                                                                  column: 18,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                             ],
                                                            },
                                                           ),
                                                          },
                                                         ),
                                                         KeyValue(
                                                          BindingKeyValue {
                                                           from: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "options",
                                                              span: Span {
                                                               start: Position {
                                                                line: 117,
                                                                column: 17,
                                                               },
                                                               end: Position {
                                                                line: 117,
                                                                column: 24,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            Raw(
                                                             PartRaw {
                                                              content: "align",
                                                              span: Span {
                                                               start: Position {
                                                                line: 117,
                                                                column: 25,
                                                               },
                                                               end: Position {
                                                                line: 117,
                                                                column: 30,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           to: FunctionApplication(
                                                            FunctionApplication {
                                                             function: Identifier(
                                                              Identifier {
                                                               id: "mkOption",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 117,
                                                                 column: 33,
                                                                },
                                                                end: Position {
                                                                 line: 117,
                                                                 column: 41,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             arguments: [
                                                              Map(
                                                               Map {
                                                                recursive: false,
                                                                bindings: [
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "default",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 118,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 118,
                                                                        column: 26,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: String(
                                                                    String_ {
                                                                     parts: [
                                                                      Raw(
                                                                       PartRaw {
                                                                        content: "left",
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 118,
                                                                          column: 30,
                                                                         },
                                                                         end: Position {
                                                                          line: 118,
                                                                          column: 34,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                     span: Span {
                                                                      start: Position {
                                                                       line: 118,
                                                                       column: 29,
                                                                      },
                                                                      end: Position {
                                                                       line: 118,
                                                                       column: 35,
                                                                      },
                                                                     },
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "example",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 119,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 119,
                                                                        column: 26,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: String(
                                                                    String_ {
                                                                     parts: [
                                                                      Raw(
                                                                       PartRaw {
                                                                        content: "right",
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 119,
                                                                          column: 30,
                                                                         },
                                                                         end: Position {
                                                                          line: 119,
                                                                          column: 35,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                     span: Span {
                                                                      start: Position {
                                                                       line: 119,
                                                                       column: 29,
                                                                      },
                                                                      end: Position {
                                                                       line: 119,
                                                                       column: 36,
                                                                      },
                                                                     },
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "type",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 120,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 120,
                                                                        column: 23,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: FunctionApplication(
                                                                    FunctionApplication {
                                                                     function: PropertyAccess(
                                                                      PropertyAccess {
                                                                       expression: Identifier(
                                                                        Identifier {
                                                                         id: "types",
                                                                         span: Span {
                                                                          start: Position {
                                                                           line: 120,
                                                                           column: 26,
                                                                          },
                                                                          end: Position {
                                                                           line: 120,
                                                                           column: 31,
                                                                          },
                                                                         },
                                                                        },
                                                                       ),
                                                                       attribute_path: [
                                                                        Raw(
                                                                         PartRaw {
                                                                          content: "enum",
                                                                          span: Span {
                                                                           start: Position {
                                                                            line: 120,
                                                                            column: 32,
                                                                           },
                                                                           end: Position {
                                                                            line: 120,
                                                                            column: 36,
                                                                           },
                                                                          },
                                                                         },
                                                                        ),
                                                                       ],
                                                                       default: None,
                                                                      },
                                                                     ),
                                                                     arguments: [
                                                                      List(
                                                                       List {
                                                                        elements: [
                                                                         String(
                                                                          String_ {
                                                                           parts: [
                                                                            Raw(
                                                                             PartRaw {
                                                                              content: "left",
                                                                              span: Span {
                                                                               start: Position {
                                                                                line: 120,
                                                                                column: 40,
                                                                               },
                                                                               end: Position {
                                                                                line: 120,
                                                                                column: 44,
                                                                               },
                                                                              },
                                                                             },
                                                                            ),
                                                                           ],
                                                                           span: Span {
                                                                            start: Position {
                                                                             line: 120,
                                                                             column: 39,
                                                                            },
                                                                            end: Position {
                                                                             line: 120,
                                                                             column: 45,
                                                                            },
                                                                           },
                                                                          },
                                                                         ),
                                                                         String(
                                                                          String_ {
                                                                           parts: [
                                                                            Raw(
                                                                             PartRaw {
                                                                              content: "center",
                                                                              span: Span {
                                                                               start: Position {
                                                                                line: 120,
                                                                                column: 47,
                                                                               },
                                                                               end: Position {
                                                                                line: 120,
                                                                                column: 53,
                                                                               },
                                                                              },
                                                                             },
                                                                            ),
                                                                           ],
                                                                           span: Span {
                                                                            start: Position {
                                                                             line: 120,
                                                                             column: 46,
                                                                            },
                                                                            end: Position {
                                                                             line: 120,
                                                                             column: 54,
                                                                            },
                                                                           },
                                                                          },
                                                                         ),
                                                                         String(
                                                                          String_ {
                                                                           parts: [
                                                                            Raw(
                                                                             PartRaw {
                                                                              content: "right",
                                                                              span: Span {
                                                                               start: Position {
                                                                                line: 120,
                                                                                column: 56,
                                                                               },
                                                                               end: Position {
                                                                                line: 120,
                                                                                column: 61,
                                                                               },
                                                                              },
                                                                             },
                                                                            ),
                                                                           ],
                                                                           span: Span {
                                                                            start: Position {
                                                                             line: 120,
                                                                             column: 55,
                                                                            },
                                                                            end: Position {
                                                                             line: 120,
                                                                             column: 62,
                                                                            },
                                                                           },
                                                                          },
                                                                         ),
                                                                        ],
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 120,
                                                                          column: 37,
                                                                         },
                                                                         end: Position {
                                                                          line: 120,
                                                                          column: 64,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "description",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 122,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 122,
                                                                        column: 30,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: FunctionApplication(
                                                                    FunctionApplication {
                                                                     function: PropertyAccess(
                                                                      PropertyAccess {
                                                                       expression: Identifier(
                                                                        Identifier {
                                                                         id: "lib",
                                                                         span: Span {
                                                                          start: Position {
                                                                           line: 122,
                                                                           column: 33,
                                                                          },
                                                                          end: Position {
                                                                           line: 122,
                                                                           column: 36,
                                                                          },
                                                                         },
                                                                        },
                                                                       ),
                                                                       attribute_path: [
                                                                        Raw(
                                                                         PartRaw {
                                                                          content: "mdDoc",
                                                                          span: Span {
                                                                           start: Position {
                                                                            line: 122,
                                                                            column: 37,
                                                                           },
                                                                           end: Position {
                                                                            line: 122,
                                                                            column: 42,
                                                                           },
                                                                          },
                                                                         },
                                                                        ),
                                                                       ],
                                                                       default: None,
                                                                      },
                                                                     ),
                                                                     arguments: [
                                                                      IndentedString(
                                                                       IndentedString {
                                                                        parts: [
                                                                         Raw(
                                                                          PartRaw {
                                                                           content: "Whether to align the indicator at the left or right of the bar.\n",
                                                                           span: Span {
                                                                            start: Position {
                                                                             line: 123,
                                                                             column: 1,
                                                                            },
                                                                            end: Position {
                                                                             line: 124,
                                                                             column: 19,
                                                                            },
                                                                           },
                                                                          },
                                                                         ),
                                                                        ],
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 122,
                                                                          column: 43,
                                                                         },
                                                                         end: Position {
                                                                          line: 124,
                                                                          column: 21,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                ],
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 117,
                                                                  column: 42,
                                                                 },
                                                                 end: Position {
                                                                  line: 125,
                                                                  column: 18,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                             ],
                                                            },
                                                           ),
                                                          },
                                                         ),
                                                         KeyValue(
                                                          BindingKeyValue {
                                                           from: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "options",
                                                              span: Span {
                                                               start: Position {
                                                                line: 127,
                                                                column: 17,
                                                               },
                                                               end: Position {
                                                                line: 127,
                                                                column: 24,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            Raw(
                                                             PartRaw {
                                                              content: "extra",
                                                              span: Span {
                                                               start: Position {
                                                                line: 127,
                                                                column: 25,
                                                               },
                                                               end: Position {
                                                                line: 127,
                                                                column: 30,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           to: FunctionApplication(
                                                            FunctionApplication {
                                                             function: Identifier(
                                                              Identifier {
                                                               id: "mkOption",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 127,
                                                                 column: 33,
                                                                },
                                                                end: Position {
                                                                 line: 127,
                                                                 column: 41,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             arguments: [
                                                              Map(
                                                               Map {
                                                                recursive: false,
                                                                bindings: [
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "default",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 128,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 128,
                                                                        column: 26,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: Map(
                                                                    Map {
                                                                     recursive: false,
                                                                     bindings: [],
                                                                     span: Span {
                                                                      start: Position {
                                                                       line: 128,
                                                                       column: 29,
                                                                      },
                                                                      end: Position {
                                                                       line: 128,
                                                                       column: 31,
                                                                      },
                                                                     },
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "type",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 129,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 129,
                                                                        column: 23,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: FunctionApplication(
                                                                    FunctionApplication {
                                                                     function: PropertyAccess(
                                                                      PropertyAccess {
                                                                       expression: Identifier(
                                                                        Identifier {
                                                                         id: "types",
                                                                         span: Span {
                                                                          start: Position {
                                                                           line: 129,
                                                                           column: 26,
                                                                          },
                                                                          end: Position {
                                                                           line: 129,
                                                                           column: 31,
                                                                          },
                                                                         },
                                                                        },
                                                                       ),
                                                                       attribute_path: [
                                                                        Raw(
                                                                         PartRaw {
                                                                          content: "attrsOf",
                                                                          span: Span {
                                                                           start: Position {
                                                                            line: 129,
                                                                            column: 32,
                                                                           },
                                                                           end: Position {
                                                                            line: 129,
                                                                            column: 39,
                                                                           },
                                                                          },
                                                                         },
                                                                        ),
                                                                       ],
                                                                       default: None,
                                                                      },
                                                                     ),
                                                                     arguments: [
                                                                      FunctionApplication(
                                                                       FunctionApplication {
                                                                        function: PropertyAccess(
                                                                         PropertyAccess {
                                                                          expression: Identifier(
                                                                           Identifier {
                                                                            id: "types",
                                                                            span: Span {
                                                                             start: Position {
                                                                              line: 129,
                                                                              column: 41,
                                                                             },
                                                                             end: Position {
                                                                              line: 129,
                                                                              column: 46,
                                                                             },
                                                                            },
                                                                           },
                                                                          ),
                                                                          attribute_path: [
                                                                           Raw(
                                                                            PartRaw {
                                                                             content: "either",
                                                                             span: Span {
                                                                              start: Position {
                                                                               line: 129,
                                                                               column: 47,
                                                                              },
                                                                              end: Position {
                                                                               line: 129,
                                                                               column: 53,
                                                                              },
                                                                             },
                                                                            },
                                                                           ),
                                                                          ],
                                                                          default: None,
                                                                         },
                                                                        ),
                                                                        arguments: [
                                                                         PropertyAccess(
                                                                          PropertyAccess {
                                                                           expression: Identifier(
                                                                            Identifier {
                                                                             id: "types",
                                                                             span: Span {
                                                                              start: Position {
                                                                               line: 129,
                                                                               column: 54,
                                                                              },
                                                                              end: Position {
                                                                               line: 129,
                                                                               column: 59,
                                                                              },
                                                                             },
                                                                            },
                                                                           ),
                                                                           attribute_path: [
                                                                            Raw(
                                                                             PartRaw {
                                                                              content: "str",
                                                                              span: Span {
                                                                               start: Position {
                                                                                line: 129,
                                                                                column: 60,
                                                                               },
                                                                               end: Position {
                                                                                line: 129,
                                                                                column: 63,
                                                                               },
                                                                              },
                                                                             },
                                                                            ),
                                                                           ],
                                                                           default: None,
                                                                          },
                                                                         ),
                                                                         PropertyAccess(
                                                                          PropertyAccess {
                                                                           expression: Identifier(
                                                                            Identifier {
                                                                             id: "types",
                                                                             span: Span {
                                                                              start: Position {
                                                                               line: 129,
                                                                               column: 64,
                                                                              },
                                                                              end: Position {
                                                                               line: 129,
                                                                               column: 69,
                                                                              },
                                                                             },
                                                                            },
                                                                           ),
                                                                           attribute_path: [
                                                                            Raw(
                                                                             PartRaw {
                                                                              content: "int",
                                                                              span: Span {
                                                                               start: Position {
                                                                                line: 129,
                                                                                column: 70,
                                                                               },
                                                                               end: Position {
                                                                                line: 129,
                                                                                column: 73,
                                                                               },
                                                                              },
                                                                             },
                                                                            ),
                                                                           ],
                                                                           default: None,
                                                                          },
                                                                         ),
                                                                        ],
                                                                       },
                                                                      ),
                                                                     ],
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                 KeyValue(
                                                                  BindingKeyValue {
                                                                   from: [
                                                                    Raw(
                                                                     PartRaw {
                                                                      content: "description",
                                                                      span: Span {
                                                                       start: Position {
                                                                        line: 131,
                                                                        column: 19,
                                                                       },
                                                                       end: Position {
                                                                        line: 131,
                                                                        column: 30,
                                                                       },
                                                                      },
                                                                     },
                                                                    ),
                                                                   ],
                                                                   to: FunctionApplication(
                                                                    FunctionApplication {
                                                                     function: PropertyAccess(
                                                                      PropertyAccess {
                                                                       expression: Identifier(
                                                                        Identifier {
                                                                         id: "lib",
                                                                         span: Span {
                                                                          start: Position {
                                                                           line: 131,
                                                                           column: 33,
                                                                          },
                                                                          end: Position {
                                                                           line: 131,
                                                                           column: 36,
                                                                          },
                                                                         },
                                                                        },
                                                                       ),
                                                                       attribute_path: [
                                                                        Raw(
                                                                         PartRaw {
                                                                          content: "mdDoc",
                                                                          span: Span {
                                                                           start: Position {
                                                                            line: 131,
                                                                            column: 37,
                                                                           },
                                                                           end: Position {
                                                                            line: 131,
                                                                            column: 42,
                                                                           },
                                                                          },
                                                                         },
                                                                        ),
                                                                       ],
                                                                       default: None,
                                                                      },
                                                                     ),
                                                                     arguments: [
                                                                      IndentedString(
                                                                       IndentedString {
                                                                        parts: [
                                                                         Raw(
                                                                          PartRaw {
                                                                           content: "An attribute set which contains further attributes of a indicator.\n",
                                                                           span: Span {
                                                                            start: Position {
                                                                             line: 132,
                                                                             column: 1,
                                                                            },
                                                                            end: Position {
                                                                             line: 133,
                                                                             column: 19,
                                                                            },
                                                                           },
                                                                          },
                                                                         ),
                                                                        ],
                                                                        span: Span {
                                                                         start: Position {
                                                                          line: 131,
                                                                          column: 43,
                                                                         },
                                                                         end: Position {
                                                                          line: 133,
                                                                          column: 21,
                                                                         },
                                                                        },
                                                                       },
                                                                      ),
                                                                     ],
                                                                    },
                                                                   ),
                                                                  },
                                                                 ),
                                                                ],
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 127,
                                                                  column: 42,
                                                                 },
                                                                 end: Position {
                                                                  line: 134,
                                                                  column: 18,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                             ],
                                                            },
                                                           ),
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 108,
                                                          column: 52,
                                                         },
                                                         end: Position {
                                                          line: 135,
                                                          column: 16,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                              KeyValue(
                                               BindingKeyValue {
                                                from: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "description",
                                                   span: Span {
                                                    start: Position {
                                                     line: 137,
                                                     column: 15,
                                                    },
                                                    end: Position {
                                                     line: 137,
                                                     column: 26,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                to: FunctionApplication(
                                                 FunctionApplication {
                                                  function: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "lib",
                                                      span: Span {
                                                       start: Position {
                                                        line: 137,
                                                        column: 29,
                                                       },
                                                       end: Position {
                                                        line: 137,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "mdDoc",
                                                       span: Span {
                                                        start: Position {
                                                         line: 137,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 137,
                                                         column: 38,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                  arguments: [
                                                   IndentedString(
                                                    IndentedString {
                                                     parts: [
                                                      Raw(
                                                       PartRaw {
                                                        content: "Indicators that should be rendered by yabar.\n",
                                                        span: Span {
                                                         start: Position {
                                                          line: 138,
                                                          column: 1,
                                                         },
                                                         end: Position {
                                                          line: 139,
                                                          column: 15,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 137,
                                                       column: 39,
                                                      },
                                                      end: Position {
                                                       line: 139,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                 },
                                                ),
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 106,
                                               column: 35,
                                              },
                                              end: Position {
                                               line: 140,
                                               column: 14,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 46,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 144,
                             column: 9,
                            },
                            end: Position {
                             line: 144,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 144,
                                column: 23,
                               },
                               end: Position {
                                line: 144,
                                column: 26,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 144,
                                 column: 27,
                                },
                                end: Position {
                                 line: 144,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "List of bars that should be rendered by yabar.\n",
                                span: Span {
                                 start: Position {
                                  line: 145,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 146,
                                  column: 9,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 144,
                               column: 33,
                              },
                              end: Position {
                               line: 146,
                               column: 11,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 73,
                       column: 23,
                      },
                      end: Position {
                       line: 147,
                       column: 8,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 43,
               column: 30,
              },
              end: Position {
               line: 148,
               column: 6,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 150,
                column: 5,
               },
               end: Position {
                line: 150,
                column: 11,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 150,
                 column: 14,
                },
                end: Position {
                 line: 150,
                 column: 18,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 150,
                    column: 19,
                   },
                   end: Position {
                    line: 150,
                    column: 22,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 150,
                     column: 23,
                    },
                    end: Position {
                     line: 150,
                     column: 29,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 151,
                        column: 7,
                       },
                       end: Position {
                        line: 151,
                        column: 14,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "user",
                      span: Span {
                       start: Position {
                        line: 151,
                        column: 15,
                       },
                       end: Position {
                        line: 151,
                        column: 19,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 151,
                        column: 20,
                       },
                       end: Position {
                        line: 151,
                        column: 28,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "yabar",
                      span: Span {
                       start: Position {
                        line: 151,
                        column: 29,
                       },
                       end: Position {
                        line: 151,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 152,
                             column: 9,
                            },
                            end: Position {
                             line: 152,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "yabar service",
                             span: Span {
                              start: Position {
                               line: 152,
                               column: 24,
                              },
                              end: Position {
                               line: 152,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 152,
                            column: 23,
                           },
                           end: Position {
                            line: 152,
                            column: 38,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 153,
                             column: 9,
                            },
                            end: Position {
                             line: 153,
                             column: 17,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "graphical-session.target",
                                span: Span {
                                 start: Position {
                                  line: 153,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 153,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 153,
                               column: 22,
                              },
                              end: Position {
                               line: 153,
                               column: 48,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 153,
                            column: 20,
                           },
                           end: Position {
                            line: 153,
                            column: 50,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "partOf",
                           span: Span {
                            start: Position {
                             line: 154,
                             column: 9,
                            },
                            end: Position {
                             line: 154,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "graphical-session.target",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 154,
                               column: 20,
                              },
                              end: Position {
                               line: 154,
                               column: 46,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 154,
                            column: 18,
                           },
                           end: Position {
                            line: 154,
                            column: 48,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "script",
                           span: Span {
                            start: Position {
                             line: 156,
                             column: 9,
                            },
                            end: Position {
                             line: 156,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "",
                             span: Span {
                              start: Position {
                               line: 157,
                               column: 1,
                              },
                              end: Position {
                               line: 157,
                               column: 11,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 157,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 157,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 157,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 157,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/yabar -c ",
                             span: Span {
                              start: Position {
                               line: 157,
                               column: 1,
                              },
                              end: Position {
                               line: 157,
                               column: 39,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: Identifier(
                              Identifier {
                               id: "configFile",
                               span: Span {
                                start: Position {
                                 line: 157,
                                 column: 41,
                                },
                                end: Position {
                                 line: 157,
                                 column: 51,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\n",
                             span: Span {
                              start: Position {
                               line: 157,
                               column: 1,
                              },
                              end: Position {
                               line: 158,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 156,
                            column: 18,
                           },
                           end: Position {
                            line: 158,
                            column: 11,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 160,
                             column: 9,
                            },
                            end: Position {
                             line: 160,
                             column: 22,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "Restart",
                           span: Span {
                            start: Position {
                             line: 160,
                             column: 23,
                            },
                            end: Position {
                             line: 160,
                             column: 30,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "always",
                             span: Span {
                              start: Position {
                               line: 160,
                               column: 34,
                              },
                              end: Position {
                               line: 160,
                               column: 40,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 160,
                            column: 33,
                           },
                           end: Position {
                            line: 160,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 151,
                       column: 37,
                      },
                      end: Position {
                       line: 161,
                       column: 8,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 150,
                  column: 30,
                 },
                 end: Position {
                  line: 162,
                  column: 6,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 42,
          column: 3,
         },
         end: Position {
          line: 163,
          column: 4,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 163,
        column: 4,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 163,
      column: 4,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 163,
    column: 4,
   },
  },
 },
)