tree-sitter-perga/test/corpus/sorts.txt

81 lines
1.7 KiB
Text
Raw Normal View History

2024-12-02 20:40:38 -08:00
=====
Sorts
=====
2024-12-10 21:40:39 -08:00
def foo (A : ★) (B : □) (C : □₁) (D : []) (E : []1) (F : □1) (G : □₁₂₃) := A;
2024-12-02 20:40:38 -08:00
---
2024-12-10 21:40:39 -08:00
(program
(definition
(identifier)
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(star))))))))
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(square))))))))
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(square))))))))
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(square))))))))
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(square))))))))
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(square))))))))
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(square))))))))
(expr
(app_term
(binex
(app
(term
(identifier))))))))