| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- compilation_unit {
- package_statement {
- package_name: "ExplorerTest"
- }
- is_api: true
- declarations {
- function {
- name {
- name: "F"
- }
- deduced_parameters {
- name: "T"
- type {
- tuple_literal {
- fields {
- int_type_literal {
- }
- }
- fields {
- int_type_literal {
- }
- }
- }
- }
- }
- param_pattern {
- fields {
- binding_pattern {
- name: "x"
- type {
- expression_pattern {
- expression {
- identifier {
- name: "T"
- }
- }
- }
- }
- }
- }
- }
- return_term {
- kind: Omitted
- }
- }
- }
- declarations {
- function {
- name {
- name: "Main"
- }
- param_pattern {
- }
- return_term {
- kind: Expression
- type {
- int_type_literal {
- }
- }
- }
- }
- }
- }
|