---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (9, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (12, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "enable",
           position: (14, 5),
          },
         ],
        },
        FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (14, 14),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "mkOption",
             position: (14, 18),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "type",
                position: (15, 7),
               },
              ],
             },
             FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (15, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "nullOr",
                  position: (15, 20),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (15, 27),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "bool",
                   position: (15, 33),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "default",
                position: (16, 7),
               },
              ],
             },
             Variable {
              identifier: "null",
              position: (16, 17),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "example",
                position: (17, 7),
               },
              ],
             },
             Variable {
              identifier: "true",
              position: (17, 17),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (18, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "Some descriptive text\n",
                position: (19, 1),
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (14, 27),
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "warnings",
           position: (24, 5),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkOption",
          position: (24, 16),
         },
         arguments: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "internal",
                position: (25, 7),
               },
              ],
             },
             Variable {
              identifier: "true",
              position: (25, 18),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "default",
                position: (26, 7),
               },
              ],
             },
             List {
              elements: [],
              position: (26, 17),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "type",
                position: (27, 7),
               },
              ],
             },
             FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (27, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "listOf",
                  position: (27, 20),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (27, 27),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "str",
                   position: (27, 33),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "example",
                position: (28, 7),
               },
              ],
             },
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "The `foo' service is deprecated and will go away soon!",
                  position: (28, 20),
                 },
                ],
               },
              ],
              position: (28, 17),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (29, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "This option allows modules to show warnings to users during\nthe evaluation of the system configuration.\n",
                position: (30, 1),
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (24, 25),
          },
         ],
        },
       ),
      ],
      recursive: false,
      position: (12, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "imports",
        position: (36, 3),
       },
      ],
     },
     List {
      elements: [
       FunctionApplication {
        function: Variable {
         identifier: "mkAliasOptionModule",
         position: (38, 6),
        },
        arguments: [
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "enableAlias",
              position: (38, 29),
             },
            ],
           },
          ],
          position: (38, 26),
         },
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "enable",
              position: (38, 47),
             },
            ],
           },
          ],
          position: (38, 44),
         },
        ],
       },
       Function {
        argument: None,
        arguments: FunctionArguments {
         arguments: [
          FunctionArgument {
           identifier: "lib",
           default: None,
          },
          FunctionArgument {
           identifier: "config",
           default: None,
          },
         ],
         ellipsis: true,
        },
        definition: Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enableAlias",
              position: (44, 9),
             },
            ],
           },
           FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (44, 23),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "mkForce",
                position: (44, 27),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Variable {
              identifier: "false",
              position: (44, 35),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (43, 7),
        },
        position: (42, 7),
       },
       Function {
        argument: None,
        arguments: FunctionArguments {
         arguments: [
          FunctionArgument {
           identifier: "lib",
           default: None,
          },
          FunctionArgument {
           identifier: "config",
           default: None,
          },
         ],
         ellipsis: true,
        },
        definition: Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (51, 9),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (51, 18),
           },
          ),
         ],
         recursive: false,
         position: (50, 7),
        },
        position: (49, 7),
       },
      ],
      position: (36, 13),
     },
    ),
   ],
   recursive: false,
   position: (11, 1),
  },
  position: (9, 1),
 },
 position: (7, 1),
}