Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "iniDescription",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 17,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "pkg",
            },
           ),
           body: IndentedString(
            IndentedString {
             parts: [
              Raw(
               PartRaw {
                content: "[",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 1,
                 },
                 end: Position {
                  line: 10,
                  column: 6,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "pkg",
                    span: Span {
                     start: Position {
                      line: 10,
                      column: 8,
                     },
                     end: Position {
                      line: 10,
                      column: 11,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "fancyName",
                     span: Span {
                      start: Position {
                       line: 10,
                       column: 12,
                      },
                      end: Position {
                       line: 10,
                       column: 21,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "]\nDescription = ",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 1,
                 },
                 end: Position {
                  line: 11,
                  column: 19,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "pkg",
                    span: Span {
                     start: Position {
                      line: 11,
                      column: 21,
                     },
                     end: Position {
                      line: 11,
                      column: 24,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "meta",
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 25,
                      },
                      end: Position {
                       line: 11,
                       column: 29,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "description",
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 30,
                      },
                      end: Position {
                       line: 11,
                       column: 41,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\nDriver = ",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 1,
                 },
                 end: Position {
                  line: 12,
                  column: 14,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: Identifier(
                 Identifier {
                  id: "pkg",
                  span: Span {
                   start: Position {
                    line: 12,
                    column: 16,
                   },
                   end: Position {
                    line: 12,
                    column: 19,
                   },
                  },
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "/",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 1,
                 },
                 end: Position {
                  line: 12,
                  column: 21,
                 },
                },
               },
              ),
              Interpolation(
               PartInterpolation {
                expression: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "pkg",
                    span: Span {
                     start: Position {
                      line: 12,
                      column: 23,
                     },
                     end: Position {
                      line: 12,
                      column: 26,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "driver",
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 27,
                      },
                      end: Position {
                       line: 12,
                       column: 33,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              Raw(
               PartRaw {
                content: "\n",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 1,
                 },
                 end: Position {
                  line: 13,
                  column: 3,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 9,
               column: 25,
              },
              end: Position {
               line: 13,
               column: 5,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 9,
             column: 20,
            },
            end: Position {
             line: 13,
             column: 5,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 18,
                column: 3,
               },
               end: Position {
                line: 18,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "environment",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 5,
                    },
                    end: Position {
                     line: 19,
                     column: 16,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "unixODBCDrivers",
                   span: Span {
                    start: Position {
                     line: 19,
                     column: 17,
                    },
                    end: Position {
                     line: 19,
                     column: 32,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 19,
                      column: 35,
                     },
                     end: Position {
                      line: 19,
                      column: 43,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 7,
                            },
                            end: Position {
                             line: 20,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 20,
                                column: 14,
                               },
                               end: Position {
                                line: 20,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 20,
                                 column: 20,
                                },
                                end: Position {
                                 line: 20,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 20,
                                 column: 27,
                                },
                                end: Position {
                                 line: 20,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 7,
                            },
                            end: Position {
                             line: 21,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [],
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 17,
                           },
                           end: Position {
                            line: 21,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 22,
                             column: 7,
                            },
                            end: Position {
                             line: 22,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 22,
                              column: 17,
                             },
                             end: Position {
                              line: 22,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "with pkgs.unixODBCDrivers; [ sqlite psql ]",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 36,
                                 },
                                 end: Position {
                                  line: 22,
                                  column: 78,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 22,
                               column: 35,
                              },
                              end: Position {
                               line: 22,
                               column: 79,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 23,
                             column: 7,
                            },
                            end: Position {
                             line: 23,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 23,
                                column: 21,
                               },
                               end: Position {
                                line: 23,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 23,
                                 column: 25,
                                },
                                end: Position {
                                 line: 23,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Specifies Unix ODBC drivers to be registered in\n{file}`/etc/odbcinst.ini`.  You may also want to\nadd `pkgs.unixODBC` to the system path to get\na command line client to connect to ODBC databases.\n",
                                span: Span {
                                 start: Position {
                                  line: 24,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 28,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 23,
                               column: 31,
                              },
                              end: Position {
                               line: 28,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 19,
                       column: 44,
                      },
                      end: Position {
                       line: 29,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 18,
               column: 13,
              },
              end: Position {
               line: 30,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 34,
                column: 3,
               },
               end: Position {
                line: 34,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 34,
                 column: 12,
                },
                end: Position {
                 line: 34,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              BinaryOperation(
               BinaryOperation {
                left: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "config",
                    span: Span {
                     start: Position {
                      line: 34,
                      column: 18,
                     },
                     end: Position {
                      line: 34,
                      column: 24,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "environment",
                     span: Span {
                      start: Position {
                       line: 34,
                       column: 25,
                      },
                      end: Position {
                       line: 34,
                       column: 36,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "unixODBCDrivers",
                     span: Span {
                      start: Position {
                       line: 34,
                       column: 37,
                      },
                      end: Position {
                       line: 34,
                       column: 52,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                operator: NotEqualTo,
                right: List(
                 List {
                  elements: [],
                  span: Span {
                   start: Position {
                    line: 34,
                    column: 56,
                   },
                   end: Position {
                    line: 34,
                    column: 58,
                   },
                  },
                 },
                ),
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 5,
                       },
                       end: Position {
                        line: 35,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 17,
                       },
                       end: Position {
                        line: 35,
                        column: 20,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "odbcinst.ini",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 22,
                            },
                            end: Position {
                             line: 35,
                             column: 34,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 35,
                          column: 21,
                         },
                         end: Position {
                          line: 35,
                          column: 35,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "text",
                      span: Span {
                       start: Position {
                        line: 35,
                        column: 36,
                       },
                       end: Position {
                        line: 35,
                        column: 40,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "concatMapStringsSep",
                       span: Span {
                        start: Position {
                         line: 35,
                         column: 43,
                        },
                        end: Position {
                         line: 35,
                         column: 62,
                        },
                       },
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "\n",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 64,
                            },
                            end: Position {
                             line: 35,
                             column: 66,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 35,
                          column: 63,
                         },
                         end: Position {
                          line: 35,
                          column: 67,
                         },
                        },
                       },
                      ),
                      Identifier(
                       Identifier {
                        id: "iniDescription",
                        span: Span {
                         start: Position {
                          line: 35,
                          column: 68,
                         },
                         end: Position {
                          line: 35,
                          column: 82,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "config",
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 83,
                           },
                           end: Position {
                            line: 35,
                            column: 89,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "environment",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 90,
                            },
                            end: Position {
                             line: 35,
                             column: 101,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "unixODBCDrivers",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 102,
                            },
                            end: Position {
                             line: 35,
                             column: 117,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 34,
                  column: 60,
                 },
                 end: Position {
                  line: 36,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 15,
          column: 4,
         },
         end: Position {
          line: 38,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 8,
        column: 1,
       },
       end: Position {
        line: 38,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 38,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 38,
    column: 2,
   },
  },
 },
)