---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "cfg",
       position: (4, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (4, 9),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "programs",
        position: (4, 16),
       },
       Raw {
        content: "nano",
        position: (4, 25),
       },
      ],
     },
     default: None,
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "LF",
       position: (5, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "\n",
       position: (5, 9),
      },
     ],
    },
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (11, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "programs",
           position: (12, 5),
          },
          Raw {
           content: "nano",
           position: (12, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "nanorc",
              position: (14, 7),
             },
            ],
           },
           FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (14, 16),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "mkOption",
                position: (14, 20),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (15, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (15, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "types",
                    position: (15, 20),
                   },
                   Raw {
                    content: "lines",
                    position: (15, 26),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (16, 9),
                  },
                 ],
                },
                String {
                 parts: [],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (17, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "The system-wide nano configuration.\nSee <citerefentry><refentrytitle>nanorc</refentrytitle><manvolnum>5</manvolnum></citerefentry>.\n",
                   position: (18, 1),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (21, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "set nowrap\nset tabstospaces\nset tabsize 2\n",
                   position: (22, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (14, 29),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "syntaxHighlight",
              position: (27, 7),
             },
            ],
           },
           FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (27, 25),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "mkOption",
                position: (27, 29),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (28, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (28, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "types",
                    position: (28, 20),
                   },
                   Raw {
                    content: "bool",
                    position: (28, 26),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (29, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (29, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (30, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Whether to enable syntax highlight for various languages.",
                   position: (30, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (27, 38),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (12, 21),
        },
       ),
      ],
      recursive: false,
      position: (11, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (37, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "lib",
        position: (37, 12),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "mkIf",
          position: (37, 16),
         },
        ],
       },
       default: None,
      },
      arguments: [
       BinaryOperation {
        operator: LogicalOr,
        operands: [
         BinaryOperation {
          operator: NotEqualTo,
          operands: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (37, 22),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "nanorc",
               position: (37, 26),
              },
             ],
            },
            default: None,
           },
           String {
            parts: [],
           },
          ],
          position: (37, 33),
         },
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (37, 42),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "syntaxHighlight",
             position: (37, 46),
            },
           ],
          },
          default: None,
         },
        ],
        position: (37, 39),
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "environment",
             position: (38, 5),
            },
            Raw {
             content: "etc",
             position: (38, 17),
            },
            Raw {
             content: "nanorc",
             position: (38, 21),
            },
            Raw {
             content: "text",
             position: (38, 28),
            },
           ],
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (38, 35),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "concatStrings",
               position: (38, 39),
              },
             ],
            },
            default: None,
           },
           arguments: [
            List {
             elements: [
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (38, 55),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "nanorc",
                  position: (38, 59),
                 },
                ],
               },
               default: None,
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "lib",
                 position: (39, 8),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "optionalString",
                   position: (39, 12),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (39, 27),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "syntaxHighlight",
                    position: (39, 31),
                   },
                  ],
                 },
                 default: None,
                },
                String {
                 parts: [
                  Expression {
                   expression: Variable {
                    identifier: "LF",
                    position: (39, 51),
                   },
                  },
                  Raw {
                   content: "include \"",
                   position: (39, 54),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "pkgs",
                     position: (39, 65),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "nano",
                       position: (39, 70),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/share/nano/*.nanorc\"",
                   position: (39, 75),
                  },
                 ],
                },
               ],
              },
             ],
             position: (38, 53),
            },
           ],
          },
         ),
        ],
        recursive: false,
        position: (37, 63),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (8, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}