---
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: [
   Inherit {
    from: Some(
     Variable {
      identifier: "lib",
      position: (4, 12),
     },
    ),
    attributes: [
     Raw {
      content: "mkOption",
      position: (4, 17),
     },
     Raw {
      content: "mkIf",
      position: (4, 26),
     },
     Raw {
      content: "types",
      position: (4, 31),
     },
    ],
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "cfg",
       position: (5, 3),
      },
     ],
    },
    to: PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (5, 9),
     },
     attribute_path: AttributePath {
      parts: [
       Raw {
        content: "programs",
        position: (5, 16),
       },
       Raw {
        content: "screen",
        position: (5, 25),
       },
      ],
     },
     default: None,
    },
   },
  ],
  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: "screen",
           position: (12, 14),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "screenrc",
              position: (14, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (14, 18),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (15, 9),
                  },
                 ],
                },
                to: String {
                 parts: [],
                 position: (15, 19),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (16, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "The contents of /etc/screenrc file.\n",
                   position: (17, 1),
                  },
                 ],
                 position: (16, 23),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (19, 9),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (19, 16),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "lines",
                    position: (19, 22),
                   },
                  ],
                 },
                 default: None,
                },
               },
              ],
              recursive: false,
              position: (14, 27),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (12, 23),
        },
       },
      ],
      recursive: false,
      position: (11, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (26, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (26, 12),
      },
      arguments: [
       Parentheses {
        expression: BinaryOperation {
         operator: NotEqualTo,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (26, 18),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "screenrc",
              position: (26, 22),
             },
            ],
           },
           default: None,
          },
          String {
           parts: [],
           position: (26, 34),
          },
         ],
         position: (26, 31),
        },
        position: (26, 17),
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "environment",
             position: (27, 5),
            },
            Raw {
             content: "etc",
             position: (27, 17),
            },
            Raw {
             content: "screenrc",
             position: (27, 21),
            },
            Raw {
             content: "text",
             position: (27, 30),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (27, 37),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "screenrc",
              position: (27, 41),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "environment",
             position: (29, 5),
            },
            Raw {
             content: "systemPackages",
             position: (29, 17),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (29, 36),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "screen",
                position: (29, 41),
               },
              ],
             },
             default: None,
            },
           ],
           position: (29, 34),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "security",
             position: (30, 5),
            },
            Raw {
             content: "pam",
             position: (30, 14),
            },
            Raw {
             content: "services",
             position: (30, 18),
            },
            Raw {
             content: "screen",
             position: (30, 27),
            },
           ],
          },
          to: Map {
           bindings: [],
           recursive: false,
           position: (30, 36),
          },
         },
        ],
        recursive: false,
        position: (26, 38),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (8, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}