---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "configuration",
    default: Some(
     FunctionApplication {
      function: Variable {
       identifier: "import",
       position: (1, 19),
      },
      arguments: [
       Path {
        parts: [
         Raw {
          content: "../lib/from-env.nix",
          position: (1, 26),
         },
        ],
        position: (1, 26),
       },
       String {
        parts: [
         Raw {
          content: "NIXOS_CONFIG",
          position: (1, 47),
         },
        ],
        position: (1, 46),
       },
       SearchNixPath {
        path: "nixos-config",
        position: (1, 61),
       },
      ],
     },
    ),
   },
   DestructuredArgument {
    identifier: "testOption",
    default: Some(
     Variable {
      identifier: "null",
      position: (4, 16),
     },
    ),
   },
   DestructuredArgument {
    identifier: "testOptions",
    default: Some(
     List {
      elements: [],
      position: (7, 17),
     },
    ),
   },
  ],
  ellipsis: false,
 },
 definition: With {
  expression: FunctionApplication {
   function: Variable {
    identifier: "import",
    position: (45, 6),
   },
   arguments: [
    Path {
     parts: [
      Raw {
       content: "../../lib",
       position: (45, 13),
      },
     ],
     position: (45, 13),
    },
   ],
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "evalFun",
        position: (49, 3),
       },
      ],
     },
     to: Function {
      argument: Destructured {
       identifier: None,
       arguments: [
        DestructuredArgument {
         identifier: "specialArgs",
         default: Some(
          Map {
           bindings: [],
           recursive: false,
           position: (50, 19),
          },
         ),
        },
       ],
       ellipsis: false,
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "import",
        position: (51, 6),
       },
       arguments: [
        Path {
         parts: [
          Raw {
           content: "../lib/eval-config.nix",
           position: (51, 13),
          },
         ],
         position: (51, 13),
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "modules",
              position: (52, 8),
             },
            ],
           },
           to: List {
            elements: [
             Variable {
              identifier: "configuration",
              position: (52, 20),
             },
            ],
            position: (52, 18),
           },
          },
          Inherit {
           from: None,
           attributes: [
            Raw {
             content: "specialArgs",
             position: (53, 16),
            },
           ],
          },
         ],
         recursive: false,
         position: (51, 36),
        },
       ],
      },
      position: (49, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "eval",
        position: (56, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "evalFun",
       position: (56, 10),
      },
      arguments: [
       Map {
        bindings: [],
        recursive: false,
        position: (56, 18),
       },
      ],
     },
    },
    Inherit {
     from: Some(
      Variable {
       identifier: "eval",
       position: (57, 12),
      },
     ),
     attributes: [
      Raw {
       content: "pkgs",
       position: (57, 18),
      },
     ],
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "excludedTestOptions",
        position: (59, 3),
       },
      ],
     },
     to: List {
      elements: [
       String {
        parts: [
         Raw {
          content: "_module.args",
          position: (62, 6),
         },
        ],
        position: (62, 5),
       },
       String {
        parts: [
         Raw {
          content: "networking.bonds",
          position: (66, 6),
         },
        ],
        position: (66, 5),
       },
       String {
        parts: [
         Raw {
          content: "networking.bridges",
          position: (67, 6),
         },
        ],
        position: (67, 5),
       },
       String {
        parts: [
         Raw {
          content: "networking.interfaces",
          position: (68, 6),
         },
        ],
        position: (68, 5),
       },
       String {
        parts: [
         Raw {
          content: "networking.macvlans",
          position: (69, 6),
         },
        ],
        position: (69, 5),
       },
       String {
        parts: [
         Raw {
          content: "networking.sits",
          position: (70, 6),
         },
        ],
        position: (70, 5),
       },
       String {
        parts: [
         Raw {
          content: "networking.vlans",
          position: (71, 6),
         },
        ],
        position: (71, 5),
       },
       String {
        parts: [
         Raw {
          content: "services.openssh.startWhenNeeded",
          position: (72, 6),
         },
        ],
        position: (72, 5),
       },
      ],
      position: (59, 25),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "excludedOptions",
        position: (77, 3),
       },
      ],
     },
     to: List {
      elements: [
       String {
        parts: [
         Raw {
          content: "boot.systemd.services",
          position: (78, 6),
         },
        ],
        position: (78, 5),
       },
       String {
        parts: [
         Raw {
          content: "systemd.services",
          position: (79, 6),
         },
        ],
        position: (79, 5),
       },
       String {
        parts: [
         Raw {
          content: "kde.extraPackages",
          position: (80, 6),
         },
        ],
        position: (80, 5),
       },
      ],
      position: (77, 21),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "excludeOptions",
        position: (82, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "list",
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "filter",
        position: (83, 5),
       },
       arguments: [
        Parentheses {
         expression: Function {
          argument: Simple {
           identifier: "opt",
          },
          definition: UnaryOperation {
           operator: Not,
           operand: Parentheses {
            expression: FunctionApplication {
             function: Variable {
              identifier: "elem",
              position: (83, 20),
             },
             arguments: [
              Parentheses {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "showOption",
                 position: (83, 26),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "opt",
                   position: (83, 37),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "loc",
                     position: (83, 41),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
               position: (83, 25),
              },
              Variable {
               identifier: "excludedOptions",
               position: (83, 46),
              },
             ],
            },
            position: (83, 19),
           },
           position: (83, 18),
          },
          position: (83, 13),
         },
         position: (83, 12),
        },
        Variable {
         identifier: "list",
         position: (83, 64),
        },
       ],
      },
      position: (82, 20),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "reportNewFailures",
        position: (86, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "old",
      },
      definition: Function {
       argument: Simple {
        identifier: "new",
       },
       definition: LetIn {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "filterChanges",
             position: (88, 7),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "filter",
            position: (89, 9),
           },
           arguments: [
            Parentheses {
             expression: Function {
              argument: Destructured {
               identifier: None,
               arguments: [
                DestructuredArgument {
                 identifier: "fst",
                 default: None,
                },
                DestructuredArgument {
                 identifier: "snd",
                 default: None,
                },
               ],
               ellipsis: false,
              },
              definition: UnaryOperation {
               operator: Not,
               operand: Parentheses {
                expression: BinaryOperation {
                 operator: Implication,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "fst",
                    position: (90, 13),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "success",
                      position: (90, 17),
                     },
                    ],
                   },
                   default: None,
                  },
                  PropertyAccess {
                   expression: Variable {
                    identifier: "snd",
                    position: (90, 28),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "success",
                      position: (90, 32),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (90, 25),
                },
                position: (90, 12),
               },
               position: (90, 11),
              },
              position: (89, 17),
             },
             position: (89, 16),
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "keepNames",
             position: (93, 7),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "map",
            position: (94, 9),
           },
           arguments: [
            Parentheses {
             expression: Function {
              argument: Destructured {
               identifier: None,
               arguments: [
                DestructuredArgument {
                 identifier: "fst",
                 default: None,
                },
                DestructuredArgument {
                 identifier: "snd",
                 default: None,
                },
               ],
               ellipsis: false,
              },
              definition: PropertyAccess {
               expression: Variable {
                identifier: "snd",
                position: (95, 46),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "name",
                  position: (95, 50),
                 },
                ],
               },
               default: None,
              },
              position: (94, 14),
             },
             position: (94, 13),
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "tryCollectOptions",
             position: (104, 7),
            },
           ],
          },
          to: Function {
           argument: Simple {
            identifier: "moduleResult",
           },
           definition: FunctionApplication {
            function: Variable {
             identifier: "forEach",
             position: (105, 9),
            },
            arguments: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "excludeOptions",
                position: (105, 18),
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "collect",
                   position: (105, 34),
                  },
                  arguments: [
                   Variable {
                    identifier: "isOption",
                    position: (105, 42),
                   },
                   Variable {
                    identifier: "moduleResult",
                    position: (105, 51),
                   },
                  ],
                 },
                 position: (105, 33),
                },
               ],
              },
              position: (105, 17),
             },
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "opt",
               },
               definition: BinaryOperation {
                operator: Update,
                operands: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "name",
                       position: (106, 13),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: Variable {
                      identifier: "showOption",
                      position: (106, 20),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "opt",
                        position: (106, 31),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "loc",
                          position: (106, 35),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                  ],
                  recursive: false,
                  position: (106, 11),
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "builtins",
                    position: (106, 45),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "tryEval",
                      position: (106, 54),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "strict",
                      position: (106, 63),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "opt",
                        position: (106, 70),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "value",
                          position: (106, 74),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                    position: (106, 62),
                   },
                  ],
                 },
                ],
                position: (106, 42),
               },
               position: (105, 67),
              },
              position: (105, 66),
             },
            ],
           },
           position: (104, 27),
          },
         },
        ],
        target: FunctionApplication {
         function: Variable {
          identifier: "keepNames",
          position: (108, 8),
         },
         arguments: [
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "filterChanges",
             position: (109, 10),
            },
            arguments: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "zipLists",
                position: (110, 12),
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "tryCollectOptions",
                   position: (110, 22),
                  },
                  arguments: [
                   Variable {
                    identifier: "old",
                    position: (110, 40),
                   },
                  ],
                 },
                 position: (110, 21),
                },
                Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "tryCollectOptions",
                   position: (110, 46),
                  },
                  arguments: [
                   Variable {
                    identifier: "new",
                    position: (110, 64),
                   },
                  ],
                 },
                 position: (110, 45),
                },
               ],
              },
              position: (109, 24),
             },
            ],
           },
           position: (108, 18),
          },
         ],
        },
        position: (87, 5),
       },
       position: (86, 28),
      },
      position: (86, 23),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "introspectionModules",
        position: (117, 3),
       },
      ],
     },
     to: LetIn {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "setIntrospection",
           position: (119, 7),
          },
         ],
        },
        to: Function {
         argument: Simple {
          identifier: "opt",
         },
         definition: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "name",
               position: (120, 9),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "showOption",
              position: (120, 16),
             },
             arguments: [
              PropertyAccess {
               expression: Variable {
                identifier: "opt",
                position: (120, 27),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "loc",
                  position: (120, 31),
                 },
                ],
               },
               default: None,
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "path",
               position: (121, 9),
              },
             ],
            },
            to: PropertyAccess {
             expression: Variable {
              identifier: "opt",
              position: (121, 16),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "loc",
                position: (121, 20),
               },
              ],
             },
             default: None,
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "config",
               position: (122, 9),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "setAttrByPath",
              position: (122, 18),
             },
             arguments: [
              Variable {
               identifier: "path",
               position: (122, 32),
              },
              Parentheses {
               expression: FunctionApplication {
                function: Variable {
                 identifier: "throw",
                 position: (123, 12),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "Usage introspection of '",
                    position: (123, 19),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "name",
                     position: (123, 45),
                    },
                   },
                   Raw {
                    content: "' by forced failure.",
                    position: (123, 50),
                   },
                  ],
                  position: (123, 18),
                 },
                ],
               },
               position: (123, 11),
              },
             ],
            },
           },
          ],
          recursive: true,
          position: (119, 31),
         },
         position: (119, 26),
        },
       },
      ],
      target: FunctionApplication {
       function: Variable {
        identifier: "map",
        position: (126, 7),
       },
       arguments: [
        Variable {
         identifier: "setIntrospection",
         position: (126, 11),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "collect",
           position: (126, 29),
          },
          arguments: [
           Variable {
            identifier: "isOption",
            position: (126, 37),
           },
           PropertyAccess {
            expression: Variable {
             identifier: "eval",
             position: (126, 46),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "options",
               position: (126, 51),
              },
             ],
            },
            default: None,
           },
          ],
         },
         position: (126, 28),
        },
       ],
      },
      position: (118, 5),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "overrideConfig",
        position: (128, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "thrower",
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "recursiveUpdateUntil",
        position: (129, 5),
       },
       arguments: [
        Parentheses {
         expression: Function {
          argument: Simple {
           identifier: "path",
          },
          definition: Function {
           argument: Simple {
            identifier: "old",
           },
           definition: Function {
            argument: Simple {
             identifier: "new",
            },
            definition: BinaryOperation {
             operator: EqualTo,
             operands: [
              Variable {
               identifier: "path",
               position: (130, 7),
              },
              PropertyAccess {
               expression: Variable {
                identifier: "thrower",
                position: (130, 15),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (130, 23),
                 },
                ],
               },
               default: None,
              },
             ],
             position: (130, 12),
            },
            position: (129, 38),
           },
           position: (129, 33),
          },
          position: (129, 27),
         },
         position: (129, 26),
        },
        PropertyAccess {
         expression: Variable {
          identifier: "eval",
          position: (131, 7),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "config",
            position: (131, 12),
           },
          ],
         },
         default: None,
        },
        PropertyAccess {
         expression: Variable {
          identifier: "thrower",
          position: (131, 19),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "config",
            position: (131, 27),
           },
          ],
         },
         default: None,
        },
       ],
      },
      position: (128, 20),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "graph",
        position: (134, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "map",
       position: (135, 5),
      },
      arguments: [
       Parentheses {
        expression: Function {
         argument: Simple {
          identifier: "thrower",
         },
         definition: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "option",
               position: (136, 7),
              },
             ],
            },
            to: PropertyAccess {
             expression: Variable {
              identifier: "thrower",
              position: (136, 16),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "name",
                position: (136, 24),
               },
              ],
             },
             default: None,
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "usedBy",
               position: (137, 7),
              },
             ],
            },
            to: Assert {
             expression: FunctionApplication {
              function: Variable {
               identifier: "__trace",
               position: (137, 23),
              },
              arguments: [
               String {
                parts: [
                 Raw {
                  content: "Investigate ",
                  position: (137, 32),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "thrower",
                    position: (137, 46),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "name",
                      position: (137, 54),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                ],
                position: (137, 31),
               },
               Variable {
                identifier: "true",
                position: (137, 61),
               },
              ],
             },
             target: FunctionApplication {
              function: Variable {
               identifier: "reportNewFailures",
               position: (138, 9),
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "eval",
                 position: (138, 27),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "options",
                   position: (138, 32),
                  },
                 ],
                },
                default: None,
               },
               PropertyAccess {
                expression: Parentheses {
                 expression: FunctionApplication {
                  function: Variable {
                   identifier: "evalFun",
                   position: (138, 41),
                  },
                  arguments: [
                   Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "specialArgs",
                         position: (139, 11),
                        },
                       ],
                      },
                      to: Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "config",
                            position: (140, 13),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "overrideConfig",
                           position: (140, 22),
                          },
                          arguments: [
                           Variable {
                            identifier: "thrower",
                            position: (140, 37),
                           },
                          ],
                         },
                        },
                       ],
                       recursive: false,
                       position: (139, 25),
                      },
                     },
                    ],
                    recursive: false,
                    position: (138, 49),
                   },
                  ],
                 },
                 position: (138, 40),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "options",
                   position: (142, 12),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
             position: (137, 16),
            },
           },
          ],
          recursive: false,
          position: (135, 19),
         },
         position: (135, 10),
        },
        position: (135, 9),
       },
       Variable {
        identifier: "introspectionModules",
        position: (143, 8),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "displayOptionsGraph",
        position: (145, 3),
       },
      ],
     },
     to: LetIn {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "checkList",
           position: (147, 8),
          },
         ],
        },
        to: IfThenElse {
         predicate: BinaryOperation {
          operator: NotEqualTo,
          operands: [
           Variable {
            identifier: "testOption",
            position: (148, 13),
           },
           Variable {
            identifier: "null",
            position: (148, 27),
           },
          ],
          position: (148, 24),
         },
         then: List {
          elements: [
           Variable {
            identifier: "testOption",
            position: (148, 39),
           },
          ],
          position: (148, 37),
         },
         else_: Variable {
          identifier: "testOptions",
          position: (149, 15),
         },
         position: (148, 10),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "checkAll",
           position: (150, 8),
          },
         ],
        },
        to: BinaryOperation {
         operator: EqualTo,
         operands: [
          Variable {
           identifier: "checkList",
           position: (150, 19),
          },
          List {
           elements: [],
           position: (150, 32),
          },
         ],
         position: (150, 29),
        },
       },
      ],
      target: FunctionApplication {
       function: Variable {
        identifier: "flip",
        position: (152, 8),
       },
       arguments: [
        Variable {
         identifier: "filter",
         position: (152, 13),
        },
        Variable {
         identifier: "graph",
         position: (152, 20),
        },
        Parentheses {
         expression: Function {
          argument: Destructured {
           identifier: None,
           arguments: [
            DestructuredArgument {
             identifier: "option",
             default: None,
            },
           ],
           ellipsis: true,
          },
          definition: BinaryOperation {
           operator: LogicalAnd,
           operands: [
            Parentheses {
             expression: BinaryOperation {
              operator: LogicalOr,
              operands: [
               Variable {
                identifier: "checkAll",
                position: (153, 11),
               },
               FunctionApplication {
                function: Variable {
                 identifier: "elem",
                 position: (153, 23),
                },
                arguments: [
                 Variable {
                  identifier: "option",
                  position: (153, 28),
                 },
                 Variable {
                  identifier: "checkList",
                  position: (153, 35),
                 },
                ],
               },
              ],
              position: (153, 20),
             },
             position: (153, 10),
            },
            UnaryOperation {
             operator: Not,
             operand: Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "elem",
                position: (154, 15),
               },
               arguments: [
                Variable {
                 identifier: "option",
                 position: (154, 20),
                },
                Variable {
                 identifier: "excludedTestOptions",
                 position: (154, 27),
                },
               ],
              },
              position: (154, 14),
             },
             position: (154, 13),
            },
           ],
           position: (154, 10),
          },
          position: (152, 27),
         },
         position: (152, 26),
        },
       ],
      },
      position: (146, 6),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "graphToDot",
        position: (157, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "graph",
      },
      definition: String {
       parts: [
        Raw {
         content: "digraph \"Option Usages\" {\n  ",
         position: (158, 1),
        },
        Expression {
         expression: FunctionApplication {
          function: Variable {
           identifier: "concatMapStrings",
           position: (159, 9),
          },
          arguments: [
           Parentheses {
            expression: Function {
             argument: Destructured {
              identifier: None,
              arguments: [
               DestructuredArgument {
                identifier: "option",
                default: None,
               },
               DestructuredArgument {
                identifier: "usedBy",
                default: None,
               },
              ],
              ellipsis: false,
             },
             definition: FunctionApplication {
              function: Variable {
               identifier: "concatMapStrings",
               position: (160, 11),
              },
              arguments: [
               Parentheses {
                expression: Function {
                 argument: Simple {
                  identifier: "user",
                 },
                 definition: String {
                  parts: [
                   Raw {
                    content: "            \"",
                    position: (161, 1),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "option",
                     position: (161, 16),
                    },
                   },
                   Raw {
                    content: "\" -> \"",
                    position: (161, 23),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "user",
                     position: (161, 31),
                    },
                   },
                   Raw {
                    content: "\"",
                    position: (161, 36),
                   },
                  ],
                  position: (160, 35),
                 },
                 position: (160, 29),
                },
                position: (160, 28),
               },
               Variable {
                identifier: "usedBy",
                position: (162, 13),
               },
              ],
             },
             position: (159, 27),
            },
            position: (159, 26),
           },
           Variable {
            identifier: "displayOptionsGraph",
            position: (163, 11),
           },
          ],
         },
        },
        Raw {
         content: "\n}\n",
         position: (163, 31),
        },
       ],
       position: (157, 23),
      },
      position: (157, 16),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "graphToText",
        position: (167, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "graph",
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "concatMapStrings",
        position: (168, 5),
       },
       arguments: [
        Parentheses {
         expression: Function {
          argument: Destructured {
           identifier: None,
           arguments: [
            DestructuredArgument {
             identifier: "usedBy",
             default: None,
            },
           ],
           ellipsis: true,
          },
          definition: FunctionApplication {
           function: Variable {
            identifier: "concatMapStrings",
            position: (169, 9),
           },
           arguments: [
            Parentheses {
             expression: Function {
              argument: Simple {
               identifier: "user",
              },
              definition: String {
               parts: [
                Raw {
                 content: "",
                 position: (170, 1),
                },
                Expression {
                 expression: Variable {
                  identifier: "user",
                  position: (170, 13),
                 },
                },
                Raw {
                 content: "\n",
                 position: (170, 18),
                },
               ],
               position: (169, 33),
              },
              position: (169, 27),
             },
             position: (169, 26),
            },
            Variable {
             identifier: "usedBy",
             position: (171, 13),
            },
           ],
          },
          position: (168, 23),
         },
         position: (168, 22),
        },
        Variable {
         identifier: "displayOptionsGraph",
         position: (172, 9),
        },
       ],
      },
      position: (167, 17),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "dotContent",
         position: (177, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "graphToDot",
        position: (177, 16),
       },
       arguments: [
        Variable {
         identifier: "graph",
         position: (177, 27),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "dot",
         position: (178, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "pkgs",
         position: (178, 9),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "writeTextFile",
           position: (178, 14),
          },
         ],
        },
        default: None,
       },
       arguments: [
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "name",
              position: (179, 5),
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "option_usages.dot",
              position: (179, 13),
             },
            ],
            position: (179, 12),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "text",
              position: (180, 5),
             },
            ],
           },
           to: Variable {
            identifier: "dotContent",
            position: (180, 12),
           },
          },
         ],
         recursive: false,
         position: (178, 28),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "pdf",
         position: (183, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "pkgs",
         position: (183, 9),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "texFunctions",
           position: (183, 14),
          },
          Raw {
           content: "dot2pdf",
           position: (183, 27),
          },
         ],
        },
        default: None,
       },
       arguments: [
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "dotGraph",
              position: (184, 5),
             },
            ],
           },
           to: Variable {
            identifier: "dot",
            position: (184, 16),
           },
          },
         ],
         recursive: false,
         position: (183, 35),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "txtContent",
         position: (187, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "graphToText",
        position: (187, 16),
       },
       arguments: [
        Variable {
         identifier: "graph",
         position: (187, 28),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "txt",
         position: (188, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "pkgs",
         position: (188, 9),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "writeTextFile",
           position: (188, 14),
          },
         ],
        },
        default: None,
       },
       arguments: [
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "name",
              position: (189, 5),
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "option_usages.txt",
              position: (189, 13),
             },
            ],
            position: (189, 12),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "text",
              position: (190, 5),
             },
            ],
           },
           to: Variable {
            identifier: "txtContent",
            position: (190, 12),
           },
          },
         ],
         recursive: false,
         position: (188, 28),
        },
       ],
      },
     },
    ],
    recursive: true,
    position: (176, 1),
   },
   position: (47, 1),
  },
  position: (45, 1),
 },
 position: (1, 1),
}