---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (7, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (7, 16),
        },
        Raw {
         content: "autorandr",
         position: (7, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "hookType",
        position: (8, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "types",
       position: (8, 14),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "lines",
         position: (8, 20),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "matrixOf",
        position: (10, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "n",
      },
      definition: Function {
       argument: Simple {
        identifier: "m",
       },
       definition: Function {
        argument: Simple {
         identifier: "elemType",
        },
        definition: FunctionApplication {
         function: Variable {
          identifier: "mkOptionType",
          position: (11, 3),
         },
         arguments: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "name",
                position: (12, 5),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "matrixOf",
                position: (12, 13),
               },
              ],
              position: (12, 12),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "description",
                position: (13, 5),
               },
              ],
             },
             to: String {
              parts: [
               Interpolation {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "toString",
                  position: (14, 10),
                 },
                 arguments: [
                  Variable {
                   identifier: "n",
                   position: (14, 19),
                  },
                 ],
                },
               },
               Raw {
                content: "×",
                position: (14, 21),
               },
               Interpolation {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "toString",
                  position: (14, 24),
                 },
                 arguments: [
                  Variable {
                   identifier: "m",
                   position: (14, 33),
                  },
                 ],
                },
               },
               Raw {
                content: " matrix of ",
                position: (14, 35),
               },
               Interpolation {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "elemType",
                  position: (14, 48),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (14, 57),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "s",
                position: (14, 69),
               },
              ],
              position: (14, 7),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "check",
                position: (15, 5),
               },
              ],
             },
             to: Function {
              argument: Simple {
               identifier: "xss",
              },
              definition: LetIn {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "listOfSize",
                    position: (16, 11),
                   },
                  ],
                 },
                 to: Function {
                  argument: Simple {
                   identifier: "l",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "xs",
                   },
                   definition: BinaryOperation {
                    operator: LogicalAnd,
                    operands: [
                     FunctionApplication {
                      function: Variable {
                       identifier: "isList",
                       position: (16, 31),
                      },
                      arguments: [
                       Variable {
                        identifier: "xs",
                        position: (16, 38),
                       },
                      ],
                     },
                     BinaryOperation {
                      operator: EqualTo,
                      operands: [
                       FunctionApplication {
                        function: Variable {
                         identifier: "length",
                         position: (16, 44),
                        },
                        arguments: [
                         Variable {
                          identifier: "xs",
                          position: (16, 51),
                         },
                        ],
                       },
                       Variable {
                        identifier: "l",
                        position: (16, 57),
                       },
                      ],
                      position: (16, 54),
                     },
                    ],
                    position: (16, 41),
                   },
                   position: (16, 27),
                  },
                  position: (16, 24),
                 },
                },
               ],
               target: BinaryOperation {
                operator: LogicalAnd,
                operands: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "listOfSize",
                   position: (17, 10),
                  },
                  arguments: [
                   Variable {
                    identifier: "n",
                    position: (17, 21),
                   },
                   Variable {
                    identifier: "xss",
                    position: (17, 23),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "all",
                   position: (18, 10),
                  },
                  arguments: [
                   Parentheses {
                    expression: Function {
                     argument: Simple {
                      identifier: "xs",
                     },
                     definition: BinaryOperation {
                      operator: LogicalAnd,
                      operands: [
                       FunctionApplication {
                        function: Variable {
                         identifier: "listOfSize",
                         position: (18, 19),
                        },
                        arguments: [
                         Variable {
                          identifier: "m",
                          position: (18, 30),
                         },
                         Variable {
                          identifier: "xs",
                          position: (18, 32),
                         },
                        ],
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "all",
                         position: (18, 38),
                        },
                        arguments: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "elemType",
                           position: (18, 42),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "check",
                             position: (18, 51),
                            },
                           ],
                          },
                          default: None,
                         },
                         Variable {
                          identifier: "xs",
                          position: (18, 57),
                         },
                        ],
                       },
                      ],
                      position: (18, 35),
                     },
                     position: (18, 15),
                    },
                    position: (18, 14),
                   },
                   Variable {
                    identifier: "xss",
                    position: (18, 61),
                   },
                  ],
                 },
                ],
                position: (18, 7),
               },
               position: (16, 7),
              },
              position: (15, 13),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "merge",
                position: (19, 5),
               },
              ],
             },
             to: Variable {
              identifier: "mergeOneOption",
              position: (19, 13),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "getSubOptions",
                position: (20, 5),
               },
              ],
             },
             to: Function {
              argument: Simple {
               identifier: "prefix",
              },
              definition: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "elemType",
                 position: (20, 29),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "getSubOptions",
                   position: (20, 38),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Parentheses {
                 expression: BinaryOperation {
                  operator: Concatenation,
                  operands: [
                   Variable {
                    identifier: "prefix",
                    position: (20, 53),
                   },
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "*",
                        position: (20, 66),
                       },
                      ],
                      position: (20, 65),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "*",
                        position: (20, 70),
                       },
                      ],
                      position: (20, 69),
                     },
                    ],
                    position: (20, 63),
                   },
                  ],
                  position: (20, 60),
                 },
                 position: (20, 52),
                },
               ],
              },
              position: (20, 21),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "getSubModules",
                position: (21, 5),
               },
              ],
             },
             to: PropertyAccess {
              expression: Variable {
               identifier: "elemType",
               position: (21, 21),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "getSubModules",
                 position: (21, 30),
                },
               ],
              },
              default: None,
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "substSubModules",
                position: (22, 5),
               },
              ],
             },
             to: Function {
              argument: Simple {
               identifier: "mod",
              },
              definition: FunctionApplication {
               function: Variable {
                identifier: "matrixOf",
                position: (22, 28),
               },
               arguments: [
                Variable {
                 identifier: "n",
                 position: (22, 37),
                },
                Variable {
                 identifier: "m",
                 position: (22, 39),
                },
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "elemType",
                    position: (22, 42),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "substSubModules",
                      position: (22, 51),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Variable {
                    identifier: "mod",
                    position: (22, 67),
                   },
                  ],
                 },
                 position: (22, 41),
                },
               ],
              },
              position: (22, 23),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "functor",
                position: (23, 5),
               },
              ],
             },
             to: BinaryOperation {
              operator: Update,
              operands: [
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "defaultFunctor",
                  position: (23, 16),
                 },
                 arguments: [
                  Variable {
                   identifier: "name",
                   position: (23, 31),
                  },
                 ],
                },
                position: (23, 15),
               },
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "wrapped",
                     position: (23, 42),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "elemType",
                   position: (23, 52),
                  },
                 },
                ],
                recursive: false,
                position: (23, 40),
               },
              ],
              position: (23, 37),
             },
            },
           ],
           recursive: true,
           position: (11, 16),
          },
         ],
        },
        position: (10, 20),
       },
       position: (10, 17),
      },
      position: (10, 14),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "profileModule",
        position: (26, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "types",
        position: (26, 19),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "submodule",
          position: (26, 25),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "options",
             position: (27, 5),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "fingerprint",
                position: (28, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (28, 21),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (29, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (29, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "attrsOf",
                       position: (29, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (29, 30),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (29, 36),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (30, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output name to EDID mapping.\nUse <code>autorandr --fingerprint</code> to get current setup values.\n",
                     position: (31, 1),
                    },
                   ],
                   position: (30, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (34, 9),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [],
                   recursive: false,
                   position: (34, 19),
                  },
                 },
                ],
                recursive: false,
                position: (28, 30),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "config",
                position: (37, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (37, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (38, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (38, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "attrsOf",
                       position: (38, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "configModule",
                     position: (38, 30),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (39, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Per output profile configuration.",
                     position: (39, 24),
                    },
                   ],
                   position: (39, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (40, 9),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [],
                   recursive: false,
                   position: (40, 19),
                  },
                 },
                ],
                recursive: false,
                position: (37, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "hooks",
                position: (43, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (43, 15),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (44, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "hooksModule",
                   position: (44, 16),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (45, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Profile hook scripts.",
                     position: (45, 24),
                    },
                   ],
                   position: (45, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (46, 9),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [],
                   recursive: false,
                   position: (46, 19),
                  },
                 },
                ],
                recursive: false,
                position: (43, 24),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (27, 15),
          },
         },
        ],
        recursive: false,
        position: (26, 35),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configModule",
        position: (51, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "types",
        position: (51, 18),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "submodule",
          position: (51, 24),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "options",
             position: (52, 5),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "enable",
                position: (53, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (53, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (54, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (54, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (54, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (55, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Whether to enable the output.",
                     position: (55, 24),
                    },
                   ],
                   position: (55, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (56, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "true",
                   position: (56, 19),
                  },
                 },
                ],
                recursive: false,
                position: (53, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "crtc",
                position: (59, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (59, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (60, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (60, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (60, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (60, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "ints",
                        position: (60, 35),
                       },
                       Raw {
                        content: "unsigned",
                        position: (60, 40),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (61, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output video display controller.",
                     position: (61, 24),
                    },
                   ],
                   position: (61, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (62, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (62, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (63, 9),
                    },
                   ],
                  },
                  to: Int {
                   value: 0,
                   position: (63, 19),
                  },
                 },
                ],
                recursive: false,
                position: (59, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "primary",
                position: (66, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (66, 17),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (67, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (67, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "bool",
                      position: (67, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (68, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Whether output should be marked as primary",
                     position: (68, 24),
                    },
                   ],
                   position: (68, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (69, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "false",
                   position: (69, 19),
                  },
                 },
                ],
                recursive: false,
                position: (66, 26),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "position",
                position: (72, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (72, 18),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (73, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (73, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (73, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (74, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output position",
                     position: (74, 24),
                    },
                   ],
                   position: (74, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (75, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (75, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (76, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "5760x0",
                     position: (76, 20),
                    },
                   ],
                   position: (76, 19),
                  },
                 },
                ],
                recursive: false,
                position: (72, 27),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "mode",
                position: (79, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (79, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (80, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (80, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (80, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (81, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output resolution.",
                     position: (81, 24),
                    },
                   ],
                   position: (81, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (82, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (82, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (83, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "3840x2160",
                     position: (83, 20),
                    },
                   ],
                   position: (83, 19),
                  },
                 },
                ],
                recursive: false,
                position: (79, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "rate",
                position: (86, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (86, 14),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (87, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (87, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (87, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (88, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output framerate.",
                     position: (88, 24),
                    },
                   ],
                   position: (88, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (89, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (89, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (90, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "60.00",
                     position: (90, 20),
                    },
                   ],
                   position: (90, 19),
                  },
                 },
                ],
                recursive: false,
                position: (86, 23),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "gamma",
                position: (93, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (93, 15),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (94, 9),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (94, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (94, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (95, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output gamma configuration.",
                     position: (95, 24),
                    },
                   ],
                   position: (95, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (96, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [],
                   position: (96, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (97, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "1.0:0.909:0.833",
                     position: (97, 20),
                    },
                   ],
                   position: (97, 19),
                  },
                 },
                ],
                recursive: false,
                position: (93, 24),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "rotate",
                position: (100, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (100, 16),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (101, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (101, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (101, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "types",
                        position: (101, 30),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "enum",
                          position: (101, 36),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "normal",
                            position: (101, 44),
                           },
                          ],
                          position: (101, 43),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "left",
                            position: (101, 53),
                           },
                          ],
                          position: (101, 52),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "right",
                            position: (101, 60),
                           },
                          ],
                          position: (101, 59),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "inverted",
                            position: (101, 68),
                           },
                          ],
                          position: (101, 67),
                         },
                        ],
                        position: (101, 41),
                       },
                      ],
                     },
                     position: (101, 29),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (102, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output rotate configuration.",
                     position: (102, 24),
                    },
                   ],
                   position: (102, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (103, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (103, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (104, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "left",
                     position: (104, 20),
                    },
                   ],
                   position: (104, 19),
                  },
                 },
                ],
                recursive: false,
                position: (100, 25),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "transform",
                position: (107, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (107, 19),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (108, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (108, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (108, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "matrixOf",
                       position: (108, 30),
                      },
                      arguments: [
                       Int {
                        value: 3,
                        position: (108, 39),
                       },
                       Int {
                        value: 3,
                        position: (108, 41),
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "types",
                         position: (108, 43),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "float",
                           position: (108, 49),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                     },
                     position: (108, 29),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (109, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (109, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (110, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "literalExpression",
                    position: (110, 19),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: "[\n  [ 0.6 0.0 0.0 ]\n  [ 0.0 0.6 0.0 ]\n  [ 0.0 0.0 1.0 ]\n]\n",
                       position: (111, 1),
                      },
                     ],
                     position: (110, 37),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (117, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Refer to\n<citerefentry>\n  <refentrytitle>xrandr</refentrytitle>\n  <manvolnum>1</manvolnum>\n</citerefentry>\nfor the documentation of the transform matrix.\n",
                     position: (118, 1),
                    },
                   ],
                   position: (117, 23),
                  },
                 },
                ],
                recursive: false,
                position: (107, 28),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "dpi",
                position: (127, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (127, 13),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (128, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (128, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (128, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (128, 29),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "ints",
                        position: (128, 35),
                       },
                       Raw {
                        content: "positive",
                        position: (128, 40),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (129, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output DPI configuration.",
                     position: (129, 24),
                    },
                   ],
                   position: (129, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (130, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (130, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (131, 9),
                    },
                   ],
                  },
                  to: Int {
                   value: 96,
                   position: (131, 19),
                  },
                 },
                ],
                recursive: false,
                position: (127, 22),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "scale",
                position: (134, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (134, 15),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (135, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (135, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "nullOr",
                       position: (135, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "types",
                        position: (135, 30),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "submodule",
                          position: (135, 36),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "options",
                             position: (136, 11),
                            },
                           ],
                          },
                          to: Map {
                           bindings: [
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "method",
                                position: (137, 13),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (137, 22),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "type",
                                     position: (138, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (138, 22),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "enum",
                                       position: (138, 28),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   arguments: [
                                    List {
                                     elements: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "factor",
                                         position: (138, 36),
                                        },
                                       ],
                                       position: (138, 35),
                                      },
                                      String {
                                       parts: [
                                        Raw {
                                         content: "pixel",
                                         position: (138, 45),
                                        },
                                       ],
                                       position: (138, 44),
                                      },
                                     ],
                                     position: (138, 33),
                                    },
                                   ],
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "description",
                                     position: (139, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "Output scaling method.",
                                     position: (139, 30),
                                    },
                                   ],
                                   position: (139, 29),
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "default",
                                     position: (140, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "factor",
                                     position: (140, 26),
                                    },
                                   ],
                                   position: (140, 25),
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "example",
                                     position: (141, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "pixel",
                                     position: (141, 26),
                                    },
                                   ],
                                   position: (141, 25),
                                  },
                                 },
                                ],
                                recursive: false,
                                position: (137, 31),
                               },
                              ],
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "x",
                                position: (144, 13),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (144, 17),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "type",
                                     position: (145, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (145, 22),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "either",
                                       position: (145, 28),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   arguments: [
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (145, 35),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "float",
                                        position: (145, 41),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (145, 47),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "ints",
                                        position: (145, 53),
                                       },
                                       Raw {
                                        content: "positive",
                                        position: (145, 58),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   ],
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "description",
                                     position: (146, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "Horizontal scaling factor/pixels.",
                                     position: (146, 30),
                                    },
                                   ],
                                   position: (146, 29),
                                  },
                                 },
                                ],
                                recursive: false,
                                position: (144, 26),
                               },
                              ],
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "y",
                                position: (149, 13),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "mkOption",
                               position: (149, 17),
                              },
                              arguments: [
                               Map {
                                bindings: [
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "type",
                                     position: (150, 15),
                                    },
                                   ],
                                  },
                                  to: FunctionApplication {
                                   function: PropertyAccess {
                                    expression: Variable {
                                     identifier: "types",
                                     position: (150, 22),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "either",
                                       position: (150, 28),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                   arguments: [
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (150, 35),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "float",
                                        position: (150, 41),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "types",
                                      position: (150, 47),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "ints",
                                        position: (150, 53),
                                       },
                                       Raw {
                                        content: "positive",
                                        position: (150, 58),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   ],
                                  },
                                 },
                                 Binding {
                                  from: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "description",
                                     position: (151, 15),
                                    },
                                   ],
                                  },
                                  to: String {
                                   parts: [
                                    Raw {
                                     content: "Vertical scaling factor/pixels.",
                                     position: (151, 30),
                                    },
                                   ],
                                   position: (151, 29),
                                  },
                                 },
                                ],
                                recursive: false,
                                position: (149, 26),
                               },
                              ],
                             },
                            },
                           ],
                           recursive: false,
                           position: (136, 21),
                          },
                         },
                        ],
                        recursive: false,
                        position: (135, 46),
                       },
                      ],
                     },
                     position: (135, 29),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (155, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Output scale configuration.\n</para><para>\nEither configure by pixels or a scaling factor. When using pixel method the\n<citerefentry>\n  <refentrytitle>xrandr</refentrytitle>\n  <manvolnum>1</manvolnum>\n</citerefentry>\noption\n<parameter class=\"command\">--scale-from</parameter>\nwill be used; when using factor method the option\n<parameter class=\"command\">--scale</parameter>\nwill be used.\n</para><para>\nThis option is a shortcut version of the transform option and they are mutually\nexclusive.\n",
                     position: (156, 1),
                    },
                   ],
                   position: (155, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (172, 9),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "null",
                   position: (172, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "example",
                     position: (173, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "literalExpression",
                    position: (173, 19),
                   },
                   arguments: [
                    String {
                     parts: [
                      Raw {
                       content: "{\n  x = 1.25;\n  y = 1.25;\n}\n",
                       position: (174, 1),
                      },
                     ],
                     position: (173, 37),
                    },
                   ],
                  },
                 },
                ],
                recursive: false,
                position: (134, 24),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (52, 15),
          },
         },
        ],
        recursive: false,
        position: (51, 34),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "hooksModule",
        position: (183, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "types",
        position: (183, 17),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "submodule",
          position: (183, 23),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "options",
             position: (184, 5),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "postswitch",
                position: (185, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (185, 20),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (186, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (186, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "attrsOf",
                       position: (186, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "hookType",
                     position: (186, 30),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (187, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Postswitch hook executed after mode switch.",
                     position: (187, 24),
                    },
                   ],
                   position: (187, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (188, 9),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [],
                   recursive: false,
                   position: (188, 19),
                  },
                 },
                ],
                recursive: false,
                position: (185, 29),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "preswitch",
                position: (191, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (191, 19),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (192, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (192, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "attrsOf",
                       position: (192, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "hookType",
                     position: (192, 30),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (193, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Preswitch hook executed before mode switch.",
                     position: (193, 24),
                    },
                   ],
                   position: (193, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (194, 9),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [],
                   recursive: false,
                   position: (194, 19),
                  },
                 },
                ],
                recursive: false,
                position: (191, 28),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "predetect",
                position: (197, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (197, 19),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (198, 9),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (198, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "attrsOf",
                       position: (198, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "hookType",
                     position: (198, 30),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (199, 9),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Predetect hook executed before autorandr attempts to run xrandr.\n",
                     position: (200, 1),
                    },
                   ],
                   position: (199, 23),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (202, 9),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [],
                   recursive: false,
                   position: (202, 19),
                  },
                 },
                ],
                recursive: false,
                position: (197, 28),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (184, 15),
          },
         },
        ],
        recursive: false,
        position: (183, 33),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "hookToFile",
        position: (207, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "folder",
      },
      definition: Function {
       argument: Simple {
        identifier: "name",
       },
       definition: Function {
        argument: Simple {
         identifier: "hook",
        },
        definition: FunctionApplication {
         function: Variable {
          identifier: "nameValuePair",
          position: (208, 5),
         },
         arguments: [
          String {
           parts: [
            Raw {
             content: "xdg/autorandr/",
             position: (208, 20),
            },
            Interpolation {
             expression: Variable {
              identifier: "folder",
              position: (208, 36),
             },
            },
            Raw {
             content: "/",
             position: (208, 43),
            },
            Interpolation {
             expression: Variable {
              identifier: "name",
              position: (208, 46),
             },
            },
           ],
           position: (208, 19),
          },
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "source",
                position: (209, 7),
               },
              ],
             },
             to: String {
              parts: [
               Interpolation {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (209, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "writeShellScriptBin",
                     position: (209, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "hook",
                     position: (209, 45),
                    },
                   ],
                   position: (209, 44),
                  },
                  Variable {
                   identifier: "hook",
                   position: (209, 51),
                  },
                 ],
                },
               },
               Raw {
                content: "/bin/hook",
                position: (209, 56),
               },
              ],
              position: (209, 16),
             },
            },
           ],
           recursive: false,
           position: (208, 53),
          },
         ],
        },
        position: (207, 30),
       },
       position: (207, 24),
      },
      position: (207, 16),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "profileToFiles",
        position: (211, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: Function {
       argument: Simple {
        identifier: "profile",
       },
       definition: With {
        expression: Variable {
         identifier: "profile",
         position: (212, 10),
        },
        target: FunctionApplication {
         function: Variable {
          identifier: "mkMerge",
          position: (213, 5),
         },
         arguments: [
          Parentheses {
           expression: List {
            elements: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Expression {
                   ast: String {
                    parts: [
                     Raw {
                      content: "xdg/autorandr/",
                      position: (215, 10),
                     },
                     Interpolation {
                      expression: Variable {
                       identifier: "name",
                       position: (215, 26),
                      },
                     },
                     Raw {
                      content: "/setup",
                      position: (215, 31),
                     },
                    ],
                    position: (215, 9),
                   },
                  },
                  Raw {
                   content: "text",
                   position: (215, 39),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "concatStringsSep",
                  position: (215, 46),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "\n",
                     position: (215, 64),
                    },
                   ],
                   position: (215, 63),
                  },
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "mapAttrsToList",
                     position: (216, 12),
                    },
                    arguments: [
                     Variable {
                      identifier: "fingerprintToString",
                      position: (216, 27),
                     },
                     Variable {
                      identifier: "fingerprint",
                      position: (216, 47),
                     },
                    ],
                   },
                   position: (216, 11),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Expression {
                   ast: String {
                    parts: [
                     Raw {
                      content: "xdg/autorandr/",
                      position: (217, 10),
                     },
                     Interpolation {
                      expression: Variable {
                       identifier: "name",
                       position: (217, 26),
                      },
                     },
                     Raw {
                      content: "/config",
                      position: (217, 31),
                     },
                    ],
                    position: (217, 9),
                   },
                  },
                  Raw {
                   content: "text",
                   position: (217, 40),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "concatStringsSep",
                  position: (218, 11),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "\n",
                     position: (218, 29),
                    },
                   ],
                   position: (218, 28),
                  },
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "mapAttrsToList",
                     position: (218, 34),
                    },
                    arguments: [
                     Variable {
                      identifier: "configToString",
                      position: (218, 49),
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "profile",
                       position: (218, 64),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "config",
                         position: (218, 72),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                   position: (218, 33),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (214, 7),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrs'",
                position: (220, 8),
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "hookToFile",
                   position: (220, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Interpolation {
                      expression: Variable {
                       identifier: "name",
                       position: (220, 33),
                      },
                     },
                     Raw {
                      content: "/postswitch.d",
                      position: (220, 38),
                     },
                    ],
                    position: (220, 30),
                   },
                  ],
                 },
                 position: (220, 18),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "hooks",
                  position: (220, 54),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "postswitch",
                    position: (220, 60),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (220, 7),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrs'",
                position: (221, 8),
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "hookToFile",
                   position: (221, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Interpolation {
                      expression: Variable {
                       identifier: "name",
                       position: (221, 33),
                      },
                     },
                     Raw {
                      content: "/preswitch.d",
                      position: (221, 38),
                     },
                    ],
                    position: (221, 30),
                   },
                  ],
                 },
                 position: (221, 18),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "hooks",
                  position: (221, 53),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "preswitch",
                    position: (221, 59),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (221, 7),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrs'",
                position: (222, 8),
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "hookToFile",
                   position: (222, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Interpolation {
                      expression: Variable {
                       identifier: "name",
                       position: (222, 33),
                      },
                     },
                     Raw {
                      content: "/predetect.d",
                      position: (222, 38),
                     },
                    ],
                    position: (222, 30),
                   },
                  ],
                 },
                 position: (222, 18),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "hooks",
                  position: (222, 53),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "predetect",
                    position: (222, 59),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (222, 7),
             },
            ],
            position: (213, 14),
           },
           position: (213, 13),
          },
         ],
        },
        position: (212, 5),
       },
       position: (211, 26),
      },
      position: (211, 20),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "fingerprintToString",
        position: (224, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: Function {
       argument: Simple {
        identifier: "edid",
       },
       definition: String {
        parts: [
         Interpolation {
          expression: Variable {
           identifier: "name",
           position: (224, 40),
          },
         },
         Raw {
          content: " ",
          position: (224, 45),
         },
         Interpolation {
          expression: Variable {
           identifier: "edid",
           position: (224, 48),
          },
         },
        ],
        position: (224, 37),
       },
       position: (224, 31),
      },
      position: (224, 25),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configToString",
        position: (225, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: Function {
       argument: Simple {
        identifier: "config",
       },
       definition: IfThenElse {
        predicate: PropertyAccess {
         expression: Variable {
          identifier: "config",
          position: (226, 8),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (226, 15),
           },
          ],
         },
         default: None,
        },
        then: FunctionApplication {
         function: Variable {
          identifier: "concatStringsSep",
          position: (227, 7),
         },
         arguments: [
          String {
           parts: [
            Raw {
             content: "\n",
             position: (227, 25),
            },
           ],
           position: (227, 24),
          },
          Parentheses {
           expression: BinaryOperation {
            operator: Concatenation,
            operands: [
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "output ",
                  position: (227, 33),
                 },
                 Interpolation {
                  expression: Variable {
                   identifier: "name",
                   position: (227, 42),
                  },
                 },
                ],
                position: (227, 32),
               },
              ],
              position: (227, 30),
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (228, 12),
                },
                arguments: [
                 Parentheses {
                  expression: BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (228, 22),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "position",
                        position: (228, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                    String {
                     parts: [],
                     position: (228, 41),
                    },
                   ],
                   position: (228, 38),
                  },
                  position: (228, 21),
                 },
                 String {
                  parts: [
                   Raw {
                    content: "pos ",
                    position: (228, 46),
                   },
                   Interpolation {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (228, 52),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "position",
                        position: (228, 59),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  position: (228, 45),
                 },
                ],
               },
               BinaryOperation {
                operator: Concatenation,
                operands: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "optional",
                   position: (229, 12),
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: NotEqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "config",
                        position: (229, 22),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "crtc",
                          position: (229, 29),
                         },
                        ],
                       },
                       default: None,
                      },
                      Variable {
                       identifier: "null",
                       position: (229, 37),
                      },
                     ],
                     position: (229, 34),
                    },
                    position: (229, 21),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "crtc ",
                      position: (229, 44),
                     },
                     Interpolation {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "toString",
                        position: (229, 51),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "config",
                          position: (229, 60),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "crtc",
                            position: (229, 67),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                      },
                     },
                    ],
                    position: (229, 43),
                   },
                  ],
                 },
                 BinaryOperation {
                  operator: Concatenation,
                  operands: [
                   FunctionApplication {
                    function: Variable {
                     identifier: "optional",
                     position: (230, 12),
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "config",
                       position: (230, 21),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "primary",
                         position: (230, 28),
                        },
                       ],
                      },
                      default: None,
                     },
                     String {
                      parts: [
                       Raw {
                        content: "primary",
                        position: (230, 37),
                       },
                      ],
                      position: (230, 36),
                     },
                    ],
                   },
                   BinaryOperation {
                    operator: Concatenation,
                    operands: [
                     FunctionApplication {
                      function: Variable {
                       identifier: "optional",
                       position: (231, 12),
                      },
                      arguments: [
                       Parentheses {
                        expression: BinaryOperation {
                         operator: NotEqualTo,
                         operands: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "config",
                            position: (231, 22),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "dpi",
                              position: (231, 29),
                             },
                            ],
                           },
                           default: None,
                          },
                          Variable {
                           identifier: "null",
                           position: (231, 36),
                          },
                         ],
                         position: (231, 33),
                        },
                        position: (231, 21),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "dpi ",
                          position: (231, 43),
                         },
                         Interpolation {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "toString",
                            position: (231, 49),
                           },
                           arguments: [
                            PropertyAccess {
                             expression: Variable {
                              identifier: "config",
                              position: (231, 58),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "dpi",
                                position: (231, 65),
                               },
                              ],
                             },
                             default: None,
                            },
                           ],
                          },
                         },
                        ],
                        position: (231, 42),
                       },
                      ],
                     },
                     BinaryOperation {
                      operator: Concatenation,
                      operands: [
                       FunctionApplication {
                        function: Variable {
                         identifier: "optional",
                         position: (232, 12),
                        },
                        arguments: [
                         Parentheses {
                          expression: BinaryOperation {
                           operator: NotEqualTo,
                           operands: [
                            PropertyAccess {
                             expression: Variable {
                              identifier: "config",
                              position: (232, 22),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "gamma",
                                position: (232, 29),
                               },
                              ],
                             },
                             default: None,
                            },
                            String {
                             parts: [],
                             position: (232, 38),
                            },
                           ],
                           position: (232, 35),
                          },
                          position: (232, 21),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "gamma ",
                            position: (232, 43),
                           },
                           Interpolation {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "config",
                              position: (232, 51),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "gamma",
                                position: (232, 58),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                          ],
                          position: (232, 42),
                         },
                        ],
                       },
                       BinaryOperation {
                        operator: Concatenation,
                        operands: [
                         FunctionApplication {
                          function: Variable {
                           identifier: "optional",
                           position: (233, 12),
                          },
                          arguments: [
                           Parentheses {
                            expression: BinaryOperation {
                             operator: NotEqualTo,
                             operands: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "config",
                                position: (233, 22),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "mode",
                                  position: (233, 29),
                                 },
                                ],
                               },
                               default: None,
                              },
                              String {
                               parts: [],
                               position: (233, 37),
                              },
                             ],
                             position: (233, 34),
                            },
                            position: (233, 21),
                           },
                           String {
                            parts: [
                             Raw {
                              content: "mode ",
                              position: (233, 42),
                             },
                             Interpolation {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "config",
                                position: (233, 49),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "mode",
                                  position: (233, 56),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                            ],
                            position: (233, 41),
                           },
                          ],
                         },
                         BinaryOperation {
                          operator: Concatenation,
                          operands: [
                           FunctionApplication {
                            function: Variable {
                             identifier: "optional",
                             position: (234, 12),
                            },
                            arguments: [
                             Parentheses {
                              expression: BinaryOperation {
                               operator: NotEqualTo,
                               operands: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "config",
                                  position: (234, 22),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "rate",
                                    position: (234, 29),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                                String {
                                 parts: [],
                                 position: (234, 37),
                                },
                               ],
                               position: (234, 34),
                              },
                              position: (234, 21),
                             },
                             String {
                              parts: [
                               Raw {
                                content: "rate ",
                                position: (234, 42),
                               },
                               Interpolation {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "config",
                                  position: (234, 49),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "rate",
                                    position: (234, 56),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                              ],
                              position: (234, 41),
                             },
                            ],
                           },
                           BinaryOperation {
                            operator: Concatenation,
                            operands: [
                             FunctionApplication {
                              function: Variable {
                               identifier: "optional",
                               position: (235, 12),
                              },
                              arguments: [
                               Parentheses {
                                expression: BinaryOperation {
                                 operator: NotEqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (235, 22),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "rotate",
                                      position: (235, 29),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  Variable {
                                   identifier: "null",
                                   position: (235, 39),
                                  },
                                 ],
                                 position: (235, 36),
                                },
                                position: (235, 21),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "rotate ",
                                  position: (235, 46),
                                 },
                                 Interpolation {
                                  expression: PropertyAccess {
                                   expression: Variable {
                                    identifier: "config",
                                    position: (235, 55),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "rotate",
                                      position: (235, 62),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 },
                                ],
                                position: (235, 45),
                               },
                              ],
                             },
                             BinaryOperation {
                              operator: Concatenation,
                              operands: [
                               FunctionApplication {
                                function: Variable {
                                 identifier: "optional",
                                 position: (236, 12),
                                },
                                arguments: [
                                 Parentheses {
                                  expression: BinaryOperation {
                                   operator: NotEqualTo,
                                   operands: [
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "config",
                                      position: (236, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "transform",
                                        position: (236, 29),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    Variable {
                                     identifier: "null",
                                     position: (236, 42),
                                    },
                                   ],
                                   position: (236, 39),
                                  },
                                  position: (236, 21),
                                 },
                                 Parentheses {
                                  expression: BinaryOperation {
                                   operator: Addition,
                                   operands: [
                                    String {
                                     parts: [
                                      Raw {
                                       content: "transform ",
                                       position: (236, 50),
                                      },
                                     ],
                                     position: (236, 49),
                                    },
                                    FunctionApplication {
                                     function: Variable {
                                      identifier: "concatMapStringsSep",
                                      position: (237, 13),
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: ",",
                                         position: (237, 34),
                                        },
                                       ],
                                       position: (237, 33),
                                      },
                                      Variable {
                                       identifier: "toString",
                                       position: (237, 37),
                                      },
                                      Parentheses {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "flatten",
                                         position: (237, 47),
                                        },
                                        arguments: [
                                         PropertyAccess {
                                          expression: Variable {
                                           identifier: "config",
                                           position: (237, 55),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "transform",
                                             position: (237, 62),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        ],
                                       },
                                       position: (237, 46),
                                      },
                                     ],
                                    },
                                   ],
                                   position: (237, 11),
                                  },
                                  position: (236, 48),
                                 },
                                ],
                               },
                               FunctionApplication {
                                function: Variable {
                                 identifier: "optional",
                                 position: (238, 12),
                                },
                                arguments: [
                                 Parentheses {
                                  expression: BinaryOperation {
                                   operator: NotEqualTo,
                                   operands: [
                                    PropertyAccess {
                                     expression: Variable {
                                      identifier: "config",
                                      position: (238, 22),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "scale",
                                        position: (238, 29),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                    Variable {
                                     identifier: "null",
                                     position: (238, 38),
                                    },
                                   ],
                                   position: (238, 35),
                                  },
                                  position: (238, 21),
                                 },
                                 Parentheses {
                                  expression: BinaryOperation {
                                   operator: Addition,
                                   operands: [
                                    Parentheses {
                                     expression: IfThenElse {
                                      predicate: BinaryOperation {
                                       operator: EqualTo,
                                       operands: [
                                        PropertyAccess {
                                         expression: Variable {
                                          identifier: "config",
                                          position: (239, 14),
                                         },
                                         attribute_path: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "scale",
                                            position: (239, 21),
                                           },
                                           Raw {
                                            content: "method",
                                            position: (239, 27),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                        String {
                                         parts: [
                                          Raw {
                                           content: "factor",
                                           position: (239, 38),
                                          },
                                         ],
                                         position: (239, 37),
                                        },
                                       ],
                                       position: (239, 34),
                                      },
                                      then: String {
                                       parts: [
                                        Raw {
                                         content: "scale",
                                         position: (239, 52),
                                        },
                                       ],
                                       position: (239, 51),
                                      },
                                      else_: String {
                                       parts: [
                                        Raw {
                                         content: "scale-from",
                                         position: (239, 65),
                                        },
                                       ],
                                       position: (239, 64),
                                      },
                                      position: (239, 11),
                                     },
                                     position: (239, 10),
                                    },
                                    String {
                                     parts: [
                                      Raw {
                                       content: " ",
                                       position: (240, 14),
                                      },
                                      Interpolation {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "toString",
                                         position: (240, 17),
                                        },
                                        arguments: [
                                         PropertyAccess {
                                          expression: Variable {
                                           identifier: "config",
                                           position: (240, 26),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "scale",
                                             position: (240, 33),
                                            },
                                            Raw {
                                             content: "x",
                                             position: (240, 39),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        ],
                                       },
                                      },
                                      Raw {
                                       content: "x",
                                       position: (240, 41),
                                      },
                                      Interpolation {
                                       expression: FunctionApplication {
                                        function: Variable {
                                         identifier: "toString",
                                         position: (240, 44),
                                        },
                                        arguments: [
                                         PropertyAccess {
                                          expression: Variable {
                                           identifier: "config",
                                           position: (240, 53),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "scale",
                                             position: (240, 60),
                                            },
                                            Raw {
                                             content: "y",
                                             position: (240, 66),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        ],
                                       },
                                      },
                                     ],
                                     position: (240, 13),
                                    },
                                   ],
                                   position: (240, 11),
                                  },
                                  position: (239, 9),
                                 },
                                ],
                               },
                              ],
                              position: (238, 9),
                             },
                            ],
                            position: (236, 9),
                           },
                          ],
                          position: (235, 9),
                         },
                        ],
                        position: (234, 9),
                       },
                      ],
                      position: (233, 9),
                     },
                    ],
                    position: (232, 9),
                   },
                  ],
                  position: (231, 9),
                 },
                ],
                position: (230, 9),
               },
              ],
              position: (229, 9),
             },
            ],
            position: (228, 9),
           },
           position: (227, 29),
          },
         ],
        },
        else_: String {
         parts: [
          Raw {
           content: "output ",
           position: (242, 1),
          },
          Interpolation {
           expression: Variable {
            identifier: "name",
            position: (242, 16),
           },
          },
          Raw {
           content: "\noff\n",
           position: (242, 21),
          },
         ],
         position: (241, 10),
        },
        position: (226, 5),
       },
       position: (225, 26),
      },
      position: (225, 20),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (248, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (250, 5),
           },
           Raw {
            content: "autorandr",
            position: (250, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (251, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (251, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "handling of hotplug and sleep events by autorandr",
                 position: (251, 32),
                },
               ],
               position: (251, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "defaultTarget",
               position: (253, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (253, 23),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (254, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "default",
                    position: (254, 20),
                   },
                  ],
                  position: (254, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (255, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (255, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (255, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (256, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Fallback if no monitor layout can be detected. See the docs\n(https://github.com/phillipberndt/autorandr/blob/v1.0/README.md#how-to-use)\nfor further reference.\n",
                    position: (257, 1),
                   },
                  ],
                  position: (256, 23),
                 },
                },
               ],
               recursive: false,
               position: (253, 32),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "hooks",
               position: (263, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (263, 15),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (264, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "hooksModule",
                  position: (264, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (265, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Global hook scripts",
                    position: (265, 24),
                   },
                  ],
                  position: (265, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (266, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (266, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (267, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "{\n  postswitch = {\n    \"notify-i3\" = \"",
                    position: (268, 1),
                   },
                   Raw {
                    content: "$",
                    position: (270, 30),
                   },
                   Raw {
                    content: "{pkgs.i3}/bin/i3-msg restart\";\n    \"change-background\" = readFile ./change-background.sh;\n    \"change-dpi\" = ",
                    position: (270, 33),
                   },
                   Raw {
                    content: "''",
                    position: (272, 30),
                   },
                   Raw {
                    content: "\n      case \"$AUTORANDR_CURRENT_PROFILE\" in\n        default)\n          DPI=120\n          ;;\n        home)\n          DPI=192\n          ;;\n        work)\n          DPI=144\n          ;;\n        *)\n          echo \"Unknown profle: $AUTORANDR_CURRENT_PROFILE\"\n          exit 1\n      esac\n      echo \"Xft.dpi: $DPI\" | ",
                    position: (272, 33),
                   },
                   Raw {
                    content: "$",
                    position: (287, 40),
                   },
                   Raw {
                    content: "{pkgs.xorg.xrdb}/bin/xrdb -merge\n    ",
                    position: (287, 43),
                   },
                   Raw {
                    content: "''",
                    position: (288, 15),
                   },
                   Raw {
                    content: "\n  };\n}\n",
                    position: (288, 18),
                   },
                  ],
                  position: (267, 19),
                 },
                },
               ],
               recursive: false,
               position: (263, 24),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "profiles",
               position: (293, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (293, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (294, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (294, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "attrsOf",
                      position: (294, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Variable {
                    identifier: "profileModule",
                    position: (294, 30),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (295, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Autorandr profiles specification.",
                    position: (295, 24),
                   },
                  ],
                  position: (295, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (296, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (296, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (297, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (297, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "{\n  \"work\" = {\n    fingerprint = {\n      eDP1 = \"<EDID>\";\n      DP1 = \"<EDID>\";\n    };\n    config = {\n      eDP1.enable = false;\n      DP1 = {\n        enable = true;\n        crtc = 0;\n        primary = true;\n        position = \"0x0\";\n        mode = \"3840x2160\";\n        gamma = \"1.0:0.909:0.833\";\n        rate = \"60.00\";\n        rotate = \"left\";\n      };\n    };\n    hooks.postswitch = readFile ./work-postswitch.sh;\n  };\n}\n",
                      position: (298, 1),
                     },
                    ],
                    position: (297, 37),
                   },
                  ],
                 },
                },
               ],
               recursive: false,
               position: (293, 27),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (250, 26),
         },
        },
       ],
       recursive: false,
       position: (248, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (327, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (327, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (327, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (327, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (329, 5),
             },
             Raw {
              content: "udev",
              position: (329, 14),
             },
             Raw {
              content: "packages",
              position: (329, 19),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (329, 32),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "autorandr",
                 position: (329, 37),
                },
               ],
              },
              default: None,
             },
            ],
            position: (329, 30),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (331, 5),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "systemPackages",
                 position: (332, 7),
                },
               ],
              },
              to: List {
               elements: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (332, 26),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "autorandr",
                    position: (332, 31),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (332, 24),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "etc",
                 position: (333, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "mkMerge",
                position: (333, 13),
               },
               arguments: [
                Parentheses {
                 expression: List {
                  elements: [
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "mapAttrs'",
                      position: (334, 10),
                     },
                     arguments: [
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "hookToFile",
                         position: (334, 21),
                        },
                        arguments: [
                         String {
                          parts: [
                           Raw {
                            content: "postswitch.d",
                            position: (334, 33),
                           },
                          ],
                          position: (334, 32),
                         },
                        ],
                       },
                       position: (334, 20),
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (334, 48),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "hooks",
                          position: (334, 52),
                         },
                         Raw {
                          content: "postswitch",
                          position: (334, 58),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                    position: (334, 9),
                   },
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "mapAttrs'",
                      position: (335, 10),
                     },
                     arguments: [
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "hookToFile",
                         position: (335, 21),
                        },
                        arguments: [
                         String {
                          parts: [
                           Raw {
                            content: "preswitch.d",
                            position: (335, 33),
                           },
                          ],
                          position: (335, 32),
                         },
                        ],
                       },
                       position: (335, 20),
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (335, 47),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "hooks",
                          position: (335, 51),
                         },
                         Raw {
                          content: "preswitch",
                          position: (335, 57),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                    position: (335, 9),
                   },
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "mapAttrs'",
                      position: (336, 10),
                     },
                     arguments: [
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "hookToFile",
                         position: (336, 21),
                        },
                        arguments: [
                         String {
                          parts: [
                           Raw {
                            content: "predetect.d",
                            position: (336, 33),
                           },
                          ],
                          position: (336, 32),
                         },
                        ],
                       },
                       position: (336, 20),
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (336, 47),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "hooks",
                          position: (336, 51),
                         },
                         Raw {
                          content: "predetect",
                          position: (336, 57),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                    position: (336, 9),
                   },
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "mkMerge",
                      position: (337, 10),
                     },
                     arguments: [
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "mapAttrsToList",
                         position: (337, 19),
                        },
                        arguments: [
                         Variable {
                          identifier: "profileToFiles",
                          position: (337, 34),
                         },
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (337, 49),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "profiles",
                             position: (337, 53),
                            },
                           ],
                          },
                          default: None,
                         },
                        ],
                       },
                       position: (337, 18),
                      },
                     ],
                    },
                    position: (337, 9),
                   },
                  ],
                  position: (333, 22),
                 },
                 position: (333, 21),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (331, 19),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (341, 5),
             },
             Raw {
              content: "services",
              position: (341, 13),
             },
             Raw {
              content: "autorandr",
              position: (341, 22),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "wantedBy",
                 position: (342, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "sleep.target",
                   position: (342, 21),
                  },
                 ],
                 position: (342, 20),
                },
               ],
               position: (342, 18),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (343, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Autorandr execution hook",
                 position: (343, 22),
                },
               ],
               position: (343, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "after",
                 position: (344, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "sleep.target",
                   position: (344, 18),
                  },
                 ],
                 position: (344, 17),
                },
               ],
               position: (344, 15),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "startLimitIntervalSec",
                 position: (346, 7),
                },
               ],
              },
              to: Int {
               value: 5,
               position: (346, 31),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "startLimitBurst",
                 position: (347, 7),
                },
               ],
              },
              to: Int {
               value: 1,
               position: (347, 25),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "serviceConfig",
                 position: (348, 7),
                },
               ],
              },
              to: Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ExecStart",
                    position: (349, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Interpolation {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (349, 24),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "autorandr",
                        position: (349, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/autorandr --batch --change --default ",
                    position: (349, 39),
                   },
                   Interpolation {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (349, 83),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "defaultTarget",
                        position: (349, 87),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  position: (349, 21),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "Type",
                    position: (350, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "oneshot",
                    position: (350, 17),
                   },
                  ],
                  position: (350, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RemainAfterExit",
                    position: (351, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (351, 27),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "KillMode",
                    position: (352, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "process",
                    position: (352, 21),
                   },
                  ],
                  position: (352, 20),
                 },
                },
               ],
               recursive: false,
               position: (348, 23),
              },
             },
            ],
            recursive: false,
            position: (341, 34),
           },
          },
         ],
         recursive: false,
         position: (327, 28),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (358, 3),
        },
        Raw {
         content: "maintainers",
         position: (358, 8),
        },
       ],
      },
      to: With {
       expression: Variable {
        identifier: "maintainers",
        position: (358, 27),
       },
       target: List {
        elements: [
         Variable {
          identifier: "alexnortung",
          position: (358, 42),
         },
        ],
        position: (358, 40),
       },
       position: (358, 22),
      },
     },
    ],
    recursive: false,
    position: (246, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}