tree-sitter-perga/test/corpus/pabs.txt
2024-12-10 21:40:39 -08:00

38 lines
902 B
Text

==============
Pi Abstraction
==============
def rel := forall (A : ★) (x : A), ★;
----------
(program
(definition
(identifier)
(expr
(app_term
(pabs
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(sort
(star))))))))
(param_block
(identifier)
(expr
(app_term
(binex
(app
(term
(identifier)))))))
(expr
(app_term
(binex
(app
(term
(sort
(star))))))))))))