Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: false,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: LetIn(
   LetIn {
    bindings: [
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "zeroPad",
          span: Span {
           start: Position {
            line: 5,
            column: 3,
           },
           end: Position {
            line: 5,
            column: 10,
           },
          },
         },
        ),
       ],
       to: Function(
        Function {
         head: Simple(
          FunctionHeadSimple {
           identifier: "n",
          },
         ),
         body: BinaryOperation(
          BinaryOperation {
           left: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 6,
                   column: 5,
                  },
                  end: Position {
                   line: 6,
                   column: 8,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "optionalString",
                  span: Span {
                   start: Position {
                    line: 6,
                    column: 9,
                   },
                   end: Position {
                    line: 6,
                    column: 23,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              BinaryOperation(
               BinaryOperation {
                left: Identifier(
                 Identifier {
                  id: "n",
                  span: Span {
                   start: Position {
                    line: 6,
                    column: 25,
                   },
                   end: Position {
                    line: 6,
                    column: 26,
                   },
                  },
                 },
                ),
                operator: LessThan,
                right: Integer(
                 Integer {
                  value: "16",
                  span: Span {
                   start: Position {
                    line: 6,
                    column: 29,
                   },
                   end: Position {
                    line: 6,
                    column: 31,
                   },
                  },
                 },
                ),
               },
              ),
              String(
               String_ {
                parts: [
                 Raw(
                  PartRaw {
                   content: "0",
                   span: Span {
                    start: Position {
                     line: 6,
                     column: 34,
                    },
                    end: Position {
                     line: 6,
                     column: 35,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 6,
                  column: 33,
                 },
                 end: Position {
                  line: 6,
                  column: 36,
                 },
                },
               },
              ),
             ],
            },
           ),
           operator: Addition,
           right: IfThenElse(
            IfThenElse {
             predicate: BinaryOperation(
              BinaryOperation {
               left: Identifier(
                Identifier {
                 id: "n",
                 span: Span {
                  start: Position {
                   line: 7,
                   column: 9,
                  },
                  end: Position {
                   line: 7,
                   column: 10,
                  },
                 },
                },
               ),
               operator: GreaterThan,
               right: Integer(
                Integer {
                 value: "255",
                 span: Span {
                  start: Position {
                   line: 7,
                   column: 13,
                  },
                  end: Position {
                   line: 7,
                   column: 16,
                  },
                 },
                },
               ),
              },
             ),
             then: FunctionApplication(
              FunctionApplication {
               function: Identifier(
                Identifier {
                 id: "throw",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 10,
                  },
                  end: Position {
                   line: 8,
                   column: 15,
                  },
                 },
                },
               ),
               arguments: [
                String(
                 String_ {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "Can't have more than 255 nets or nodes!",
                     span: Span {
                      start: Position {
                       line: 8,
                       column: 17,
                      },
                      end: Position {
                       line: 8,
                       column: 56,
                      },
                     },
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 16,
                   },
                   end: Position {
                    line: 8,
                    column: 57,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             else_: FunctionApplication(
              FunctionApplication {
               function: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "lib",
                   span: Span {
                    start: Position {
                     line: 9,
                     column: 10,
                    },
                    end: Position {
                     line: 9,
                     column: 13,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "toHexString",
                    span: Span {
                     start: Position {
                      line: 9,
                      column: 14,
                     },
                     end: Position {
                      line: 9,
                      column: 25,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
               arguments: [
                Identifier(
                 Identifier {
                  id: "n",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 26,
                   },
                   end: Position {
                    line: 9,
                    column: 27,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 7,
               column: 6,
              },
              end: Position {
               line: 9,
               column: 27,
              },
             },
            },
           ),
          },
         ),
         span: Span {
          start: Position {
           line: 5,
           column: 13,
          },
          end: Position {
           line: 9,
           column: 28,
          },
         },
        },
       ),
      },
     ),
    ],
    target: Map(
     Map {
      recursive: true,
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "qemuNicMac",
            span: Span {
             start: Position {
              line: 13,
              column: 3,
             },
             end: Position {
              line: 13,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "net",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "machine",
              },
             ),
             body: String(
              String_ {
               parts: [
                Raw(
                 PartRaw {
                  content: "52:54:00:12:",
                  span: Span {
                   start: Position {
                    line: 13,
                    column: 31,
                   },
                   end: Position {
                    line: 13,
                    column: 57,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "zeroPad",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 45,
                       },
                       end: Position {
                        line: 13,
                        column: 52,
                       },
                      },
                     },
                    ),
                    arguments: [
                     Identifier(
                      Identifier {
                       id: "net",
                       span: Span {
                        start: Position {
                         line: 13,
                         column: 53,
                        },
                        end: Position {
                         line: 13,
                         column: 56,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: ":",
                  span: Span {
                   start: Position {
                    line: 13,
                    column: 31,
                   },
                   end: Position {
                    line: 13,
                    column: 58,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "zeroPad",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 60,
                       },
                       end: Position {
                        line: 13,
                        column: 67,
                       },
                      },
                     },
                    ),
                    arguments: [
                     Identifier(
                      Identifier {
                       id: "machine",
                       span: Span {
                        start: Position {
                         line: 13,
                         column: 68,
                        },
                        end: Position {
                         line: 13,
                         column: 75,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 13,
                 column: 30,
                },
                end: Position {
                 line: 13,
                 column: 77,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 13,
               column: 21,
              },
              end: Position {
               line: 13,
               column: 77,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 13,
             column: 16,
            },
            end: Position {
             line: 13,
             column: 77,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "qemuNICFlags",
            span: Span {
             start: Position {
              line: 15,
              column: 3,
             },
             end: Position {
              line: 15,
              column: 15,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "nic",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "net",
              },
             ),
             body: Function(
              Function {
               head: Simple(
                FunctionHeadSimple {
                 identifier: "machine",
                },
               ),
               body: List(
                List {
                 elements: [
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "-device virtio-net-pci,netdev=vlan",
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 8,
                        },
                        end: Position {
                         line: 17,
                         column: 57,
                        },
                       },
                      },
                     ),
                     Interpolation(
                      PartInterpolation {
                       expression: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "toString",
                           span: Span {
                            start: Position {
                             line: 17,
                             column: 44,
                            },
                            end: Position {
                             line: 17,
                             column: 52,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Identifier(
                           Identifier {
                            id: "nic",
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 53,
                             },
                             end: Position {
                              line: 17,
                              column: 56,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     Raw(
                      PartRaw {
                       content: ",mac=",
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 8,
                        },
                        end: Position {
                         line: 17,
                         column: 62,
                        },
                       },
                      },
                     ),
                     Interpolation(
                      PartInterpolation {
                       expression: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "qemuNicMac",
                           span: Span {
                            start: Position {
                             line: 17,
                             column: 64,
                            },
                            end: Position {
                             line: 17,
                             column: 74,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Identifier(
                           Identifier {
                            id: "net",
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 75,
                             },
                             end: Position {
                              line: 17,
                              column: 78,
                             },
                            },
                           },
                          ),
                          Identifier(
                           Identifier {
                            id: "machine",
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 79,
                             },
                             end: Position {
                              line: 17,
                              column: 86,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 7,
                     },
                     end: Position {
                      line: 17,
                      column: 88,
                     },
                    },
                   },
                  ),
                  IndentedString(
                   IndentedString {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "-netdev vde,id=vlan",
                       span: Span {
                        start: Position {
                         line: 18,
                         column: 9,
                        },
                        end: Position {
                         line: 18,
                         column: 28,
                        },
                       },
                      },
                     ),
                     Interpolation(
                      PartInterpolation {
                       expression: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "toString",
                           span: Span {
                            start: Position {
                             line: 18,
                             column: 30,
                            },
                            end: Position {
                             line: 18,
                             column: 38,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Identifier(
                           Identifier {
                            id: "nic",
                            span: Span {
                             start: Position {
                              line: 18,
                              column: 39,
                             },
                             end: Position {
                              line: 18,
                              column: 42,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     Raw(
                      PartRaw {
                       content: ",sock=\"$QEMU_VDE_SOCKET_",
                       span: Span {
                        start: Position {
                         line: 18,
                         column: 9,
                        },
                        end: Position {
                         line: 18,
                         column: 67,
                        },
                       },
                      },
                     ),
                     Interpolation(
                      PartInterpolation {
                       expression: FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "toString",
                           span: Span {
                            start: Position {
                             line: 18,
                             column: 69,
                            },
                            end: Position {
                             line: 18,
                             column: 77,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Identifier(
                           Identifier {
                            id: "net",
                            span: Span {
                             start: Position {
                              line: 18,
                              column: 78,
                             },
                             end: Position {
                              line: 18,
                              column: 81,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                     Raw(
                      PartRaw {
                       content: "\"",
                       span: Span {
                        start: Position {
                         line: 18,
                         column: 9,
                        },
                        end: Position {
                         line: 18,
                         column: 83,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 7,
                     },
                     end: Position {
                      line: 18,
                      column: 85,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 5,
                  },
                  end: Position {
                   line: 19,
                   column: 6,
                  },
                 },
                },
               ),
               span: Span {
                start: Position {
                 line: 15,
                 column: 28,
                },
                end: Position {
                 line: 19,
                 column: 6,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 15,
               column: 23,
              },
              end: Position {
               line: 19,
               column: 6,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 15,
             column: 18,
            },
            end: Position {
             line: 19,
             column: 6,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "qemuSerialDevice",
            span: Span {
             start: Position {
              line: 21,
              column: 3,
             },
             end: Position {
              line: 21,
              column: 19,
             },
            },
           },
          ),
         ],
         to: IfThenElse(
          IfThenElse {
           predicate: With(
            With {
             expression: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "pkgs",
                 span: Span {
                  start: Position {
                   line: 22,
                   column: 13,
                  },
                  end: Position {
                   line: 22,
                   column: 17,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "stdenv",
                  span: Span {
                   start: Position {
                    line: 22,
                    column: 18,
                   },
                   end: Position {
                    line: 22,
                    column: 24,
                   },
                  },
                 },
                ),
                Raw(
                 PartRaw {
                  content: "hostPlatform",
                  span: Span {
                   start: Position {
                    line: 22,
                    column: 25,
                   },
                   end: Position {
                    line: 22,
                    column: 37,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             target: BinaryOperation(
              BinaryOperation {
               left: BinaryOperation(
                BinaryOperation {
                 left: Identifier(
                  Identifier {
                   id: "isx86",
                   span: Span {
                    start: Position {
                     line: 22,
                     column: 39,
                    },
                    end: Position {
                     line: 22,
                     column: 44,
                    },
                   },
                  },
                 ),
                 operator: LogicalOr,
                 right: Identifier(
                  Identifier {
                   id: "isMips64",
                   span: Span {
                    start: Position {
                     line: 22,
                     column: 48,
                    },
                    end: Position {
                     line: 22,
                     column: 56,
                    },
                   },
                  },
                 ),
                },
               ),
               operator: LogicalOr,
               right: Identifier(
                Identifier {
                 id: "isRiscV",
                 span: Span {
                  start: Position {
                   line: 22,
                   column: 60,
                  },
                  end: Position {
                   line: 22,
                   column: 67,
                  },
                 },
                },
               ),
              },
             ),
             span: Span {
              start: Position {
               line: 22,
               column: 8,
              },
              end: Position {
               line: 22,
               column: 67,
              },
             },
            },
           ),
           then: String(
            String_ {
             parts: [
              Raw(
               PartRaw {
                content: "ttyS0",
                span: Span {
                 start: Position {
                  line: 22,
                  column: 74,
                 },
                 end: Position {
                  line: 22,
                  column: 79,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 22,
               column: 73,
              },
              end: Position {
               line: 22,
               column: 80,
              },
             },
            },
           ),
           else_: IfThenElse(
            IfThenElse {
             predicate: With(
              With {
               expression: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "pkgs",
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 19,
                    },
                    end: Position {
                     line: 23,
                     column: 23,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "stdenv",
                    span: Span {
                     start: Position {
                      line: 23,
                      column: 24,
                     },
                     end: Position {
                      line: 23,
                      column: 30,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "hostPlatform",
                    span: Span {
                     start: Position {
                      line: 23,
                      column: 31,
                     },
                     end: Position {
                      line: 23,
                      column: 43,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
               target: BinaryOperation(
                BinaryOperation {
                 left: Identifier(
                  Identifier {
                   id: "isAarch",
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 45,
                    },
                    end: Position {
                     line: 23,
                     column: 52,
                    },
                   },
                  },
                 ),
                 operator: LogicalOr,
                 right: Identifier(
                  Identifier {
                   id: "isPower",
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 56,
                    },
                    end: Position {
                     line: 23,
                     column: 63,
                    },
                   },
                  },
                 ),
                },
               ),
               span: Span {
                start: Position {
                 line: 23,
                 column: 14,
                },
                end: Position {
                 line: 23,
                 column: 63,
                },
               },
              },
             ),
             then: String(
              String_ {
               parts: [
                Raw(
                 PartRaw {
                  content: "ttyAMA0",
                  span: Span {
                   start: Position {
                    line: 23,
                    column: 71,
                   },
                   end: Position {
                    line: 23,
                    column: 78,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 23,
                 column: 70,
                },
                end: Position {
                 line: 23,
                 column: 79,
                },
               },
              },
             ),
             else_: FunctionApplication(
              FunctionApplication {
               function: Identifier(
                Identifier {
                 id: "throw",
                 span: Span {
                  start: Position {
                   line: 24,
                   column: 10,
                  },
                  end: Position {
                   line: 24,
                   column: 15,
                  },
                 },
                },
               ),
               arguments: [
                String(
                 String_ {
                  parts: [
                   Raw(
                    PartRaw {
                     content: "Unknown QEMU serial device for system '",
                     span: Span {
                      start: Position {
                       line: 24,
                       column: 17,
                      },
                      end: Position {
                       line: 24,
                       column: 90,
                      },
                     },
                    },
                   ),
                   Interpolation(
                    PartInterpolation {
                     expression: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "pkgs",
                         span: Span {
                          start: Position {
                           line: 24,
                           column: 58,
                          },
                          end: Position {
                           line: 24,
                           column: 62,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "stdenv",
                          span: Span {
                           start: Position {
                            line: 24,
                            column: 63,
                           },
                           end: Position {
                            line: 24,
                            column: 69,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "hostPlatform",
                          span: Span {
                           start: Position {
                            line: 24,
                            column: 70,
                           },
                           end: Position {
                            line: 24,
                            column: 82,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "system",
                          span: Span {
                           start: Position {
                            line: 24,
                            column: 83,
                           },
                           end: Position {
                            line: 24,
                            column: 89,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "'",
                     span: Span {
                      start: Position {
                       line: 24,
                       column: 17,
                      },
                      end: Position {
                       line: 24,
                       column: 91,
                      },
                     },
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 24,
                    column: 16,
                   },
                   end: Position {
                    line: 24,
                    column: 92,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 23,
               column: 10,
              },
              end: Position {
               line: 24,
               column: 92,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 22,
             column: 5,
            },
            end: Position {
             line: 24,
             column: 92,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "qemuBinary",
            span: Span {
             start: Position {
              line: 26,
              column: 3,
             },
             end: Position {
              line: 26,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "qemuPkg",
            },
           ),
           body: LetIn(
            LetIn {
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "hostStdenv",
                   span: Span {
                    start: Position {
                     line: 28,
                     column: 7,
                    },
                    end: Position {
                     line: 28,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "qemuPkg",
                    span: Span {
                     start: Position {
                      line: 28,
                      column: 20,
                     },
                     end: Position {
                      line: 28,
                      column: 27,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "stdenv",
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 28,
                      },
                      end: Position {
                       line: 28,
                       column: 34,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "hostSystem",
                   span: Span {
                    start: Position {
                     line: 29,
                     column: 7,
                    },
                    end: Position {
                     line: 29,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "hostStdenv",
                    span: Span {
                     start: Position {
                      line: 29,
                      column: 20,
                     },
                     end: Position {
                      line: 29,
                      column: 30,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "system",
                     span: Span {
                      start: Position {
                       line: 29,
                       column: 31,
                      },
                      end: Position {
                       line: 29,
                       column: 37,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "guestSystem",
                   span: Span {
                    start: Position {
                     line: 30,
                     column: 7,
                    },
                    end: Position {
                     line: 30,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "pkgs",
                    span: Span {
                     start: Position {
                      line: 30,
                      column: 21,
                     },
                     end: Position {
                      line: 30,
                      column: 25,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "stdenv",
                     span: Span {
                      start: Position {
                       line: 30,
                       column: 26,
                      },
                      end: Position {
                       line: 30,
                       column: 32,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "hostPlatform",
                     span: Span {
                      start: Position {
                       line: 30,
                       column: 33,
                      },
                      end: Position {
                       line: 30,
                       column: 45,
                      },
                     },
                    },
                   ),
                   Raw(
                    PartRaw {
                     content: "system",
                     span: Span {
                      start: Position {
                       line: 30,
                       column: 46,
                      },
                      end: Position {
                       line: 30,
                       column: 52,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "linuxHostGuestMatrix",
                   span: Span {
                    start: Position {
                     line: 32,
                     column: 7,
                    },
                    end: Position {
                     line: 32,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "x86_64-linux",
                        span: Span {
                         start: Position {
                          line: 33,
                          column: 9,
                         },
                         end: Position {
                          line: 33,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: String(
                      String_ {
                       parts: [
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "qemuPkg",
                            span: Span {
                             start: Position {
                              line: 33,
                              column: 27,
                             },
                             end: Position {
                              line: 33,
                              column: 34,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "/bin/qemu-kvm -cpu max",
                          span: Span {
                           start: Position {
                            line: 33,
                            column: 25,
                           },
                           end: Position {
                            line: 33,
                            column: 57,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 33,
                         column: 24,
                        },
                        end: Position {
                         line: 33,
                         column: 58,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "armv7l-linux",
                        span: Span {
                         start: Position {
                          line: 34,
                          column: 9,
                         },
                         end: Position {
                          line: 34,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: String(
                      String_ {
                       parts: [
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "qemuPkg",
                            span: Span {
                             start: Position {
                              line: 34,
                              column: 27,
                             },
                             end: Position {
                              line: 34,
                              column: 34,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "/bin/qemu-system-arm -machine virt,accel=kvm:tcg -cpu max",
                          span: Span {
                           start: Position {
                            line: 34,
                            column: 25,
                           },
                           end: Position {
                            line: 34,
                            column: 92,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 34,
                         column: 24,
                        },
                        end: Position {
                         line: 34,
                         column: 93,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "aarch64-linux",
                        span: Span {
                         start: Position {
                          line: 35,
                          column: 9,
                         },
                         end: Position {
                          line: 35,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: String(
                      String_ {
                       parts: [
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "qemuPkg",
                            span: Span {
                             start: Position {
                              line: 35,
                              column: 28,
                             },
                             end: Position {
                              line: 35,
                              column: 35,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "/bin/qemu-system-aarch64 -machine virt,gic-version=max,accel=kvm:tcg -cpu max",
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 26,
                           },
                           end: Position {
                            line: 35,
                            column: 113,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 35,
                         column: 25,
                        },
                        end: Position {
                         line: 35,
                         column: 114,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "powerpc64le-linux",
                        span: Span {
                         start: Position {
                          line: 36,
                          column: 9,
                         },
                         end: Position {
                          line: 36,
                          column: 26,
                         },
                        },
                       },
                      ),
                     ],
                     to: String(
                      String_ {
                       parts: [
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "qemuPkg",
                            span: Span {
                             start: Position {
                              line: 36,
                              column: 32,
                             },
                             end: Position {
                              line: 36,
                              column: 39,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "/bin/qemu-system-ppc64 -machine powernv",
                          span: Span {
                           start: Position {
                            line: 36,
                            column: 30,
                           },
                           end: Position {
                            line: 36,
                            column: 79,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 36,
                         column: 29,
                        },
                        end: Position {
                         line: 36,
                         column: 80,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "powerpc64-linux",
                        span: Span {
                         start: Position {
                          line: 37,
                          column: 9,
                         },
                         end: Position {
                          line: 37,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     to: String(
                      String_ {
                       parts: [
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "qemuPkg",
                            span: Span {
                             start: Position {
                              line: 37,
                              column: 30,
                             },
                             end: Position {
                              line: 37,
                              column: 37,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "/bin/qemu-system-ppc64 -machine powernv",
                          span: Span {
                           start: Position {
                            line: 37,
                            column: 28,
                           },
                           end: Position {
                            line: 37,
                            column: 77,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 37,
                         column: 27,
                        },
                        end: Position {
                         line: 37,
                         column: 78,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "x86_64-darwin",
                        span: Span {
                         start: Position {
                          line: 38,
                          column: 9,
                         },
                         end: Position {
                          line: 38,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: String(
                      String_ {
                       parts: [
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "qemuPkg",
                            span: Span {
                             start: Position {
                              line: 38,
                              column: 28,
                             },
                             end: Position {
                              line: 38,
                              column: 35,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "/bin/qemu-kvm -cpu max",
                          span: Span {
                           start: Position {
                            line: 38,
                            column: 26,
                           },
                           end: Position {
                            line: 38,
                            column: 58,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 38,
                         column: 25,
                        },
                        end: Position {
                         line: 38,
                         column: 59,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 32,
                    column: 30,
                   },
                   end: Position {
                    line: 39,
                    column: 8,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "otherHostGuestMatrix",
                   span: Span {
                    start: Position {
                     line: 40,
                     column: 7,
                    },
                    end: Position {
                     line: 40,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "aarch64-darwin",
                        span: Span {
                         start: Position {
                          line: 41,
                          column: 9,
                         },
                         end: Position {
                          line: 41,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "aarch64-linux",
                             span: Span {
                              start: Position {
                               line: 42,
                               column: 11,
                              },
                              end: Position {
                               line: 42,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "qemuPkg",
                                 span: Span {
                                  start: Position {
                                   line: 42,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 42,
                                   column: 37,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/bin/qemu-system-aarch64 -machine virt,gic-version=2,accel=hvf:tcg -cpu max",
                               span: Span {
                                start: Position {
                                 line: 42,
                                 column: 28,
                                },
                                end: Position {
                                 line: 42,
                                 column: 113,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 42,
                              column: 27,
                             },
                             end: Position {
                              line: 42,
                              column: 114,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 41,
                         column: 26,
                        },
                        end: Position {
                         line: 43,
                         column: 10,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "x86_64-darwin",
                        span: Span {
                         start: Position {
                          line: 44,
                          column: 9,
                         },
                         end: Position {
                          line: 44,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "x86_64-linux",
                             span: Span {
                              start: Position {
                               line: 45,
                               column: 11,
                              },
                              end: Position {
                               line: 45,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          to: String(
                           String_ {
                            parts: [
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "qemuPkg",
                                 span: Span {
                                  start: Position {
                                   line: 45,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 45,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             Raw(
                              PartRaw {
                               content: "/bin/qemu-system-x86_64 -machine type=q35,accel=hvf:tcg -cpu max",
                               span: Span {
                                start: Position {
                                 line: 45,
                                 column: 27,
                                },
                                end: Position {
                                 line: 45,
                                 column: 101,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 45,
                              column: 26,
                             },
                             end: Position {
                              line: 45,
                              column: 102,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 44,
                         column: 25,
                        },
                        end: Position {
                         line: 46,
                         column: 10,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 40,
                    column: 30,
                   },
                   end: Position {
                    line: 47,
                    column: 8,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "throwUnsupportedHostSystem",
                   span: Span {
                    start: Position {
                     line: 49,
                     column: 7,
                    },
                    end: Position {
                     line: 49,
                     column: 33,
                    },
                   },
                  },
                 ),
                ],
                to: LetIn(
                 LetIn {
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "supportedSystems",
                        span: Span {
                         start: Position {
                          line: 51,
                          column: 11,
                         },
                         end: Position {
                          line: 51,
                          column: 27,
                         },
                        },
                       },
                      ),
                     ],
                     to: BinaryOperation(
                      BinaryOperation {
                       left: List(
                        List {
                         elements: [
                          String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "linux",
                               span: Span {
                                start: Position {
                                 line: 51,
                                 column: 33,
                                },
                                end: Position {
                                 line: 51,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 51,
                              column: 32,
                             },
                             end: Position {
                              line: 51,
                              column: 39,
                             },
                            },
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 51,
                           column: 30,
                          },
                          end: Position {
                           line: 51,
                           column: 41,
                          },
                         },
                        },
                       ),
                       operator: Concatenation,
                       right: FunctionApplication(
                        FunctionApplication {
                         function: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "lib",
                             span: Span {
                              start: Position {
                               line: 51,
                               column: 46,
                              },
                              end: Position {
                               line: 51,
                               column: 49,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "attrNames",
                              span: Span {
                               start: Position {
                                line: 51,
                                column: 50,
                               },
                               end: Position {
                                line: 51,
                                column: 59,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                         arguments: [
                          Identifier(
                           Identifier {
                            id: "otherHostGuestMatrix",
                            span: Span {
                             start: Position {
                              line: 51,
                              column: 60,
                             },
                             end: Position {
                              line: 51,
                              column: 80,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      },
                     ),
                    },
                   ),
                  ],
                  target: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "throw",
                      span: Span {
                       start: Position {
                        line: 53,
                        column: 9,
                       },
                       end: Position {
                        line: 53,
                        column: 14,
                       },
                      },
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "Unsupported host system ",
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 16,
                           },
                           end: Position {
                            line: 53,
                            column: 53,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "hostSystem",
                            span: Span {
                             start: Position {
                              line: 53,
                              column: 42,
                             },
                             end: Position {
                              line: 53,
                              column: 52,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: ", supported: ",
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 16,
                           },
                           end: Position {
                            line: 53,
                            column: 66,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 68,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 71,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "concatStringsSep",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 72,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 88,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: ", ",
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 90,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 92,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 89,
                                },
                                end: Position {
                                 line: 53,
                                 column: 93,
                                },
                               },
                              },
                             ),
                             Identifier(
                              Identifier {
                               id: "supportedSystems",
                               span: Span {
                                start: Position {
                                 line: 53,
                                 column: 94,
                                },
                                end: Position {
                                 line: 53,
                                 column: 110,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 53,
                         column: 15,
                        },
                        end: Position {
                         line: 53,
                         column: 112,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 50,
                    column: 9,
                   },
                   end: Position {
                    line: 53,
                    column: 112,
                   },
                  },
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "throwUnsupportedGuestSystem",
                   span: Span {
                    start: Position {
                     line: 54,
                     column: 7,
                    },
                    end: Position {
                     line: 54,
                     column: 34,
                    },
                   },
                  },
                 ),
                ],
                to: Function(
                 Function {
                  head: Simple(
                   FunctionHeadSimple {
                    identifier: "guestMap",
                   },
                  ),
                  body: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "throw",
                      span: Span {
                       start: Position {
                        line: 55,
                        column: 9,
                       },
                       end: Position {
                        line: 55,
                        column: 14,
                       },
                      },
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "Unsupported guest system ",
                          span: Span {
                           start: Position {
                            line: 55,
                            column: 16,
                           },
                           end: Position {
                            line: 55,
                            column: 55,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "guestSystem",
                            span: Span {
                             start: Position {
                              line: 55,
                              column: 43,
                             },
                             end: Position {
                              line: 55,
                              column: 54,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: " for host ",
                          span: Span {
                           start: Position {
                            line: 55,
                            column: 16,
                           },
                           end: Position {
                            line: 55,
                            column: 65,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "hostSystem",
                            span: Span {
                             start: Position {
                              line: 55,
                              column: 67,
                             },
                             end: Position {
                              line: 55,
                              column: 77,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: ", supported: ",
                          span: Span {
                           start: Position {
                            line: 55,
                            column: 16,
                           },
                           end: Position {
                            line: 55,
                            column: 91,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 93,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 96,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "concatStringsSep",
                                 span: Span {
                                  start: Position {
                                   line: 55,
                                   column: 97,
                                  },
                                  end: Position {
                                   line: 55,
                                   column: 113,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: ", ",
                                  span: Span {
                                   start: Position {
                                    line: 55,
                                    column: 115,
                                   },
                                   end: Position {
                                    line: 55,
                                    column: 117,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 55,
                                 column: 114,
                                },
                                end: Position {
                                 line: 55,
                                 column: 118,
                                },
                               },
                              },
                             ),
                             FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 55,
                                     column: 120,
                                    },
                                    end: Position {
                                     line: 55,
                                     column: 123,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrNames",
                                    span: Span {
                                     start: Position {
                                      line: 55,
                                      column: 124,
                                     },
                                     end: Position {
                                      line: 55,
                                      column: 133,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                Identifier(
                                 Identifier {
                                  id: "guestMap",
                                  span: Span {
                                   start: Position {
                                    line: 55,
                                    column: 134,
                                   },
                                   end: Position {
                                    line: 55,
                                    column: 142,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 55,
                         column: 15,
                        },
                        end: Position {
                         line: 55,
                         column: 145,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 54,
                    column: 37,
                   },
                   end: Position {
                    line: 55,
                    column: 145,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             target: IfThenElse(
              IfThenElse {
               predicate: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "hostStdenv",
                   span: Span {
                    start: Position {
                     line: 57,
                     column: 8,
                    },
                    end: Position {
                     line: 57,
                     column: 18,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "isLinux",
                    span: Span {
                     start: Position {
                      line: 57,
                      column: 19,
                     },
                     end: Position {
                      line: 57,
                      column: 26,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
               then: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "linuxHostGuestMatrix",
                   span: Span {
                    start: Position {
                     line: 58,
                     column: 7,
                    },
                    end: Position {
                     line: 58,
                     column: 27,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Interpolation(
                   PartInterpolation {
                    expression: Identifier(
                     Identifier {
                      id: "guestSystem",
                      span: Span {
                       start: Position {
                        line: 58,
                        column: 30,
                       },
                       end: Position {
                        line: 58,
                        column: 41,
                       },
                      },
                     },
                    ),
                   },
                  ),
                 ],
                 default: Some(
                  String(
                   String_ {
                    parts: [
                     Interpolation(
                      PartInterpolation {
                       expression: Identifier(
                        Identifier {
                         id: "qemuPkg",
                         span: Span {
                          start: Position {
                           line: 58,
                           column: 49,
                          },
                          end: Position {
                           line: 58,
                           column: 56,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     Raw(
                      PartRaw {
                       content: "/bin/qemu-kvm",
                       span: Span {
                        start: Position {
                         line: 58,
                         column: 47,
                        },
                        end: Position {
                         line: 58,
                         column: 70,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 58,
                      column: 46,
                     },
                     end: Position {
                      line: 58,
                      column: 71,
                     },
                    },
                   },
                  ),
                 ),
                },
               ),
               else_: LetIn(
                LetIn {
                 bindings: [
                  KeyValue(
                   BindingKeyValue {
                    from: [
                     Raw(
                      PartRaw {
                       content: "guestMap",
                       span: Span {
                        start: Position {
                         line: 61,
                         column: 9,
                        },
                        end: Position {
                         line: 61,
                         column: 17,
                        },
                       },
                      },
                     ),
                    ],
                    to: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "otherHostGuestMatrix",
                        span: Span {
                         start: Position {
                          line: 61,
                          column: 21,
                         },
                         end: Position {
                          line: 61,
                          column: 41,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Interpolation(
                        PartInterpolation {
                         expression: Identifier(
                          Identifier {
                           id: "hostSystem",
                           span: Span {
                            start: Position {
                             line: 61,
                             column: 44,
                            },
                            end: Position {
                             line: 61,
                             column: 54,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      default: Some(
                       Identifier(
                        Identifier {
                         id: "throwUnsupportedHostSystem",
                         span: Span {
                          start: Position {
                           line: 61,
                           column: 59,
                          },
                          end: Position {
                           line: 61,
                           column: 85,
                          },
                         },
                        },
                       ),
                      ),
                     },
                    ),
                   },
                  ),
                 ],
                 target: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "guestMap",
                     span: Span {
                      start: Position {
                       line: 63,
                       column: 8,
                      },
                      end: Position {
                       line: 63,
                       column: 16,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Interpolation(
                     PartInterpolation {
                      expression: Identifier(
                       Identifier {
                        id: "guestSystem",
                        span: Span {
                         start: Position {
                          line: 63,
                          column: 19,
                         },
                         end: Position {
                          line: 63,
                          column: 30,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   default: Some(
                    FunctionApplication(
                     FunctionApplication {
                      function: Identifier(
                       Identifier {
                        id: "throwUnsupportedGuestSystem",
                        span: Span {
                         start: Position {
                          line: 63,
                          column: 36,
                         },
                         end: Position {
                          line: 63,
                          column: 63,
                         },
                        },
                       },
                      ),
                      arguments: [
                       Identifier(
                        Identifier {
                         id: "guestMap",
                         span: Span {
                          start: Position {
                           line: 63,
                           column: 64,
                          },
                          end: Position {
                           line: 63,
                           column: 72,
                          },
                         },
                        },
                       ),
                      ],
                     },
                    ),
                   ),
                  },
                 ),
                 span: Span {
                  start: Position {
                   line: 60,
                   column: 7,
                  },
                  end: Position {
                   line: 63,
                   column: 74,
                  },
                 },
                },
               ),
               span: Span {
                start: Position {
                 line: 57,
                 column: 5,
                },
                end: Position {
                 line: 63,
                 column: 74,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 27,
               column: 5,
              },
              end: Position {
               line: 63,
               column: 74,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 26,
             column: 16,
            },
            end: Position {
             line: 63,
             column: 74,
            },
           },
          },
         ),
        },
       ),
      ],
      span: Span {
       start: Position {
        line: 12,
        column: 1,
       },
       end: Position {
        line: 64,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 4,
      column: 1,
     },
     end: Position {
      line: 64,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 2,
    column: 1,
   },
   end: Position {
    line: 64,
    column: 2,
   },
  },
 },
)