---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: false,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "option",
        position: (8, 3),
       },
      ],
     },
     Function {
      argument: Some(
       "x",
      ),
      arguments: FunctionArguments {
       arguments: [],
       ellipsis: false,
      },
      definition: BinaryOperation {
       operator: Update,
       operands: [
        Variable {
         identifier: "x",
         position: (9, 7),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "optional",
              position: (9, 14),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (9, 25),
           },
          ),
         ],
         recursive: false,
         position: (9, 12),
        },
       ],
       position: (9, 9),
      },
      position: (8, 12),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "yes",
        position: (11, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "tristate",
           position: (11, 16),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "y",
           position: (11, 31),
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "optional",
           position: (11, 35),
          },
         ],
        },
        Variable {
         identifier: "false",
         position: (11, 46),
        },
       ),
      ],
      recursive: false,
      position: (11, 14),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "no",
        position: (12, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "tristate",
           position: (12, 16),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "n",
           position: (12, 31),
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "optional",
           position: (12, 35),
          },
         ],
        },
        Variable {
         identifier: "false",
         position: (12, 46),
        },
       ),
      ],
      recursive: false,
      position: (12, 14),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "module",
        position: (13, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "tristate",
           position: (13, 16),
          },
         ],
        },
        String {
         parts: [
          Raw {
           content: "m",
           position: (13, 31),
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "optional",
           position: (13, 35),
          },
         ],
        },
        Variable {
         identifier: "false",
         position: (13, 46),
        },
       ),
      ],
      recursive: false,
      position: (13, 14),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "freeform",
        position: (14, 3),
       },
      ],
     },
     Function {
      argument: Some(
       "x",
      ),
      arguments: FunctionArguments {
       arguments: [],
       ellipsis: false,
      },
      definition: Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "freeform",
            position: (14, 19),
           },
          ],
         },
         Variable {
          identifier: "x",
          position: (14, 30),
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "optional",
            position: (14, 33),
           },
          ],
         },
         Variable {
          identifier: "false",
          position: (14, 44),
         },
        ),
       ],
       recursive: false,
       position: (14, 17),
      },
      position: (14, 14),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "whenHelpers",
        position: (19, 3),
       },
      ],
     },
     Function {
      argument: Some(
       "version",
      ),
      arguments: FunctionArguments {
       arguments: [],
       ellipsis: false,
      },
      definition: Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "whenAtLeast",
            position: (20, 5),
           },
          ],
         },
         Function {
          argument: Some(
           "ver",
          ),
          arguments: FunctionArguments {
           arguments: [],
           ellipsis: false,
          },
          definition: FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (20, 24),
           },
           arguments: [
            FunctionApplication {
             function: Variable {
              identifier: "versionAtLeast",
              position: (20, 30),
             },
             arguments: [
              Variable {
               identifier: "version",
               position: (20, 45),
              },
              Variable {
               identifier: "ver",
               position: (20, 53),
              },
             ],
            },
           ],
          },
          position: (20, 19),
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "whenOlder",
            position: (21, 5),
           },
          ],
         },
         Function {
          argument: Some(
           "ver",
          ),
          arguments: FunctionArguments {
           arguments: [],
           ellipsis: false,
          },
          definition: FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (21, 24),
           },
           arguments: [
            FunctionApplication {
             function: Variable {
              identifier: "versionOlder",
              position: (21, 30),
             },
             arguments: [
              Variable {
               identifier: "version",
               position: (21, 43),
              },
              Variable {
               identifier: "ver",
               position: (21, 51),
              },
             ],
            },
           ],
          },
          position: (21, 19),
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "whenBetween",
            position: (23, 5),
           },
          ],
         },
         Function {
          argument: Some(
           "verLow",
          ),
          arguments: FunctionArguments {
           arguments: [],
           ellipsis: false,
          },
          definition: Function {
           argument: Some(
            "verHigh",
           ),
           arguments: FunctionArguments {
            arguments: [],
            ellipsis: false,
           },
           definition: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (23, 36),
            },
            arguments: [
             BinaryOperation {
              operator: LogicalAnd,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "versionAtLeast",
                 position: (23, 42),
                },
                arguments: [
                 Variable {
                  identifier: "version",
                  position: (23, 57),
                 },
                 Variable {
                  identifier: "verLow",
                  position: (23, 65),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "versionOlder",
                 position: (23, 75),
                },
                arguments: [
                 Variable {
                  identifier: "version",
                  position: (23, 88),
                 },
                 Variable {
                  identifier: "verHigh",
                  position: (23, 96),
                 },
                ],
               },
              ],
              position: (23, 72),
             },
            ],
           },
           position: (23, 27),
          },
          position: (23, 19),
         },
        ),
       ],
       recursive: false,
       position: (19, 26),
      },
      position: (19, 17),
     },
    ),
   ],
   recursive: false,
   position: (4, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}