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