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

39 lines
902 B
Text
Raw Normal View History

2024-11-20 19:29:09 -08:00
==============
Pi Abstraction
==============
2024-12-10 21:40:39 -08:00
def rel := forall (A : ★) (x : A), ★;
2024-11-20 19:29:09 -08:00
----------
2024-12-10 21:40:39 -08:00
(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))))))))))))